Class JDFAutoColorCorrectionOp

  • 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:
    JDFColorCorrectionOp

    public abstract class JDFAutoColorCorrectionOp
    extends JDFElement
    class JDFAutoColorCorrectionOp : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoColorCorrectionOp

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

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

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

      • setSourceObjects

        public void setSourceObjects​(java.util.Vector<? extends org.apache.commons.lang.enums.ValuedEnum> v)
        (5.2) set attribute SourceObjects
        Parameters:
        v - vector of the enumeration values
      • getSourceObjects

        public java.util.Vector<? extends org.apache.commons.lang.enums.ValuedEnum> getSourceObjects()
        (9.2) get SourceObjects attribute SourceObjects
        Returns:
        Vector of the enumerations
      • setAdjustCyanRed

        public void setAdjustCyanRed​(double value)
        (36) set attribute AdjustCyanRed
        Parameters:
        value - the value to set the attribute to
      • getAdjustCyanRed

        public double getAdjustCyanRed()
        (17) get double attribute AdjustCyanRed
        Returns:
        double the value of the attribute
      • setAdjustMagentaGreen

        public void setAdjustMagentaGreen​(double value)
        (36) set attribute AdjustMagentaGreen
        Parameters:
        value - the value to set the attribute to
      • getAdjustMagentaGreen

        public double getAdjustMagentaGreen()
        (17) get double attribute AdjustMagentaGreen
        Returns:
        double the value of the attribute
      • setAdjustYellowBlue

        public void setAdjustYellowBlue​(double value)
        (36) set attribute AdjustYellowBlue
        Parameters:
        value - the value to set the attribute to
      • getAdjustYellowBlue

        public double getAdjustYellowBlue()
        (17) get double attribute AdjustYellowBlue
        Returns:
        double the value of the attribute
      • setAdjustContrast

        public void setAdjustContrast​(double value)
        (36) set attribute AdjustContrast
        Parameters:
        value - the value to set the attribute to
      • getAdjustContrast

        public double getAdjustContrast()
        (17) get double attribute AdjustContrast
        Returns:
        double the value of the attribute
      • setAdjustHue

        public void setAdjustHue​(double value)
        (36) set attribute AdjustHue
        Parameters:
        value - the value to set the attribute to
      • getAdjustHue

        public double getAdjustHue()
        (17) get double attribute AdjustHue
        Returns:
        double the value of the attribute
      • setAdjustLightness

        public void setAdjustLightness​(double value)
        (36) set attribute AdjustLightness
        Parameters:
        value - the value to set the attribute to
      • getAdjustLightness

        public double getAdjustLightness()
        (17) get double attribute AdjustLightness
        Returns:
        double the value of the attribute
      • setAdjustSaturation

        public void setAdjustSaturation​(double value)
        (36) set attribute AdjustSaturation
        Parameters:
        value - the value to set the attribute to
      • getAdjustSaturation

        public double getAdjustSaturation()
        (17) get double attribute AdjustSaturation
        Returns:
        double the value of the attribute
      • setObjectTags

        public void setObjectTags​(VString value)
        (36) set attribute ObjectTags
        Parameters:
        value - the value to set the attribute to
      • getObjectTags

        public VString getObjectTags()
        (21) get VString attribute ObjectTags
        Returns:
        VString the value of the attribute
      • getCreateFileSpec

        public JDFFileSpec getCreateFileSpec​(int iSkip)
        (26) getCreateFileSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFileSpec the element
      • getFileSpec

        public JDFFileSpec getFileSpec​(int iSkip)
        (27) const get element FileSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFileSpec the element default is getFileSpec(0)
      • getAllFileSpec

        public java.util.Collection<JDFFileSpec> getAllFileSpec()
        Get all FileSpec from the current element
        Returns:
        Collection, null if none are available
      • appendFileSpec

        public JDFFileSpec appendFileSpec()
        (30) append element FileSpec
        Returns:
        JDFFileSpec the element
      • refFileSpec

        public void refFileSpec​(JDFFileSpec refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced