|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfDictionary
com.itextpdf.text.pdf.spatial.Measure
com.itextpdf.text.pdf.spatial.MeasureRectilinear
public class MeasureRectilinear
Rectilinear Measure dictionary.
Field Summary |
---|
Fields inherited from class com.itextpdf.text.pdf.PdfDictionary |
---|
CATALOG, FONT, hashMap, OUTLINES, PAGE, PAGES |
Fields inherited from class com.itextpdf.text.pdf.PdfObject |
---|
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
Constructor Summary | |
---|---|
MeasureRectilinear()
|
Method Summary | |
---|---|
void |
setA(NumberFormatArray a)
A number format array for measurement of area. |
void |
setCYX(com.itextpdf.text.pdf.PdfNumber cyx)
A factor that shall be used to convert the largest units along the y axis to the largest units along the x axis. |
void |
setD(NumberFormatArray d)
A number format array for measurement of distance in any direction. |
void |
setO(XYArray o)
An array of two numbers that shall specify the origin of the measurement coordinate system in default user space coordinates. |
void |
setS(NumberFormatArray s)
A number format array for measurement of the slope of a line. |
void |
setScaleRatio(com.itextpdf.text.pdf.PdfString scaleratio)
A text string expressing the scale ratio of the drawing in the region corresponding to this dictionary. |
void |
setT(NumberFormatArray t)
A number format array for measurement of angles. |
void |
setX(NumberFormatArray x)
A number format array for measurement of change along the x axis and, if Y is not present, along the y axis as well. |
void |
setY(NumberFormatArray y)
A number format array for measurement of change along the y axis. |
Methods inherited from class com.itextpdf.text.pdf.PdfDictionary |
---|
checkType, clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toString |
Methods inherited from class com.itextpdf.text.pdf.PdfObject |
---|
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MeasureRectilinear()
Method Detail |
---|
public void setScaleRatio(com.itextpdf.text.pdf.PdfString scaleratio)
scaleratio
- public void setX(NumberFormatArray x)
Viewport
x
- public void setY(NumberFormatArray y)
y
- public void setD(NumberFormatArray d)
d
- public void setA(NumberFormatArray a)
a
- public void setT(NumberFormatArray t)
t
- a PdfArray containing PdfNumber objectspublic void setS(NumberFormatArray s)
s
- a PdfArray containing PdfNumber objectspublic void setO(XYArray o)
Viewport.setBBox(com.itextpdf.text.Rectangle)
entry.
o
- an XYArraypublic void setCYX(com.itextpdf.text.pdf.PdfNumber cyx)
cyx
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |