|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.AbstractNode
org.apache.batik.dom.AbstractParentNode
org.apache.batik.dom.AbstractParentChildNode
org.apache.batik.dom.AbstractElement
org.apache.batik.anim.dom.AbstractElement
org.apache.batik.anim.dom.SVGOMElement
org.apache.batik.anim.dom.SVGOMStyleElement
public class SVGOMStyleElement
This class implements SVGStyleElement
.
Nested Class Summary | |
---|---|
protected class |
SVGOMStyleElement.DOMCharacterDataModifiedListener
The DOMCharacterDataModified listener. |
Nested classes/interfaces inherited from class org.apache.batik.anim.dom.SVGOMElement |
---|
SVGOMElement.UnitContext |
Nested classes/interfaces inherited from class org.apache.batik.anim.dom.AbstractElement |
---|
AbstractElement.ExtendedNamedNodeHashMap |
Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractElement |
---|
AbstractElement.ElementTypeInfo, AbstractElement.Entry, AbstractElement.NamedNodeHashMap |
Nested classes/interfaces inherited from class org.apache.batik.dom.AbstractParentNode |
---|
AbstractParentNode.ChildNodes, AbstractParentNode.ElementsByTagName, AbstractParentNode.ElementsByTagNameNS |
Field Summary | |
---|---|
protected static AttributeInitializer |
attributeInitializer
The attribute initializer. |
protected EventListener |
domCharacterDataModifiedListener
The listener used to track the content changes. |
protected StyleSheet |
sheet
The style sheet. |
protected StyleSheet |
styleSheet
The DOM CSS style-sheet. |
Fields inherited from class org.apache.batik.anim.dom.SVGOMElement |
---|
prefix, readonly, svgContext, targetListeners, unitContext, xmlTraitInformation |
Fields inherited from class org.apache.batik.anim.dom.AbstractElement |
---|
liveAttributeValues |
Fields inherited from class org.apache.batik.dom.AbstractElement |
---|
attributes, typeInfo |
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 |
---|
DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, EMPTY_NODE_LIST, eventSupport, managerData, ownerDocument, userData, userDataHandlers |
Fields inherited from interface org.apache.batik.anim.dom.AnimationTarget |
---|
PERCENTAGE_FONT_SIZE, PERCENTAGE_VIEWPORT_HEIGHT, PERCENTAGE_VIEWPORT_SIZE, PERCENTAGE_VIEWPORT_WIDTH |
Constructor Summary | |
---|---|
protected |
SVGOMStyleElement()
Creates a new SVGOMStyleElement object. |
|
SVGOMStyleElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMStyleElement object. |
Method Summary | |
---|---|
protected AttributeInitializer |
getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
StyleSheet |
getCSSStyleSheet()
Returns the associated style-sheet. |
String |
getLocalName()
DOM: Implements Node.getLocalName() . |
String |
getMedia()
DOM: Implements SVGStyleElement.getMedia() . |
StyleSheet |
getSheet()
DOM: Implements LinkStyle.getSheet() . |
String |
getTitle()
DOM: Implements SVGStyleElement.getTitle() . |
String |
getType()
DOM: Implements SVGStyleElement.getType() . |
String |
getXMLspace()
DOM: Implements SVGStyleElement.getXMLspace() . |
protected Node |
newNode()
Returns a new uninitialized instance of this object's class. |
void |
setMedia(String media)
DOM: Implements SVGStyleElement.setMedia(String) . |
void |
setTitle(String title)
DOM: Implements SVGStyleElement.setTitle(String) . |
void |
setType(String type)
DOM: Implements SVGStyleElement.setType(String) . |
void |
setXMLspace(String space)
DOM: Implements SVGStyleElement.setXMLspace(String) . |
Methods inherited from class org.apache.batik.anim.dom.AbstractElement |
---|
attrAdded, attrModified, attrRemoved, createAttributes, fireDOMAttrModifiedEvent, getCSSFirstChild, getCSSLastChild, getCSSNextSibling, getCSSParentNode, getCSSPreviousSibling, getLiveAttributeValue, initializeAttributes, isHiddenFromSelectors, putLiveAttributeValue, resetAttribute, setUnspecifiedAttribute |
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, getTextContent, hasChildNodes, insertBefore, removeChild, replaceChild |
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.svg.SVGElement |
---|
getId, getOwnerSVGElement, getViewportElement, getXMLbase, setId, setXMLbase |
Methods inherited from interface org.w3c.dom.Element |
---|
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Methods inherited from interface org.apache.batik.dom.events.NodeEventTarget |
---|
addEventListenerNS, dispatchEvent, getEventSupport, getParentNodeEventTarget, removeEventListenerNS |
Methods inherited from interface org.w3c.dom.events.EventTarget |
---|
addEventListener, removeEventListener |
Field Detail |
---|
protected static final AttributeInitializer attributeInitializer
protected transient StyleSheet sheet
protected transient StyleSheet styleSheet
protected transient EventListener domCharacterDataModifiedListener
Constructor Detail |
---|
protected SVGOMStyleElement()
public SVGOMStyleElement(String prefix, AbstractDocument owner)
prefix
- The namespace prefix.owner
- The owner document.Method Detail |
---|
public String getLocalName()
Node.getLocalName()
.
getLocalName
in interface Node
getLocalName
in class AbstractNode
public StyleSheet getCSSStyleSheet()
getCSSStyleSheet
in interface CSSStyleSheetNode
public StyleSheet getSheet()
LinkStyle.getSheet()
.
getSheet
in interface LinkStyle
public String getXMLspace()
SVGStyleElement.getXMLspace()
.
getXMLspace
in interface org.w3c.dom.svg.SVGStyleElement
public void setXMLspace(String space) throws DOMException
SVGStyleElement.setXMLspace(String)
.
setXMLspace
in interface org.w3c.dom.svg.SVGStyleElement
DOMException
public String getType()
SVGStyleElement.getType()
.
getType
in interface org.w3c.dom.svg.SVGStyleElement
public void setType(String type) throws DOMException
SVGStyleElement.setType(String)
.
setType
in interface org.w3c.dom.svg.SVGStyleElement
DOMException
public String getMedia()
SVGStyleElement.getMedia()
.
getMedia
in interface org.w3c.dom.svg.SVGStyleElement
public void setMedia(String media) throws DOMException
SVGStyleElement.setMedia(String)
.
setMedia
in interface org.w3c.dom.svg.SVGStyleElement
DOMException
public String getTitle()
SVGStyleElement.getTitle()
.
getTitle
in interface org.w3c.dom.svg.SVGStyleElement
public void setTitle(String title) throws DOMException
SVGStyleElement.setTitle(String)
.
setTitle
in interface org.w3c.dom.svg.SVGStyleElement
DOMException
protected AttributeInitializer getAttributeInitializer()
getAttributeInitializer
in class AbstractElement
protected Node newNode()
newNode
in class AbstractNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |