Package org.cip4.jdflib.ifaces
Interface IPlacedObject
-
- All Known Implementing Classes:
JDFContentObject,JDFMarkObject
public interface IPlacedObjectcommon Interface for ContentObjects and MarkObjects
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JDFRectanglegetClipBox()(20) get JDFRectangle attribute ClipBoxjava.lang.StringgetClipPath()(23) get String attribute ClipPathJDFMatrixgetCTM()(20) get JDFMatrix attribute CTMJDFXYPairgetHalfTonePhaseOrigin()(20) get JDFXYPair attribute HalfTonePhaseOriginintgetLayerID()(15) get int attribute LayerIDintgetOrd()(15) get int attribute OrdintgetOrdID()(15) get int attribute OrdIDJDFRectanglegetRect()get the bounding box in absolute coordinatesjava.lang.StringgetSourceClipPath()(23) get String attribute SourceClipPathJDFMatrixgetTrimCTM()(20) get JDFMatrix attribute TrimCTMvoidsetClipBox(JDFRectangle value)(36) set attribute ClipBoxvoidsetClipPath(java.lang.String value)(36) set attribute ClipPathvoidsetClipPath(java.lang.String value, int precision)(36) set attribute ClipPathvoidsetCTM(JDFMatrix value)(36) set attribute CTMvoidsetCTM(JDFMatrix value, int precision)(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(java.lang.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 Detail
-
setSourceClipPath
void setSourceClipPath(java.lang.String value)
(36) set attribute SourceClipPath- Parameters:
value- : the value to set the attribute to
-
getSourceClipPath
java.lang.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
void setCTM(JDFMatrix value)
(36) set attribute CTM- Parameters:
value- : the value to set the attribute to
-
setCTM
void setCTM(JDFMatrix value, int precision)
(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
void setHalfTonePhaseOrigin(JDFXYPair value)
(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
void setTrimCTM(JDFMatrix value)
(36) set attribute TrimCTM- Parameters:
value- : the value to set the attribute to
-
setTrimCTM
void setTrimCTM(JDFMatrix value, int precision)
(36) set attribute TrimCTM- Parameters:
value- : the value to set the attribute toprecision-
-
setTrimSize
void setTrimSize(JDFXYPair xy)
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
void setTrimSize(JDFXYPair jdfxyPair, int precision)
- 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
void setClipBox(JDFRectangle value)
(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
void setClipPath(java.lang.String value)
(36) set attribute ClipPath- Parameters:
value- : the value to set the attribute to
-
setClipPath
void setClipPath(java.lang.String value, int precision)(36) set attribute ClipPath- Parameters:
value- : the value to set the attribute toprecision-
-
getClipPath
java.lang.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
-
-