public class PDFWriter
extends java.lang.Object
修飾子とタイプ | フィールドと説明 |
---|---|
float |
paperXSize |
float |
paperYSize |
static float |
pointITS |
static com.lowagie.text.Rectangle[] |
psizeTate |
static com.lowagie.text.Rectangle[] |
psizeYoko |
コンストラクタと説明 |
---|
PDFWriter() |
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
addYPosition(float y) |
void |
close() |
void |
dispArrow(int x0,
int y0,
int x1,
int y1) |
POS |
dispEditComment(java.util.Collection<CC> ccs,
float xf,
float yf,
float fp) |
POS |
dispITBox(java.lang.String itname,
java.lang.String stname,
java.lang.String status,
java.lang.String func,
int type,
float xf,
float yf,
float fp) |
void |
dispRect(POS pos) |
POS |
dispRole(java.lang.String name,
POS pos,
float fp) |
POS |
dispSearchComment(java.lang.String itname,
java.util.List<CC> ccs,
java.util.List<java.lang.String> s,
java.util.List<java.lang.String> d,
float xf,
float yf,
float fp) |
void |
dispStringBox(java.lang.String str,
int x,
int y,
int fpoint) |
void |
dispStringInRoundBox(java.lang.String str,
int x,
int y,
int h,
int w,
int fpoint) |
void |
dispText(float xf,
float yf,
java.lang.Float fp,
java.lang.String str) |
void |
drawLevelArrow(POS pos1,
POS pos2) |
com.lowagie.text.Rectangle |
getfitSize(POS pos) |
int |
getPageCount() |
java.lang.String |
getPaperSize() |
void |
getPDF(java.io.File d,
java.lang.String name,
com.lowagie.text.Rectangle ps) |
float |
getYPosition() |
void |
newPage(float y) |
public static float pointITS
public float paperYSize
public float paperXSize
public static com.lowagie.text.Rectangle[] psizeTate
public static com.lowagie.text.Rectangle[] psizeYoko
public static void addYPosition(float y)
public java.lang.String getPaperSize()
public com.lowagie.text.Rectangle getfitSize(POS pos)
public void getPDF(java.io.File d, java.lang.String name, com.lowagie.text.Rectangle ps) throws java.io.FileNotFoundException, com.lowagie.text.DocumentException
java.io.FileNotFoundException
com.lowagie.text.DocumentException
public void close()
public void newPage(float y)
public float getYPosition()
public int getPageCount()
public void dispRect(POS pos)
public void dispText(float xf, float yf, java.lang.Float fp, java.lang.String str) throws com.lowagie.text.DocumentException, java.io.IOException
com.lowagie.text.DocumentException
java.io.IOException
public POS dispRole(java.lang.String name, POS pos, float fp) throws com.lowagie.text.DocumentException, java.io.IOException
com.lowagie.text.DocumentException
java.io.IOException
public POS dispSearchComment(java.lang.String itname, java.util.List<CC> ccs, java.util.List<java.lang.String> s, java.util.List<java.lang.String> d, float xf, float yf, float fp) throws com.lowagie.text.DocumentException, java.io.IOException
com.lowagie.text.DocumentException
java.io.IOException
public POS dispEditComment(java.util.Collection<CC> ccs, float xf, float yf, float fp) throws com.lowagie.text.DocumentException, java.io.IOException
com.lowagie.text.DocumentException
java.io.IOException
public POS dispITBox(java.lang.String itname, java.lang.String stname, java.lang.String status, java.lang.String func, int type, float xf, float yf, float fp) throws com.lowagie.text.DocumentException, java.io.IOException
com.lowagie.text.DocumentException
java.io.IOException
public void dispStringInRoundBox(java.lang.String str, int x, int y, int h, int w, int fpoint) throws com.lowagie.text.DocumentException, java.io.IOException
com.lowagie.text.DocumentException
java.io.IOException
public void dispArrow(int x0, int y0, int x1, int y1)
public void dispStringBox(java.lang.String str, int x, int y, int fpoint) throws com.lowagie.text.DocumentException, java.io.IOException
com.lowagie.text.DocumentException
java.io.IOException