Class JDFAutoColorCorrectionOp

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
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoColorCorrectionOp
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFColorCorrectionOp

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

    • JDFAutoColorCorrectionOp

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

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

      protected JDFAutoColorCorrectionOp(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoColorCorrectionOp
      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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • 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
    • setSourceObjects

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

      public Vector<? extends org.apache.commons.lang.enums.ValuedEnum> getSourceObjects()
      (9.2) get SourceObjects attribute SourceObjects
      Returns:
      Vector of the enumerations
    • 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 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