XFA4J

com.adobe.xfa.template.containers
Class Draw

java.lang.Object
  extended by com.adobe.xfa.Obj
      extended by com.adobe.xfa.Node
          extended by com.adobe.xfa.Element
              extended by com.adobe.xfa.ProtoableNode
                  extended by com.adobe.xfa.template.containers.Container
                      extended by com.adobe.xfa.template.containers.Draw

public final class Draw
extends Container

A class to represent the XFA draw object. A draw describes a container capable of non-interactive data content.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.adobe.xfa.Node
Node.ChangeLogger
 
Field Summary
 
Fields inherited from class com.adobe.xfa.Node
CREATE_ALWAYS_NEW, CREATE_IF_NOT_EXIST, CREATE_MUST_NOT_EXIST, CREATE_REPLACE
 
Constructor Summary
Draw(Element parent, Node prevSibling)
          Instantiates a draw container.
 
Method Summary
 
Methods inherited from class com.adobe.xfa.template.containers.Container
isHeightGrowable, isWidthGrowable, setAttribute
 
Methods inherited from class com.adobe.xfa.ProtoableNode
reResolveProto
 
Methods inherited from class com.adobe.xfa.Element
appendChild, assignNode, getAttr, getAttribute, getElement, getFirstXFAChild, getFirstXMLChild, getInstalledLocale, getLastXMLChild, getModel, getName, getNodes, getNS, getNumAttrs, getPrefix, getText, getXFAChild, getXMLChild, isInstalledLocaleAmbient, loadXML, saveXML, setAttribute, setAttribute, setLocalName, setName, setNS, setQName
 
Methods inherited from class com.adobe.xfa.Node
checkAncestorPerms, checkDescendentPerms, checkPerms, cleanDirtyFlags, compareVersions, getData, getDynamicScriptProp, getNextXFASibling, getNextXMLSibling, getOwnerDocument, getPreviousXMLSibling, getSOMExpression, getXFAChildCount, getXFAParent, getXMLChildCount, getXMLParent, hasChanged, remove, resolveNode, resolveNode, resolveNodes, setNextXMLSibling, setPermsLock, setXMLParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Draw

public Draw(Element parent,
            Node prevSibling)
Instantiates a draw container.

Parameters:
parent - the draw's parent, if any.
prevSibling - the draw's previous sibling, if any.

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.