|
||||||||||
| 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.dom.element.OdfElement
org.odftoolkit.odfdom.dom.element.OdfStylableElement
org.odftoolkit.odfdom.dom.element.OdfStyleablePresentationElement
org.odftoolkit.odfdom.dom.element.dr3d.OdfRotateElement
public abstract class OdfRotateElement
DOM implementation of OpenDocument element dr3d:rotate.
| 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.dom.element.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 interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
OdfRotateElement(OdfFileDom aOwnerDoc)
Create the instance of OdfRotateElement |
|
| Method Summary | |
|---|---|
String |
getD()
Get value of attribute svg:d. |
List<String> |
getDrawClassNames()
Get value of attribute draw:class-names. |
String |
getDrawid()
Get value of attribute draw:id. |
String |
getDrawStyleName()
Get value of attribute draw:style-name. |
String |
getLayer()
Get value of attribute draw:layer. |
OdfName |
getOdfName()
Get the element name |
List<String> |
getPresentationClassNames()
Get value of attribute presentation:class-names. |
String |
getPresentationStyleName()
Get value of attribute presentation:style-name. |
String |
getTransform()
Get value of attribute dr3d:transform. |
Integer |
getViewBox()
Get value of attribute svg:viewBox. |
OdfId |
getXmlid()
Get value of attribute xml:id. |
OdfNonNegativeInteger |
getZIndex()
Get value of attribute draw:z-index. |
void |
init(Integer viewBox,
String d)
Initialization of the mandatory attributes of OdfRotateElement |
void |
setD(String d)
Set value of attribute svg:d. |
void |
setDrawClassNames(OdfStyleNames drawClassNames)
Set value of attribute draw:class-names. |
void |
setDrawid(String drawid)
Set value of attribute draw:id. |
void |
setDrawStyleName(OdfStyleNameRef drawStyleName)
Set value of attribute draw:style-name. |
void |
setLayer(String layer)
Set value of attribute draw:layer. |
void |
setPresentationClassNames(OdfStyleNames presentationClassNames)
Set value of attribute presentation:class-names. |
void |
setPresentationStyleName(OdfStyleNameRef presentationStyleName)
Set value of attribute presentation:style-name. |
void |
setTransform(String transform)
Set value of attribute dr3d:transform. |
void |
setViewBox(Integer viewBox)
Set value of attribute svg:viewBox. |
void |
setXmlid(OdfId xmlid)
Set value of attribute xml:id. |
void |
setZIndex(OdfNonNegativeInteger zIndex)
Set value of attribute draw:z-index. |
| Methods inherited from class org.odftoolkit.odfdom.dom.element.OdfStyleablePresentationElement |
|---|
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.dom.element.OdfElement |
|---|
cloneNode, equals, findFirstChildNode, findNextChildNode, findPreviousChildNode, getAncestorAs, getOdfAttribute, getParentAs, hasOdfAttribute, insertBefore, onInsertNode, onRemoveNode, removeChild, replaceChild, setOdfAttribute, 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 OdfRotateElement(OdfFileDom aOwnerDoc)
aOwnerDoc - The type is OdfFileDom| Method Detail |
|---|
public OdfName getOdfName()
getOdfName in class OdfElement
public void init(Integer viewBox,
String d)
OdfRotateElement
viewBox - The mandatory attribute svg:viewBox"d - The mandatory attribute svg:d"public Integer getViewBox()
public void setViewBox(Integer viewBox)
viewBox - the attribute's type is Integerpublic String getD()
public void setD(String d)
d - the attribute's type is Stringpublic OdfNonNegativeInteger getZIndex()
public void setZIndex(OdfNonNegativeInteger zIndex)
zIndex - the attribute's type is OdfNonNegativeIntegerpublic String getDrawid()
public void setDrawid(String drawid)
drawid - the attribute's type is Stringpublic OdfId getXmlid()
public void setXmlid(OdfId xmlid)
xmlid - the attribute's type is OdfIdpublic String getLayer()
public void setLayer(String layer)
layer - the attribute's type is Stringpublic String getDrawStyleName()
public void setDrawStyleName(OdfStyleNameRef drawStyleName)
drawStyleName - the attribute's type is OdfStyleNameRefpublic List<String> getDrawClassNames()
public void setDrawClassNames(OdfStyleNames drawClassNames)
drawClassNames - the attribute's type is OdfStyleNamespublic String getPresentationStyleName()
public void setPresentationStyleName(OdfStyleNameRef presentationStyleName)
presentationStyleName - the attribute's type is OdfStyleNameRefpublic List<String> getPresentationClassNames()
public void setPresentationClassNames(OdfStyleNames presentationClassNames)
presentationClassNames - the attribute's type is OdfStyleNamespublic String getTransform()
public void setTransform(String transform)
transform - the attribute's type is String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||