Class JDFAutoTransferCurveSet

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.JDFAutoTransferCurveSet
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFTransferCurveSet

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

    • JDFAutoTransferCurveSet

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

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

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

      public void setCTM(JDFMatrix value)
      (36) set attribute CTM
      Parameters:
      value - the value to set the attribute to
    • getCTM

      public JDFMatrix getCTM()
      (20) get JDFMatrix attribute CTM
      Returns:
      JDFMatrix the value of the attribute, null if a the attribute value is not a valid to create a JDFMatrix
    • setName

      public void setName(String value)
      (36) set attribute Name
      Parameters:
      value - the value to set the attribute to
    • getName

      public String getName()
      (23) get String attribute Name
      Returns:
      the value of the attribute
    • getTransferCurve

      public JDFTransferCurve getTransferCurve()
      (24) const get element TransferCurve
      Returns:
      JDFTransferCurve the element
    • getCreateTransferCurve

      public JDFTransferCurve getCreateTransferCurve()
      (25) getCreateTransferCurve
      Returns:
      JDFTransferCurve the element
    • getCreateTransferCurve

      public JDFTransferCurve getCreateTransferCurve(int iSkip)
      (26) getCreateTransferCurve
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFTransferCurve the element
    • getTransferCurve

      public JDFTransferCurve getTransferCurve(int iSkip)
      (27) const get element TransferCurve
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFTransferCurve the element default is getTransferCurve(0)
    • getAllTransferCurve

      public Collection<JDFTransferCurve> getAllTransferCurve()
      Get all TransferCurve from the current element
      Returns:
      Collection, null if none are available
    • appendTransferCurve

      public JDFTransferCurve appendTransferCurve()
      (30) append element TransferCurve
      Returns:
      JDFTransferCurve the element
    • refTransferCurve

      public void refTransferCurve(JDFTransferCurve refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced