org.odftoolkit.odfdom.dom.element.dr3d
Class Dr3dRotateElement

java.lang.Object
  extended by org.apache.xerces.dom.NodeImpl
      extended by org.apache.xerces.dom.ChildNode
          extended by org.apache.xerces.dom.ParentNode
              extended by org.apache.xerces.dom.ElementImpl
                  extended by org.apache.xerces.dom.ElementNSImpl
                      extended by org.odftoolkit.odfdom.OdfElement
                          extended by org.odftoolkit.odfdom.dom.element.OdfStylableElement
                              extended by org.odftoolkit.odfdom.dom.element.OdfStyleableShapeElement
                                  extended by org.odftoolkit.odfdom.dom.element.dr3d.Dr3dRotateElement
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, OdfStylePropertySet, org.w3c.dom.Element, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
Direct Known Subclasses:
OdfDr3dRotate

public class Dr3dRotateElement
extends OdfStyleableShapeElement

DOM implementation of OpenDocument element .

See Also:
Serialized Form

Field Summary
static OdfName ELEMENT_NAME
           
 
Fields inherited from class org.odftoolkit.odfdom.dom.element.OdfStylableElement
mFamily, mStyleNameAttrib
 
Fields inherited from class org.odftoolkit.odfdom.OdfElement
mOdfDocument
 
Fields inherited from class org.apache.xerces.dom.ElementNSImpl
localName, namespaceURI
 
Fields inherited from class org.apache.xerces.dom.ElementImpl
attributes, name
 
Fields inherited from class org.apache.xerces.dom.ParentNode
firstChild, fNodeListCache, ownerDocument
 
Fields inherited from class org.apache.xerces.dom.ChildNode
nextSibling, previousSibling
 
Fields inherited from class org.apache.xerces.dom.NodeImpl
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Fields inherited from interface org.w3c.dom.TypeInfo
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION
 
Constructor Summary
Dr3dRotateElement(OdfFileDom ownerDoc)
          Create the instance of Dr3dRotateElement
 
Method Summary
 java.lang.String getDr3dTransformAttribute()
          Receives the value of the ODFDOM attribute representation Dr3dTransformAttribute , See
 java.lang.String getDrawClassNamesAttribute()
          Receives the value of the ODFDOM attribute representation DrawClassNamesAttribute , See
 java.lang.String getDrawIdAttribute()
          Receives the value of the ODFDOM attribute representation DrawIdAttribute , See
 java.lang.String getDrawLayerAttribute()
          Receives the value of the ODFDOM attribute representation DrawLayerAttribute , See
 java.lang.String getDrawStyleNameAttribute()
          Receives the value of the ODFDOM attribute representation DrawStyleNameAttribute , See
 java.lang.Integer getDrawZIndexAttribute()
          Receives the value of the ODFDOM attribute representation DrawZIndexAttribute , See
 OdfName getOdfName()
          Get the element name
 java.lang.String getPresentationClassNamesAttribute()
          Receives the value of the ODFDOM attribute representation PresentationClassNamesAttribute , See
 java.lang.String getPresentationStyleNameAttribute()
          Receives the value of the ODFDOM attribute representation PresentationStyleNameAttribute , See
 java.lang.String getSvgDAttribute()
          Receives the value of the ODFDOM attribute representation SvgDAttribute , See
 java.lang.String getSvgViewBoxAttribute()
          Receives the value of the ODFDOM attribute representation SvgViewBoxAttribute , See
 java.lang.String getXmlIdAttribute()
          Receives the value of the ODFDOM attribute representation XmlIdAttribute , See
 void init(java.lang.String svgViewBoxAttributeValue, java.lang.String svgDAttributeValue)
          Initialization of the mandatory attributes of Dr3dRotateElement
 void setDr3dTransformAttribute(java.lang.String dr3dTransformValue)
          Sets the value of ODFDOM attribute representation Dr3dTransformAttribute , See
 void setDrawClassNamesAttribute(java.lang.String drawClassNamesValue)
          Sets the value of ODFDOM attribute representation DrawClassNamesAttribute , See
 void setDrawIdAttribute(java.lang.String drawIdValue)
          Sets the value of ODFDOM attribute representation DrawIdAttribute , See
 void setDrawLayerAttribute(java.lang.String drawLayerValue)
          Sets the value of ODFDOM attribute representation DrawLayerAttribute , See
 void setDrawStyleNameAttribute(java.lang.String drawStyleNameValue)
          Sets the value of ODFDOM attribute representation DrawStyleNameAttribute , See
 void setDrawZIndexAttribute(java.lang.Integer drawZIndexValue)
          Sets the value of ODFDOM attribute representation DrawZIndexAttribute , See
 void setPresentationClassNamesAttribute(java.lang.String presentationClassNamesValue)
          Sets the value of ODFDOM attribute representation PresentationClassNamesAttribute , See
 void setPresentationStyleNameAttribute(java.lang.String presentationStyleNameValue)
          Sets the value of ODFDOM attribute representation PresentationStyleNameAttribute , See
 void setSvgDAttribute(java.lang.String svgDValue)
          Sets the value of ODFDOM attribute representation SvgDAttribute , See
 void setSvgViewBoxAttribute(java.lang.String svgViewBoxValue)
          Sets the value of ODFDOM attribute representation SvgViewBoxAttribute , See
 void setXmlIdAttribute(java.lang.String xmlIdValue)
          Sets the value of ODFDOM attribute representation XmlIdAttribute , See
 
Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfStyleableShapeElement
adjustStyleNameAttrib, setAttributeNodeNS, setAttributeNS
 
Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfStylableElement
getAutomaticStyle, getAutomaticStyles, getDocumentStyle, getOrCreateUnqiueAutomaticStyle, getProperties, getProperty, getStrictProperties, getStyleFamily, getStyleName, hasAutomaticStyle, hasDocumentStyle, hasProperty, onInsertNode, onRemoveNode, removeProperty, reuseDocumentStyle, setDocumentStyle, setProperties, setProperty, setStyleName
 
Methods inherited from class org.odftoolkit.odfdom.OdfElement
cloneNode, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getOdfAttribute, getOdfAttributeValue, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, setOdfAttributeValue, toString
 
Methods inherited from class org.apache.xerces.dom.ElementNSImpl
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setPrefix, setType, setValues
 
Methods inherited from class org.apache.xerces.dom.ElementImpl
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData
 
Methods inherited from class org.apache.xerces.dom.ParentNode
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren
 
Methods inherited from class org.apache.xerces.dom.ChildNode
getNextSibling, getParentNode, getPreviousSibling
 
Methods inherited from class org.apache.xerces.dom.NodeImpl
addEventListener, appendChild, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserData
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.Node
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setNodeValue, setTextContent, setUserData
 

Field Detail

ELEMENT_NAME

public static final OdfName ELEMENT_NAME
Constructor Detail

Dr3dRotateElement

public Dr3dRotateElement(OdfFileDom ownerDoc)
Create the instance of Dr3dRotateElement

Parameters:
ownerDoc - The type is OdfFileDom
Method Detail

getOdfName

public OdfName getOdfName()
Get the element name

Specified by:
getOdfName in class OdfElement
Returns:
return OdfName the name of element .

init

public void init(java.lang.String svgViewBoxAttributeValue,
                 java.lang.String svgDAttributeValue)
Initialization of the mandatory attributes of Dr3dRotateElement

Parameters:
svgViewBoxAttributeValue - The mandatory attribute "
svgDAttributeValue - The mandatory attribute "

getSvgViewBoxAttribute

public java.lang.String getSvgViewBoxAttribute()
Receives the value of the ODFDOM attribute representation SvgViewBoxAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setSvgViewBoxAttribute

public void setSvgViewBoxAttribute(java.lang.String svgViewBoxValue)
Sets the value of ODFDOM attribute representation SvgViewBoxAttribute , See

Parameters:
svgViewBoxValue - The type is String

getSvgDAttribute

public java.lang.String getSvgDAttribute()
Receives the value of the ODFDOM attribute representation SvgDAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setSvgDAttribute

public void setSvgDAttribute(java.lang.String svgDValue)
Sets the value of ODFDOM attribute representation SvgDAttribute , See

Parameters:
svgDValue - The type is String

getDrawZIndexAttribute

public java.lang.Integer getDrawZIndexAttribute()
Receives the value of the ODFDOM attribute representation DrawZIndexAttribute , See

Returns:
- the Integer , the value or null, if the attribute is not set and no default value defined.

setDrawZIndexAttribute

public void setDrawZIndexAttribute(java.lang.Integer drawZIndexValue)
Sets the value of ODFDOM attribute representation DrawZIndexAttribute , See

Parameters:
drawZIndexValue - The type is Integer

getDrawIdAttribute

public java.lang.String getDrawIdAttribute()
Receives the value of the ODFDOM attribute representation DrawIdAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setDrawIdAttribute

public void setDrawIdAttribute(java.lang.String drawIdValue)
Sets the value of ODFDOM attribute representation DrawIdAttribute , See

Parameters:
drawIdValue - The type is String

getXmlIdAttribute

public java.lang.String getXmlIdAttribute()
Receives the value of the ODFDOM attribute representation XmlIdAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setXmlIdAttribute

public void setXmlIdAttribute(java.lang.String xmlIdValue)
Sets the value of ODFDOM attribute representation XmlIdAttribute , See

Parameters:
xmlIdValue - The type is String

getDrawLayerAttribute

public java.lang.String getDrawLayerAttribute()
Receives the value of the ODFDOM attribute representation DrawLayerAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setDrawLayerAttribute

public void setDrawLayerAttribute(java.lang.String drawLayerValue)
Sets the value of ODFDOM attribute representation DrawLayerAttribute , See

Parameters:
drawLayerValue - The type is String

getDrawStyleNameAttribute

public java.lang.String getDrawStyleNameAttribute()
Receives the value of the ODFDOM attribute representation DrawStyleNameAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setDrawStyleNameAttribute

public void setDrawStyleNameAttribute(java.lang.String drawStyleNameValue)
Sets the value of ODFDOM attribute representation DrawStyleNameAttribute , See

Parameters:
drawStyleNameValue - The type is String

getDrawClassNamesAttribute

public java.lang.String getDrawClassNamesAttribute()
Receives the value of the ODFDOM attribute representation DrawClassNamesAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setDrawClassNamesAttribute

public void setDrawClassNamesAttribute(java.lang.String drawClassNamesValue)
Sets the value of ODFDOM attribute representation DrawClassNamesAttribute , See

Parameters:
drawClassNamesValue - The type is String

getPresentationStyleNameAttribute

public java.lang.String getPresentationStyleNameAttribute()
Receives the value of the ODFDOM attribute representation PresentationStyleNameAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setPresentationStyleNameAttribute

public void setPresentationStyleNameAttribute(java.lang.String presentationStyleNameValue)
Sets the value of ODFDOM attribute representation PresentationStyleNameAttribute , See

Parameters:
presentationStyleNameValue - The type is String

getPresentationClassNamesAttribute

public java.lang.String getPresentationClassNamesAttribute()
Receives the value of the ODFDOM attribute representation PresentationClassNamesAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setPresentationClassNamesAttribute

public void setPresentationClassNamesAttribute(java.lang.String presentationClassNamesValue)
Sets the value of ODFDOM attribute representation PresentationClassNamesAttribute , See

Parameters:
presentationClassNamesValue - The type is String

getDr3dTransformAttribute

public java.lang.String getDr3dTransformAttribute()
Receives the value of the ODFDOM attribute representation Dr3dTransformAttribute , See

Returns:
- the String , the value or null, if the attribute is not set and no default value defined.

setDr3dTransformAttribute

public void setDr3dTransformAttribute(java.lang.String dr3dTransformValue)
Sets the value of ODFDOM attribute representation Dr3dTransformAttribute , See

Parameters:
dr3dTransformValue - The type is String


Copyright © 2008-2010 ODF Toolkit Project. All Rights Reserved.