Class JDFAutoByteMap

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:
JDFByteMap

public abstract class JDFAutoByteMap extends JDFResource
class JDFAutoByteMap : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoByteMap

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setBandOrdering

      public void setBandOrdering(JDFAutoByteMap.EBandOrdering enumVar)
      (5) set attribute BandOrdering
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEBandOrdering

      public JDFAutoByteMap.EBandOrdering getEBandOrdering()
      (9) get attribute BandOrdering
      Returns:
      the value of the attribute
    • setBandOrdering

      @Deprecated public void setBandOrdering(JDFAutoByteMap.EnumBandOrdering enumVar)
      Deprecated.
      use SetBandOrdering(EBandOrdering) based on java.lang.enum instead
      (5) set attribute BandOrdering
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getBandOrdering

      @Deprecated public JDFAutoByteMap.EnumBandOrdering getBandOrdering()
      Deprecated.
      use EBandOrdering GetEBandOrdering() based on java.lang.enum instead
      (9) get attribute BandOrdering
      Returns:
      the value of the attribute
    • setElementType

      public void setElementType(JDFAutoLayoutElement.EElementType enumVar)
      (5) set attribute ElementType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEElementType

      public JDFAutoLayoutElement.EElementType getEElementType()
      (9) get attribute ElementType
      Returns:
      the value of the attribute
    • setElementType

      @Deprecated public void setElementType(JDFAutoLayoutElement.EnumElementType enumVar)
      Deprecated.
      use SetElementType(EElementType) based on java.lang.enum instead
      (5) set attribute ElementType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getElementType

      Deprecated.
      use EElementType GetEElementType() based on java.lang.enum instead
      (9) get attribute ElementType
      Returns:
      the value of the attribute
    • setFrameHeight

      public void setFrameHeight(int value)
      (36) set attribute FrameHeight
      Parameters:
      value - the value to set the attribute to
    • getFrameHeight

      public int getFrameHeight()
      (15) get int attribute FrameHeight
      Returns:
      int the value of the attribute
    • setFrameWidth

      public void setFrameWidth(int value)
      (36) set attribute FrameWidth
      Parameters:
      value - the value to set the attribute to
    • getFrameWidth

      public int getFrameWidth()
      (15) get int attribute FrameWidth
      Returns:
      int the value of the attribute
    • setHalftoned

      public void setHalftoned(boolean value)
      (36) set attribute Halftoned
      Parameters:
      value - the value to set the attribute to
    • getHalftoned

      public boolean getHalftoned()
      (18) get boolean attribute Halftoned
      Returns:
      boolean the value of the attribute
    • setInterleaved

      public void setInterleaved(boolean value)
      (36) set attribute Interleaved
      Parameters:
      value - the value to set the attribute to
    • getInterleaved

      public boolean getInterleaved()
      (18) get boolean attribute Interleaved
      Returns:
      boolean the value of the attribute
    • setPixelSkip

      public void setPixelSkip(int value)
      (36) set attribute PixelSkip
      Parameters:
      value - the value to set the attribute to
    • getPixelSkip

      public int getPixelSkip()
      (15) get int attribute PixelSkip
      Returns:
      int the value of the attribute
    • setResolution

      public void setResolution(JDFXYPair value)
      (36) set attribute Resolution
      Parameters:
      value - the value to set the attribute to
    • getResolution

      public JDFXYPair getResolution()
      (20) get JDFXYPair attribute Resolution
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • getBand

      public JDFBand getBand()
      (24) const get element Band
      Returns:
      JDFBand the element
    • getCreateBand

      public JDFBand getCreateBand()
      (25) getCreateBand
      Returns:
      JDFBand the element
    • getCreateBand

      public JDFBand getCreateBand(int iSkip)
      (26) getCreateBand
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFBand the element
    • getBand

      public JDFBand getBand(int iSkip)
      (27) const get element Band
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFBand the element default is getBand(0)
    • getAllBand

      public Collection<JDFBand> getAllBand()
      Get all Band from the current element
      Returns:
      Collection, null if none are available
    • appendBand

      public JDFBand appendBand()
      (30) append element Band
      Returns:
      JDFBand the element
    • getColorPool

      public JDFColorPool getColorPool()
      (24) const get element ColorPool
      Returns:
      JDFColorPool the element
    • getCreateColorPool

      public JDFColorPool getCreateColorPool()
      (25) getCreateColorPool
      Returns:
      JDFColorPool the element
    • appendColorPool

      public JDFColorPool appendColorPool()
      (29) append element ColorPool
      Returns:
      JDFColorPool the element
    • refColorPool

      public void refColorPool(JDFColorPool refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • 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
    • getPixelColorant

      public JDFPixelColorant getPixelColorant()
      (24) const get element PixelColorant
      Returns:
      JDFPixelColorant the element
    • getCreatePixelColorant

      public JDFPixelColorant getCreatePixelColorant()
      (25) getCreatePixelColorant
      Returns:
      JDFPixelColorant the element
    • getCreatePixelColorant

      public JDFPixelColorant getCreatePixelColorant(int iSkip)
      (26) getCreatePixelColorant
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPixelColorant the element
    • getPixelColorant

      public JDFPixelColorant getPixelColorant(int iSkip)
      (27) const get element PixelColorant
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPixelColorant the element default is getPixelColorant(0)
    • getAllPixelColorant

      public Collection<JDFPixelColorant> getAllPixelColorant()
      Get all PixelColorant from the current element
      Returns:
      Collection, null if none are available
    • appendPixelColorant

      public JDFPixelColorant appendPixelColorant()
      (30) append element PixelColorant
      Returns:
      JDFPixelColorant the element