Class JDFAutoRasterReadingParams

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

    public abstract class JDFAutoRasterReadingParams
    extends JDFResource
    class JDFAutoRasterReadingParams : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoRasterReadingParams

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

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

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

      • setCenter

        public void setCenter​(boolean value)
        (36) set attribute Center
        Parameters:
        value - the value to set the attribute to
      • getCenter

        public boolean getCenter()
        (18) get boolean attribute Center
        Returns:
        boolean the value of the attribute
      • setPoster

        public void setPoster​(JDFXYPair value)
        (36) set attribute Poster
        Parameters:
        value - the value to set the attribute to
      • getPoster

        public JDFXYPair getPoster()
        (20) get JDFXYPair attribute Poster
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setPosterOverlap

        public void setPosterOverlap​(JDFXYPair value)
        (36) set attribute PosterOverlap
        Parameters:
        value - the value to set the attribute to
      • getPosterOverlap

        public JDFXYPair getPosterOverlap()
        (20) get JDFXYPair attribute PosterOverlap
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setScaling

        public void setScaling​(JDFXYPair value)
        (36) set attribute Scaling
        Parameters:
        value - the value to set the attribute to
      • getScaling

        public JDFXYPair getScaling()
        (20) get JDFXYPair attribute Scaling
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setScalingOrigin

        public void setScalingOrigin​(JDFXYPair value)
        (36) set attribute ScalingOrigin
        Parameters:
        value - the value to set the attribute to
      • getScalingOrigin

        public JDFXYPair getScalingOrigin()
        (20) get JDFXYPair attribute ScalingOrigin
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • getFitPolicy

        public JDFFitPolicy getFitPolicy()
        (24) const get element FitPolicy
        Returns:
        JDFFitPolicy the element
      • getCreateFitPolicy

        public JDFFitPolicy getCreateFitPolicy()
        (25) getCreateFitPolicy
        Returns:
        JDFFitPolicy the element
      • appendFitPolicy

        public JDFFitPolicy appendFitPolicy()
        (29) append element FitPolicy
        Returns:
        JDFFitPolicy the element @ if the element already exists
      • refFitPolicy

        public void refFitPolicy​(JDFFitPolicy refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getCreateMedia

        public JDFMedia getCreateMedia​(int iSkip)
        (26) getCreateMedia
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFMedia the element
      • getMedia

        public JDFMedia getMedia​(int iSkip)
        (27) const get element Media
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFMedia the element default is getMedia(0)
      • getAllMedia

        public java.util.Collection<JDFMedia> getAllMedia()
        Get all Media from the current element
        Returns:
        Collection, null if none are available
      • appendMedia

        public JDFMedia appendMedia()
        (30) append element Media
        Returns:
        JDFMedia the element
      • refMedia

        public void refMedia​(JDFMedia refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced