|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.odftoolkit.odfdom.pkg.OdfElement
org.odftoolkit.odfdom.dom.element.OdfStylableElement
org.odftoolkit.odfdom.dom.element.OdfStyleableShapeElement
org.odftoolkit.odfdom.dom.element.dr3d.Dr3dExtrudeElement
public class Dr3dExtrudeElement
DOM implementation of OpenDocument element dr3d:extrude.
Field Summary | |
---|---|
static OdfName |
ELEMENT_NAME
|
Fields inherited from class org.odftoolkit.odfdom.dom.element.OdfStylableElement |
---|
mFamily, mStyleNameAttrib |
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 interface org.w3c.dom.TypeInfo |
---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
Constructor Summary | |
---|---|
Dr3dExtrudeElement(OdfFileDom ownerDoc)
Create the instance of Dr3dExtrudeElement |
Method Summary | |
---|---|
void |
accept(ElementVisitor visitor)
Accept an visitor instance to allow the visitor to do some operations. |
String |
getDr3dTransformAttribute()
Receives the value of the ODFDOM attribute representation Dr3dTransformAttribute , See dr3d:transform |
String |
getDrawClassNamesAttribute()
Receives the value of the ODFDOM attribute representation DrawClassNamesAttribute , See draw:class-names |
String |
getDrawIdAttribute()
Receives the value of the ODFDOM attribute representation DrawIdAttribute , See draw:id |
String |
getDrawLayerAttribute()
Receives the value of the ODFDOM attribute representation DrawLayerAttribute , See draw:layer |
String |
getDrawStyleNameAttribute()
Receives the value of the ODFDOM attribute representation DrawStyleNameAttribute , See draw:style-name |
Integer |
getDrawZIndexAttribute()
Receives the value of the ODFDOM attribute representation DrawZIndexAttribute , See draw:z-index |
OdfName |
getOdfName()
Get the element name |
String |
getPresentationClassNamesAttribute()
Receives the value of the ODFDOM attribute representation PresentationClassNamesAttribute , See presentation:class-names |
String |
getPresentationStyleNameAttribute()
Receives the value of the ODFDOM attribute representation PresentationStyleNameAttribute , See presentation:style-name |
String |
getSvgDAttribute()
Receives the value of the ODFDOM attribute representation SvgDAttribute , See svg:d
Attribute is mandatory. |
Integer |
getSvgViewBoxAttribute()
Receives the value of the ODFDOM attribute representation SvgViewBoxAttribute , See svg:viewBox
Attribute is mandatory. |
String |
getXmlIdAttribute()
Receives the value of the ODFDOM attribute representation XmlIdAttribute , See xml:id |
void |
setDr3dTransformAttribute(String dr3dTransformValue)
Sets the value of ODFDOM attribute representation Dr3dTransformAttribute , See dr3d:transform |
void |
setDrawClassNamesAttribute(String drawClassNamesValue)
Sets the value of ODFDOM attribute representation DrawClassNamesAttribute , See draw:class-names |
void |
setDrawIdAttribute(String drawIdValue)
Sets the value of ODFDOM attribute representation DrawIdAttribute , See draw:id |
void |
setDrawLayerAttribute(String drawLayerValue)
Sets the value of ODFDOM attribute representation DrawLayerAttribute , See draw:layer |
void |
setDrawStyleNameAttribute(String drawStyleNameValue)
Sets the value of ODFDOM attribute representation DrawStyleNameAttribute , See draw:style-name |
void |
setDrawZIndexAttribute(Integer drawZIndexValue)
Sets the value of ODFDOM attribute representation DrawZIndexAttribute , See draw:z-index |
void |
setPresentationClassNamesAttribute(String presentationClassNamesValue)
Sets the value of ODFDOM attribute representation PresentationClassNamesAttribute , See presentation:class-names |
void |
setPresentationStyleNameAttribute(String presentationStyleNameValue)
Sets the value of ODFDOM attribute representation PresentationStyleNameAttribute , See presentation:style-name |
void |
setSvgDAttribute(String svgDValue)
Sets the value of ODFDOM attribute representation SvgDAttribute , See svg:d |
void |
setSvgViewBoxAttribute(Integer svgViewBoxValue)
Sets the value of ODFDOM attribute representation SvgViewBoxAttribute , See svg:viewBox |
void |
setXmlIdAttribute(String xmlIdValue)
Sets the value of ODFDOM attribute representation XmlIdAttribute , See xml:id |
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.pkg.OdfElement |
---|
cloneNode, cloneOdfElement, 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.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 |
---|
public static final OdfName ELEMENT_NAME
Constructor Detail |
---|
public Dr3dExtrudeElement(OdfFileDom ownerDoc)
Dr3dExtrudeElement
ownerDoc
- The type is OdfFileDom
Method Detail |
---|
public OdfName getOdfName()
getOdfName
in class OdfElement
OdfName
the name of element dr3d:extrude.public String getDr3dTransformAttribute()
Dr3dTransformAttribute
, See dr3d:transform
String
, the value or null
, if the attribute is not set and no default value defined.public void setDr3dTransformAttribute(String dr3dTransformValue)
Dr3dTransformAttribute
, See dr3d:transform
dr3dTransformValue
- The type is String
public String getDrawClassNamesAttribute()
DrawClassNamesAttribute
, See draw:class-names
String
, the value or null
, if the attribute is not set and no default value defined.public void setDrawClassNamesAttribute(String drawClassNamesValue)
DrawClassNamesAttribute
, See draw:class-names
drawClassNamesValue
- The type is String
public String getDrawIdAttribute()
DrawIdAttribute
, See draw:id
String
, the value or null
, if the attribute is not set and no default value defined.public void setDrawIdAttribute(String drawIdValue)
DrawIdAttribute
, See draw:id
drawIdValue
- The type is String
public String getDrawLayerAttribute()
DrawLayerAttribute
, See draw:layer
String
, the value or null
, if the attribute is not set and no default value defined.public void setDrawLayerAttribute(String drawLayerValue)
DrawLayerAttribute
, See draw:layer
drawLayerValue
- The type is String
public String getDrawStyleNameAttribute()
DrawStyleNameAttribute
, See draw:style-name
String
, the value or null
, if the attribute is not set and no default value defined.public void setDrawStyleNameAttribute(String drawStyleNameValue)
DrawStyleNameAttribute
, See draw:style-name
drawStyleNameValue
- The type is String
public Integer getDrawZIndexAttribute()
DrawZIndexAttribute
, See draw:z-index
Integer
, the value or null
, if the attribute is not set and no default value defined.public void setDrawZIndexAttribute(Integer drawZIndexValue)
DrawZIndexAttribute
, See draw:z-index
drawZIndexValue
- The type is Integer
public String getPresentationClassNamesAttribute()
PresentationClassNamesAttribute
, See presentation:class-names
String
, the value or null
, if the attribute is not set and no default value defined.public void setPresentationClassNamesAttribute(String presentationClassNamesValue)
PresentationClassNamesAttribute
, See presentation:class-names
presentationClassNamesValue
- The type is String
public String getPresentationStyleNameAttribute()
PresentationStyleNameAttribute
, See presentation:style-name
String
, the value or null
, if the attribute is not set and no default value defined.public void setPresentationStyleNameAttribute(String presentationStyleNameValue)
PresentationStyleNameAttribute
, See presentation:style-name
presentationStyleNameValue
- The type is String
public String getSvgDAttribute()
SvgDAttribute
, See svg:d
Attribute is mandatory.
String
, the value or null
, if the attribute is not set and no default value defined.public void setSvgDAttribute(String svgDValue)
SvgDAttribute
, See svg:d
svgDValue
- The type is String
public Integer getSvgViewBoxAttribute()
SvgViewBoxAttribute
, See svg:viewBox
Attribute is mandatory.
Integer
, the value or null
, if the attribute is not set and no default value defined.public void setSvgViewBoxAttribute(Integer svgViewBoxValue)
SvgViewBoxAttribute
, See svg:viewBox
svgViewBoxValue
- The type is Integer
public String getXmlIdAttribute()
XmlIdAttribute
, See xml:id
String
, the value or null
, if the attribute is not set and no default value defined.public void setXmlIdAttribute(String xmlIdValue)
XmlIdAttribute
, See xml:id
xmlIdValue
- The type is String
public void accept(ElementVisitor visitor)
OdfElement
accept
in class OdfElement
visitor
- an instance of DefaultElementVisitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |