org.cip4.jdflib.ifaces
Interface IPlacedObject

All Known Implementing Classes:
JDFContentObject, JDFMarkObject

public interface IPlacedObject

common Interface for ContentObjects and MarkObjects

Author:
prosirai

Method Summary
 JDFRectangle getClipBox()
          (20) get JDFRectangle attribute ClipBox
 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
 String getSourceClipPath()
          (23) get String attribute SourceClipPath
 JDFMatrix getTrimCTM()
          (20) get JDFMatrix attribute TrimCTM
 void setClipBox(JDFRectangle value)
          (36) set attribute ClipBox
 void setClipPath(String value)
          (36) set attribute ClipPath
 void setClipPath(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(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)
           
 

Method Detail

setSourceClipPath

void setSourceClipPath(String value)
(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

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 to
precision -

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 to
precision -

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 to
y - : 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(String value)
(36) set attribute ClipPath

Parameters:
value - : the value to set the attribute to

setClipPath

void setClipPath(String value,
                 int precision)
(36) set attribute ClipPath

Parameters:
value - : the value to set the attribute to
precision -

getClipPath

String getClipPath()
(23) get String attribute ClipPath

Returns:
the value of the attribute


Copyright © 2013. All Rights Reserved.