public class MeasureRectilinear extends Measure
| Constructor and Description |
|---|
MeasureRectilinear() |
| Modifier and Type | Method and Description |
|---|---|
void |
setA(NumberFormatArray a)
A number format array for measurement of area.
|
void |
setCYX(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(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.
|
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, toStringcanBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, typepublic void setScaleRatio(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 objects
public void setS(NumberFormatArray s)
s - a PdfArray containing PdfNumber objects
public void setO(XYArray o)
Viewport.setBBox(com.itextpdf.text.Rectangle) entry.
o - an XYArray
public void setCYX(PdfNumber cyx)
cyx -
Copyright © 1998–2021. All rights reserved.