Interface IPlacedObject

  • All Known Implementing Classes:
    JDFContentObject, JDFMarkObject

    public interface IPlacedObject
    common Interface for ContentObjects and MarkObjects
    • 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 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​(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 to
        precision -
      • 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