Class JDFAutoPatch

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

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

      • JDFAutoPatch

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

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

        protected JDFAutoPatch​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                               java.lang.String myNamespaceURI,
                               java.lang.String qualifiedName,
                               java.lang.String myLocalName)
        Constructor for JDFAutoPatch
        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
      • setDensity

        public void setDensity​(double value)
        (36) set attribute Density
        Parameters:
        value - the value to set the attribute to
      • getDensity

        public double getDensity()
        (17) get double attribute Density
        Returns:
        double the value of the attribute
      • setLab

        public void setLab​(JDFLabColor value)
        (36) set attribute Lab
        Parameters:
        value - the value to set the attribute to
      • getLab

        public JDFLabColor getLab()
        (20) get JDFLabColor attribute Lab
        Returns:
        JDFLabColor the value of the attribute, null if a the attribute value is not a valid to create a JDFLabColor
      • setNeutralDensity

        public void setNeutralDensity​(double value)
        (36) set attribute NeutralDensity
        Parameters:
        value - the value to set the attribute to
      • getNeutralDensity

        public double getNeutralDensity()
        (17) get double attribute NeutralDensity
        Returns:
        double the value of the attribute
      • setPatchUsage

        public void setPatchUsage​(JDFAutoPatch.EnumPatchUsage enumVar)
        (5) set attribute PatchUsage
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setRGB

        public void setRGB​(JDFRGBColor value)
        (36) set attribute RGB
        Parameters:
        value - the value to set the attribute to
      • getRGB

        public JDFRGBColor getRGB()
        (20) get JDFRGBColor attribute RGB
        Returns:
        JDFRGBColor the value of the attribute, null if a the attribute value is not a valid to create a JDFRGBColor
      • 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
      • setSpectrum

        public void setSpectrum​(JDFTransferFunction value)
        (36) set attribute Spectrum
        Parameters:
        value - the value to set the attribute to
      • getSpectrum

        public JDFTransferFunction getSpectrum()
        (20) get JDFTransferFunction attribute Spectrum
        Returns:
        JDFTransferFunction the value of the attribute, null if a the attribute value is not a valid to create a JDFTransferFunction
      • setSpotType

        public void setSpotType​(JDFAutoPatch.EnumSpotType enumVar)
        (5) set attribute SpotType
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getSpotType

        public JDFAutoPatch.EnumSpotType getSpotType()
        (9) get attribute SpotType
        Returns:
        the value of the attribute
      • getCreateSeparationTint

        public JDFSeparationTint getCreateSeparationTint​(int iSkip)
        (26) getCreateSeparationTint
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFSeparationTint the element
      • getSeparationTint

        public JDFSeparationTint getSeparationTint​(int iSkip)
        (27) const get element SeparationTint
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFSeparationTint the element default is getSeparationTint(0)
      • getAllSeparationTint

        public java.util.Collection<JDFSeparationTint> getAllSeparationTint()
        Get all SeparationTint from the current element
        Returns:
        Collection, null if none are available
      • appendSeparationTint

        public JDFSeparationTint appendSeparationTint()
        (30) append element SeparationTint
        Returns:
        JDFSeparationTint the element