|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.dom.AbstractNode | +--org.apache.batik.dom.AbstractParentNode | +--org.apache.batik.dom.AbstractParentChildNode | +--org.apache.batik.dom.AbstractElement | +--org.apache.batik.dom.svg.AbstractElement | +--org.apache.batik.extension.ExtensionElement | +--org.apache.batik.extension.StylableExtensionElement | +--org.apache.batik.extension.PrefixableStylableExtensionElement | +--org.apache.batik.extension.svg.SolidColorElement
This class implements a regular polygon extension to SVG
Inner classes inherited from class org.apache.batik.dom.svg.AbstractElement |
AbstractElement.ExtendedNamedNodeHashMap |
Inner classes inherited from class org.apache.batik.dom.AbstractElement |
AbstractElement.Entry, AbstractElement.NamedNodeHashMap |
Inner classes inherited from class org.apache.batik.dom.AbstractParentNode |
AbstractParentNode.ChildNodes, AbstractParentNode.ElementsByTagName |
Fields inherited from class org.apache.batik.extension.PrefixableStylableExtensionElement |
prefix |
Fields inherited from class org.apache.batik.extension.StylableExtensionElement |
stylableSupport |
Fields inherited from class org.apache.batik.dom.svg.AbstractElement |
liveAttributeValues, parentElement, styleDeclaration |
Fields inherited from class org.apache.batik.dom.AbstractElement |
attributes |
Fields inherited from class org.apache.batik.dom.AbstractParentChildNode |
nextSibling, parentNode, previousSibling |
Fields inherited from class org.apache.batik.dom.AbstractParentNode |
childNodes |
Fields inherited from class org.apache.batik.dom.AbstractNode |
EMPTY_NODE_LIST, eventSupport, ownerDocument |
Fields inherited from interface org.apache.batik.extension.svg.BatikExtConstants |
BATIK_EXT_COLOR_SWITCH_TAG, BATIK_EXT_HISTOGRAM_NORMALIZATION_TAG, BATIK_EXT_IR_ATTRIBUTE, BATIK_EXT_NAMESPACE_URI, BATIK_EXT_REGULAR_POLYGON_TAG, BATIK_EXT_SIDES_ATTRIBUTE, BATIK_EXT_SOLID_COLOR_PROPERTY, BATIK_EXT_SOLID_COLOR_TAG, BATIK_EXT_SOLID_OPACITY_PROPERTY, BATIK_EXT_STAR_TAG, BATIK_EXT_TRIM_ATTRIBUTE |
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Constructor Summary | |
protected |
SolidColorElement()
Creates a new BatikRegularPolygonElement object. |
|
SolidColorElement(java.lang.String prefix,
AbstractDocument owner)
Creates a new BatikRegularPolygonElement object. |
Method Summary | |
java.lang.String |
getLocalName()
DOM: Implements Node.getLocalName() . |
java.lang.String |
getNamespaceURI()
DOM: Implements Node.getNamespaceURI() . |
protected Node |
newNode()
Returns a new uninitialized instance of this object's class. |
Methods inherited from class org.apache.batik.extension.PrefixableStylableExtensionElement |
getNodeName, setPrefix |
Methods inherited from class org.apache.batik.extension.StylableExtensionElement |
getNonCSSPresentationalHints, getOverrideStyle, getStylableSupport, getStyle, hasOverrideStyle, hasStyle |
Methods inherited from class org.apache.batik.extension.ExtensionElement |
isReadonly, setReadonly |
Methods inherited from class org.apache.batik.dom.svg.AbstractElement |
attrAdded, attrModified, attrRemoved, createAttributes, getAttributeInitializer, getBaseURI, getID, getLiveAttributeValue, getParentElement, getParentNodeEventTarget, getStyleDeclaration, initializeAttributes, matchPseudoClass, putLiveAttributeValue, resetAttribute, setIDName, setParentElement, setStyleDeclaration, setUnspecifiedAttribute |
Methods inherited from class org.apache.batik.dom.AbstractElement |
checkChildType, copyInto, deepCopyInto, deepExport, export, fireDOMAttrModifiedEvent, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getNodeType, getTagName, hasAttribute, hasAttributeNS, hasAttributes, nodeAdded, nodeToBeRemoved, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
Methods inherited from class org.apache.batik.dom.AbstractParentChildNode |
getNextSibling, getParentNode, getPreviousSibling, setNextSibling, setParentNode, setPreviousSibling |
Methods inherited from class org.apache.batik.dom.AbstractParentNode |
appendChild, checkAndRemove, fireDOMNodeInsertedEvent, fireDOMNodeInsertedIntoDocumentEvent, fireDOMNodeRemovedEvent, fireDOMNodeRemovedFromDocumentEvent, fireDOMSubtreeModifiedEvent, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getFirstChild, getLastChild, hasChildNodes, insertBefore, removeChild, replaceChild |
Methods inherited from class org.apache.batik.dom.AbstractNode |
addEventListener, cloneNode, createDOMException, dispatchEvent, fireDOMCharacterDataModifiedEvent, getCurrentDocument, getEventSupport, getNodeValue, getOwnerDocument, getPrefix, isSupported, removeEventListener, setNodeName, setNodeValue, setOwnerDocument, setSpecified |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Element |
getElementsByTagName, getElementsByTagNameNS |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasChildNodes, insertBefore, isSupported, removeChild, replaceChild, setNodeValue |
Constructor Detail |
protected SolidColorElement()
public SolidColorElement(java.lang.String prefix, AbstractDocument owner)
prefix
- The namespace prefix.owner
- The owner document.Method Detail |
public java.lang.String getLocalName()
Node.getLocalName()
.getLocalName
in class AbstractNode
public java.lang.String getNamespaceURI()
Node.getNamespaceURI()
.getNamespaceURI
in class AbstractNode
org.apache.batik.dom.AbstractNode
protected Node newNode()
newNode
in class AbstractNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |