public interface IPlacedObject
| Modifier and Type | Method and Description |
|---|---|
JDFRectangle |
getClipBox()
(20) get JDFRectangle attribute ClipBox
|
java.lang.String |
getClipPath()
(23) get String attribute ClipPath
|
JDFMatrix |
getCTM()
(20) get JDFMatrix attribute CTM
|
JDFXYPair |
getHalfTonePhaseOrigin()
(20) get JDFXYPair attribute HalfTonePhaseOrigin
|
int |
getLayerID()
(15) get int attribute LayerID
|
int |
getOrd()
(15) get int attribute Ord
|
int |
getOrdID()
(15) get int attribute OrdID
|
JDFRectangle |
getRect()
get the bounding box in absolute coordinates
|
java.lang.String |
getSourceClipPath()
(23) get String attribute SourceClipPath
|
JDFMatrix |
getTrimCTM()
(20) get JDFMatrix attribute TrimCTM
|
void |
setClipBox(JDFRectangle value)
(36) set attribute ClipBox
|
void |
setClipPath(java.lang.String value)
(36) set attribute ClipPath
|
void |
setClipPath(java.lang.String value,
int precision)
(36) set attribute ClipPath
|
void |
setCTM(JDFMatrix value)
(36) set attribute CTM
|
void |
setCTM(JDFMatrix value,
int precision)
(36) set attribute CTM
|
void |
setHalfTonePhaseOrigin(JDFXYPair value)
(36) set attribute HalfTonePhaseOrigin
|
void |
setLayerID(int value)
(36) set attribute LayerID
|
void |
setOrd(int value)
(36) set attribute Ord
|
void |
setOrdID(int value)
(36) set attribute OrdID
|
void |
setSourceClipPath(java.lang.String value)
(36) set attribute SourceClipPath
|
void |
setTrimCTM(JDFMatrix value)
(36) set attribute TrimCTM
|
void |
setTrimCTM(JDFMatrix value,
int precision)
(36) set attribute TrimCTM
|
void |
setTrimSize(double x,
double y)
convenience method to set TrimSize
|
void |
setTrimSize(double x,
double y,
int precision) |
void |
setTrimSize(JDFXYPair xy)
convenience method to set TrimSize
|
void |
setTrimSize(JDFXYPair jdfxyPair,
int precision) |
void setSourceClipPath(java.lang.String value)
value - : the value to set the attribute tojava.lang.String getSourceClipPath()
void setLayerID(int value)
value - : the value to set the attribute toint getLayerID()
void setCTM(JDFMatrix value)
value - : the value to set the attribute tovoid setCTM(JDFMatrix value, int precision)
value - : the value to set the attribute toprecision - JDFMatrix getCTM()
void setOrd(int value)
value - : the value to set the attribute toint getOrd()
void setHalfTonePhaseOrigin(JDFXYPair value)
value - : the value to set the attribute toJDFXYPair getHalfTonePhaseOrigin()
void setOrdID(int value)
value - : the value to set the attribute toint getOrdID()
void setTrimCTM(JDFMatrix value)
value - : the value to set the attribute tovoid setTrimCTM(JDFMatrix value, int precision)
value - : the value to set the attribute toprecision - void setTrimSize(JDFXYPair xy)
xy - : the value to set TrimSize tovoid setTrimSize(double x,
double y)
x - : the value to set the x Dimension toy - : the value to set the y Dimension tovoid setTrimSize(double x,
double y,
int precision)
x - y - precision - number of digits in decimalvoid setTrimSize(JDFXYPair jdfxyPair, int precision)
jdfxyPair - precision - number of digits in decimalJDFMatrix getTrimCTM()
void setClipBox(JDFRectangle value)
value - : the value to set the attribute toJDFRectangle getClipBox()
void setClipPath(java.lang.String value)
value - : the value to set the attribute tovoid setClipPath(java.lang.String value,
int precision)
value - : the value to set the attribute toprecision - java.lang.String getClipPath()
JDFRectangle getRect()