Package org.cip4.jdflib.ifaces
Interface IPlacedObject
- All Known Implementing Classes:
JDFContentObject,JDFMarkObject
public interface IPlacedObject
common Interface for ContentObjects and MarkObjects
-
Method Summary
Modifier and TypeMethodDescription(20) get JDFRectangle attribute ClipBox(23) get String attribute ClipPathgetCTM()(20) get JDFMatrix attribute CTM(20) get JDFXYPair attribute HalfTonePhaseOriginint(15) get int attribute LayerIDintgetOrd()(15) get int attribute OrdintgetOrdID()(15) get int attribute OrdIDgetRect()get the bounding box in absolute coordinates(23) get String attribute SourceClipPath(20) get JDFMatrix attribute TrimCTMvoidsetClipBox(JDFRectangle value) (36) set attribute ClipBoxvoidsetClipPath(String value) (36) set attribute ClipPathvoidsetClipPath(String value, int precision) (36) set attribute ClipPathvoid(36) set attribute CTMvoid(36) set attribute CTMvoidsetHalfTonePhaseOrigin(JDFXYPair value) (36) set attribute HalfTonePhaseOriginvoidsetLayerID(int value) (36) set attribute LayerIDvoidsetOrd(int value) (36) set attribute OrdvoidsetOrdID(int value) (36) set attribute OrdIDvoidsetSourceClipPath(String value) (36) set attribute SourceClipPathvoidsetTrimCTM(JDFMatrix value) (36) set attribute TrimCTMvoidsetTrimCTM(JDFMatrix value, int precision) (36) set attribute TrimCTMvoidsetTrimSize(double x, double y) convenience method to set TrimSizevoidsetTrimSize(double x, double y, int precision) voidsetTrimSize(JDFXYPair xy) convenience method to set TrimSizevoidsetTrimSize(JDFXYPair jdfxyPair, int precision)
-
Method Details
-
setSourceClipPath
(36) set attribute SourceClipPath- Parameters:
value- : the value to set the attribute to
-
getSourceClipPath
String getSourceClipPath()(23) get String attribute SourceClipPath- Returns:
- the value of the attribute
-
setLayerID
void setLayerID(int value) (36) set attribute LayerID- Parameters:
value- : the value to set the attribute to
-
getLayerID
int getLayerID()(15) get int attribute LayerID- Returns:
- int the value of the attribute
-
setCTM
(36) set attribute CTM- Parameters:
value- : the value to set the attribute to
-
setCTM
(36) set attribute CTM- Parameters:
value- : the value to set the attribute toprecision-
-
getCTM
JDFMatrix getCTM()(20) get JDFMatrix attribute CTM- Returns:
- JDFMatrixthe value of the attribute, null if a the attribute value is not a valid to create a JDFMatrix
-
setOrd
void setOrd(int value) (36) set attribute Ord- Parameters:
value- : the value to set the attribute to
-
getOrd
int getOrd()(15) get int attribute Ord- Returns:
- int the value of the attribute
-
setHalfTonePhaseOrigin
(36) set attribute HalfTonePhaseOrigin- Parameters:
value- : the value to set the attribute to
-
getHalfTonePhaseOrigin
JDFXYPair getHalfTonePhaseOrigin()(20) get JDFXYPair attribute HalfTonePhaseOrigin- Returns:
- JDFXYPairthe value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
-
setOrdID
void setOrdID(int value) (36) set attribute OrdID- Parameters:
value- : the value to set the attribute to
-
getOrdID
int getOrdID()(15) get int attribute OrdID- Returns:
- int the value of the attribute
-
setTrimCTM
(36) set attribute TrimCTM- Parameters:
value- : the value to set the attribute to
-
setTrimCTM
(36) set attribute TrimCTM- Parameters:
value- : the value to set the attribute toprecision-
-
setTrimSize
convenience method to set TrimSize- Parameters:
xy- : the value to set TrimSize to
-
setTrimSize
void setTrimSize(double x, double y) convenience method to set TrimSize- Parameters:
x- : the value to set the x Dimension toy- : the value to set the y Dimension to
-
setTrimSize
void setTrimSize(double x, double y, int precision) - Parameters:
x-y-precision- number of digits in decimal
-
setTrimSize
- Parameters:
jdfxyPair-precision- number of digits in decimal
-
getTrimCTM
JDFMatrix getTrimCTM()(20) get JDFMatrix attribute TrimCTM- Returns:
- JDFMatrixthe value of the attribute, null if a the attribute value is not a valid to create a JDFMatrix
-
setClipBox
(36) set attribute ClipBox- Parameters:
value- : the value to set the attribute to
-
getClipBox
JDFRectangle getClipBox()(20) get JDFRectangle attribute ClipBox- Returns:
- JDFRectanglethe value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
-
setClipPath
(36) set attribute ClipPath- Parameters:
value- : the value to set the attribute to
-
setClipPath
(36) set attribute ClipPath- Parameters:
value- : the value to set the attribute toprecision-
-
getClipPath
String getClipPath()(23) get String attribute ClipPath- Returns:
- the value of the attribute
-
getRect
JDFRectangle getRect()get the bounding box in absolute coordinates- Returns:
- the value of the attribute
-