Class JDFAutoColorSpaceConversionOp

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

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

      • JDFAutoColorSpaceConversionOp

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

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

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

      • setBlackPointCompensation

        public void setBlackPointCompensation​(boolean value)
        (36) set attribute BlackPointCompensation
        Parameters:
        value - the value to set the attribute to
      • getBlackPointCompensation

        public boolean getBlackPointCompensation()
        (18) get boolean attribute BlackPointCompensation
        Returns:
        boolean the value of the attribute
      • setBlackPointCompensationDetails

        public void setBlackPointCompensationDetails​(java.lang.String value)
        (36) set attribute BlackPointCompensationDetails
        Parameters:
        value - the value to set the attribute to
      • getBlackPointCompensationDetails

        public java.lang.String getBlackPointCompensationDetails()
        (23) get String attribute BlackPointCompensationDetails
        Returns:
        the value of the attribute
      • setIgnoreEmbeddedICC

        public void setIgnoreEmbeddedICC​(boolean value)
        (36) set attribute IgnoreEmbeddedICC
        Parameters:
        value - the value to set the attribute to
      • getIgnoreEmbeddedICC

        public boolean getIgnoreEmbeddedICC()
        (18) get boolean attribute IgnoreEmbeddedICC
        Returns:
        boolean 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
      • setPreserveBlack

        public void setPreserveBlack​(boolean value)
        (36) set attribute PreserveBlack
        Parameters:
        value - the value to set the attribute to
      • getPreserveBlack

        public boolean getPreserveBlack()
        (18) get boolean attribute PreserveBlack
        Returns:
        boolean the value of the attribute
      • setRGBGray2Black

        public void setRGBGray2Black​(boolean value)
        (36) set attribute RGBGray2Black
        Parameters:
        value - the value to set the attribute to
      • getRGBGray2Black

        public boolean getRGBGray2Black()
        (18) get boolean attribute RGBGray2Black
        Returns:
        boolean the value of the attribute
      • setRGBGray2BlackThreshold

        public void setRGBGray2BlackThreshold​(double value)
        (36) set attribute RGBGray2BlackThreshold
        Parameters:
        value - the value to set the attribute to
      • getRGBGray2BlackThreshold

        public double getRGBGray2BlackThreshold()
        (17) get double attribute RGBGray2BlackThreshold
        Returns:
        double the value of the attribute
      • 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
      • getDeviceNSpace

        public JDFDeviceNSpace getDeviceNSpace()
        (24) const get element DeviceNSpace
        Returns:
        JDFDeviceNSpace the element
      • getCreateDeviceNSpace

        public JDFDeviceNSpace getCreateDeviceNSpace()
        (25) getCreateDeviceNSpace
        Returns:
        JDFDeviceNSpace the element
      • appendDeviceNSpace

        public JDFDeviceNSpace appendDeviceNSpace()
        (29) append element DeviceNSpace
        Returns:
        JDFDeviceNSpace the element @ if the element already exists
      • getFileSpec

        public JDFFileSpec getFileSpec()
        (24) const get element FileSpec
        Returns:
        JDFFileSpec the element
      • getCreateFileSpec

        public JDFFileSpec getCreateFileSpec()
        (25) getCreateFileSpec
        Returns:
        JDFFileSpec the element
      • 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
      • getScreenSelector

        public JDFScreenSelector getScreenSelector()
        (24) const get element ScreenSelector
        Returns:
        JDFScreenSelector the element
      • getCreateScreenSelector

        public JDFScreenSelector getCreateScreenSelector()
        (25) getCreateScreenSelector
        Returns:
        JDFScreenSelector the element
      • getCreateScreenSelector

        public JDFScreenSelector getCreateScreenSelector​(int iSkip)
        (26) getCreateScreenSelector
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFScreenSelector the element
      • getScreenSelector

        public JDFScreenSelector getScreenSelector​(int iSkip)
        (27) const get element ScreenSelector
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFScreenSelector the element default is getScreenSelector(0)
      • getAllScreenSelector

        public java.util.Collection<JDFScreenSelector> getAllScreenSelector()
        Get all ScreenSelector from the current element
        Returns:
        Collection, null if none are available
      • appendScreenSelector

        public JDFScreenSelector appendScreenSelector()
        (30) append element ScreenSelector
        Returns:
        JDFScreenSelector 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