Class JDFAutoPatch

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFPatch

public abstract class JDFAutoPatch extends JDFElement
class JDFAutoPatch : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoPatch

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

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

      protected JDFAutoPatch(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoPatch
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • 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
    • getPatchUsage

      public JDFAutoPatch.EnumPatchUsage getPatchUsage()
      (9) get attribute PatchUsage
      Returns:
      the value of the attribute
    • 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
    • getSeparationTint

      public JDFSeparationTint getSeparationTint()
      (24) const get element SeparationTint
      Returns:
      JDFSeparationTint the element
    • getCreateSeparationTint

      public JDFSeparationTint getCreateSeparationTint()
      (25) getCreateSeparationTint
      Returns:
      JDFSeparationTint the element
    • 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 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