Class JDFAutoColorControlStrip

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFColorControlStrip

    public abstract class JDFAutoColorControlStrip
    extends JDFResource
    class JDFAutoColorControlStrip : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoColorControlStrip

        protected JDFAutoColorControlStrip​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                           java.lang.String qualifiedName)
        Constructor for JDFAutoColorControlStrip
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoColorControlStrip

        protected JDFAutoColorControlStrip​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                           java.lang.String myNamespaceURI,
                                           java.lang.String qualifiedName)
        Constructor for JDFAutoColorControlStrip
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFAutoColorControlStrip

        protected JDFAutoColorControlStrip​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                           java.lang.String myNamespaceURI,
                                           java.lang.String qualifiedName,
                                           java.lang.String myLocalName)
        Constructor for JDFAutoColorControlStrip
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setCenter

        public void setCenter​(JDFXYPair value)
        (36) set attribute Center
        Parameters:
        value - the value to set the attribute to
      • getCenter

        public JDFXYPair getCenter()
        (20) get JDFXYPair attribute Center
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setRotation

        public void setRotation​(double value)
        (36) set attribute Rotation
        Parameters:
        value - the value to set the attribute to
      • getRotation

        public double getRotation()
        (17) get double attribute Rotation
        Returns:
        double the value of the attribute
      • setSize

        public void setSize​(JDFXYPair value)
        (36) set attribute Size
        Parameters:
        value - the value to set the attribute to
      • getSize

        public JDFXYPair getSize()
        (20) get JDFXYPair attribute Size
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setStripType

        public void setStripType​(java.lang.String value)
        (36) set attribute StripType
        Parameters:
        value - the value to set the attribute to
      • getStripType

        public java.lang.String getStripType()
        (23) get String attribute StripType
        Returns:
        the value of the attribute
      • getCIELABMeasuringField

        public JDFCIELABMeasuringField getCIELABMeasuringField()
        (24) const get element CIELABMeasuringField
        Returns:
        JDFCIELABMeasuringField the element
      • getCreateCIELABMeasuringField

        public JDFCIELABMeasuringField getCreateCIELABMeasuringField()
        (25) getCreateCIELABMeasuringField
        Returns:
        JDFCIELABMeasuringField the element
      • getCreateCIELABMeasuringField

        public JDFCIELABMeasuringField getCreateCIELABMeasuringField​(int iSkip)
        (26) getCreateCIELABMeasuringField
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCIELABMeasuringField the element
      • getCIELABMeasuringField

        public JDFCIELABMeasuringField getCIELABMeasuringField​(int iSkip)
        (27) const get element CIELABMeasuringField
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCIELABMeasuringField the element default is getCIELABMeasuringField(0)
      • getAllCIELABMeasuringField

        public java.util.Collection<JDFCIELABMeasuringField> getAllCIELABMeasuringField()
        Get all CIELABMeasuringField from the current element
        Returns:
        Collection, null if none are available
      • appendCIELABMeasuringField

        public JDFCIELABMeasuringField appendCIELABMeasuringField()
        (30) append element CIELABMeasuringField
        Returns:
        JDFCIELABMeasuringField the element
      • getDensityMeasuringField

        public JDFDensityMeasuringField getDensityMeasuringField()
        (24) const get element DensityMeasuringField
        Returns:
        JDFDensityMeasuringField the element
      • getCreateDensityMeasuringField

        public JDFDensityMeasuringField getCreateDensityMeasuringField()
        (25) getCreateDensityMeasuringField
        Returns:
        JDFDensityMeasuringField the element
      • getCreateDensityMeasuringField

        public JDFDensityMeasuringField getCreateDensityMeasuringField​(int iSkip)
        (26) getCreateDensityMeasuringField
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDensityMeasuringField the element
      • getDensityMeasuringField

        public JDFDensityMeasuringField getDensityMeasuringField​(int iSkip)
        (27) const get element DensityMeasuringField
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDensityMeasuringField the element default is getDensityMeasuringField(0)
      • getAllDensityMeasuringField

        public java.util.Collection<JDFDensityMeasuringField> getAllDensityMeasuringField()
        Get all DensityMeasuringField from the current element
        Returns:
        Collection, null if none are available
      • appendDensityMeasuringField

        public JDFDensityMeasuringField appendDensityMeasuringField()
        (30) append element DensityMeasuringField
        Returns:
        JDFDensityMeasuringField the element
      • refDensityMeasuringField

        public void refDensityMeasuringField​(JDFDensityMeasuringField refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getPatch

        public JDFPatch getPatch()
        (24) const get element Patch
        Returns:
        JDFPatch the element
      • getCreatePatch

        public JDFPatch getCreatePatch()
        (25) getCreatePatch
        Returns:
        JDFPatch the element
      • getCreatePatch

        public JDFPatch getCreatePatch​(int iSkip)
        (26) getCreatePatch
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPatch the element
      • getPatch

        public JDFPatch getPatch​(int iSkip)
        (27) const get element Patch
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPatch the element default is getPatch(0)
      • getAllPatch

        public java.util.Collection<JDFPatch> getAllPatch()
        Get all Patch from the current element
        Returns:
        Collection, null if none are available
      • appendPatch

        public JDFPatch appendPatch()
        (30) append element Patch
        Returns:
        JDFPatch the element
      • getSeparationSpec

        public JDFSeparationSpec getSeparationSpec()
        (24) const get element SeparationSpec
        Returns:
        JDFSeparationSpec the element
      • getCreateSeparationSpec

        public JDFSeparationSpec getCreateSeparationSpec()
        (25) getCreateSeparationSpec
        Returns:
        JDFSeparationSpec the element
      • getCreateSeparationSpec

        public JDFSeparationSpec getCreateSeparationSpec​(int iSkip)
        (26) getCreateSeparationSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFSeparationSpec the element
      • getSeparationSpec

        public JDFSeparationSpec getSeparationSpec​(int iSkip)
        (27) const get element SeparationSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFSeparationSpec the element default is getSeparationSpec(0)
      • getAllSeparationSpec

        public java.util.Collection<JDFSeparationSpec> getAllSeparationSpec()
        Get all SeparationSpec from the current element
        Returns:
        Collection, null if none are available
      • appendSeparationSpec

        public JDFSeparationSpec appendSeparationSpec()
        (30) append element SeparationSpec
        Returns:
        JDFSeparationSpec the element