|
||||||||||
| 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.SVGStylableElement
org.apache.batik.anim.dom.SVGOMMarkerElement
public class SVGOMMarkerElement
This class implements SVGMarkerElement.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.batik.anim.dom.SVGStylableElement |
|---|
SVGStylableElement.OverrideStyleDeclaration, SVGStylableElement.PresentationAttributeColorValue, SVGStylableElement.PresentationAttributePaintValue, SVGStylableElement.PresentationAttributeValue, SVGStylableElement.StyleDeclaration |
| 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 SVGOMAnimatedBoolean |
externalResourcesRequired
The 'externalResourcesRequired' attribute value. |
protected SVGOMAnimatedLength |
markerHeight
The 'markerHeight' attribute value. |
protected SVGOMAnimatedEnumeration |
markerUnits
The 'markerUnits' attribute value. |
protected SVGOMAnimatedLength |
markerWidth
The 'markerWidth' attribute value. |
protected SVGOMAnimatedMarkerOrientValue |
orient
The 'orient' attribute value. |
protected static String[] |
ORIENT_TYPE_VALUES
The orient type values. |
protected SVGOMAnimatedPreserveAspectRatio |
preserveAspectRatio
The 'preserveAspectRatio' attribute value. |
protected SVGOMAnimatedLength |
refX
The 'refX' attribute value. |
protected SVGOMAnimatedLength |
refY
The 'refY' attribute value. |
protected static String[] |
UNITS_VALUES
The units values. |
protected SVGOMAnimatedRect |
viewBox
The 'viewBox' attribute value. |
protected static DoublyIndexedTable |
xmlTraitInformation
Table mapping XML attribute names to TraitInformation objects. |
| Fields inherited from class org.apache.batik.anim.dom.SVGStylableElement |
|---|
className, computedStyleMap, overrideStyleDeclaration, style |
| Fields inherited from class org.apache.batik.anim.dom.SVGOMElement |
|---|
prefix, readonly, svgContext, targetListeners, unitContext |
| 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.w3c.dom.svg.SVGMarkerElement |
|---|
SVG_MARKER_ORIENT_ANGLE, SVG_MARKER_ORIENT_AUTO, SVG_MARKER_ORIENT_UNKNOWN, SVG_MARKERUNITS_STROKEWIDTH, SVG_MARKERUNITS_UNKNOWN, SVG_MARKERUNITS_USERSPACEONUSE |
| 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 |
SVGOMMarkerElement()
Creates a new SVGOMMarkerElement object. |
|
SVGOMMarkerElement(String prefix,
AbstractDocument owner)
Creates a new SVGOMMarkerElement object. |
| Method Summary | |
|---|---|
protected AttributeInitializer |
getAttributeInitializer()
Returns the AttributeInitializer for this element type. |
org.w3c.dom.svg.SVGAnimatedBoolean |
getExternalResourcesRequired()
DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired(). |
String |
getLocalName()
DOM: Implements Node.getLocalName(). |
org.w3c.dom.svg.SVGAnimatedLength |
getMarkerHeight()
DOM: Implements SVGMarkerElement.getMarkerHeight(). |
org.w3c.dom.svg.SVGAnimatedEnumeration |
getMarkerUnits()
DOM: Implements SVGMarkerElement.getMarkerUnits(). |
org.w3c.dom.svg.SVGAnimatedLength |
getMarkerWidth()
DOM: Implements SVGMarkerElement.getMarkerWidth(). |
org.w3c.dom.svg.SVGAnimatedAngle |
getOrientAngle()
DOM: Implements SVGMarkerElement.getOrientAngle(). |
org.w3c.dom.svg.SVGAnimatedEnumeration |
getOrientType()
DOM: Implements SVGMarkerElement.getOrientType(). |
org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio |
getPreserveAspectRatio()
DOM: Implements SVGFitToViewBox.getPreserveAspectRatio(). |
org.w3c.dom.svg.SVGAnimatedLength |
getRefX()
DOM: Implements SVGMarkerElement.getRefX(). |
org.w3c.dom.svg.SVGAnimatedLength |
getRefY()
DOM: Implements SVGMarkerElement.getRefY(). |
protected DoublyIndexedTable |
getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
org.w3c.dom.svg.SVGAnimatedRect |
getViewBox()
DOM: Implements SVGFitToViewBox.getViewBox(). |
String |
getXMLlang()
DOM: Returns the xml:lang attribute value. |
String |
getXMLspace()
DOM: Returns the xml:space attribute value. |
protected void |
initializeAllLiveAttributes()
Initializes all live attributes for this element. |
protected Node |
newNode()
Returns a new uninitialized instance of this object's class. |
void |
setOrientToAngle(org.w3c.dom.svg.SVGAngle angle)
DOM: Implements SVGMarkerElement.setOrientToAngle(SVGAngle). |
void |
setOrientToAuto()
DOM: Implements SVGMarkerElement.setOrientToAuto(). |
void |
setXMLlang(String lang)
DOM: Sets the xml:lang attribute value. |
void |
setXMLspace(String space)
DOM: Sets the xml:space attribute value. |
| Methods inherited from class org.apache.batik.anim.dom.SVGStylableElement |
|---|
addTargetListener, getClassName, getComputedStyleMap, getCSSBase, getCSSClass, getOverrideStyle, getOverrideStyleDeclarationProvider, getPresentationAttribute, getStyle, getXMLId, isPseudoInstanceOf, removeTargetListener, setComputedStyleMap, updatePropertyValue, useLinearRGBColorInterpolation |
| 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.w3c.dom.svg.SVGStylable |
|---|
getClassName, getPresentationAttribute, getStyle |
| 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 DoublyIndexedTable xmlTraitInformation
protected static final AttributeInitializer attributeInitializer
protected static final String[] UNITS_VALUES
protected static final String[] ORIENT_TYPE_VALUES
protected SVGOMAnimatedLength refX
protected SVGOMAnimatedLength refY
protected SVGOMAnimatedLength markerWidth
protected SVGOMAnimatedLength markerHeight
protected SVGOMAnimatedMarkerOrientValue orient
protected SVGOMAnimatedEnumeration markerUnits
protected SVGOMAnimatedPreserveAspectRatio preserveAspectRatio
protected SVGOMAnimatedRect viewBox
protected SVGOMAnimatedBoolean externalResourcesRequired
| Constructor Detail |
|---|
protected SVGOMMarkerElement()
public SVGOMMarkerElement(String prefix,
AbstractDocument owner)
prefix - The namespace prefix.owner - The owner document.| Method Detail |
|---|
protected void initializeAllLiveAttributes()
initializeAllLiveAttributes in class SVGStylableElementpublic String getLocalName()
Node.getLocalName().
getLocalName in interface NodegetLocalName in class AbstractNodepublic org.w3c.dom.svg.SVGAnimatedLength getRefX()
SVGMarkerElement.getRefX().
getRefX in interface org.w3c.dom.svg.SVGMarkerElementpublic org.w3c.dom.svg.SVGAnimatedLength getRefY()
SVGMarkerElement.getRefY().
getRefY in interface org.w3c.dom.svg.SVGMarkerElementpublic org.w3c.dom.svg.SVGAnimatedEnumeration getMarkerUnits()
SVGMarkerElement.getMarkerUnits().
getMarkerUnits in interface org.w3c.dom.svg.SVGMarkerElementpublic org.w3c.dom.svg.SVGAnimatedLength getMarkerWidth()
SVGMarkerElement.getMarkerWidth().
getMarkerWidth in interface org.w3c.dom.svg.SVGMarkerElementpublic org.w3c.dom.svg.SVGAnimatedLength getMarkerHeight()
SVGMarkerElement.getMarkerHeight().
getMarkerHeight in interface org.w3c.dom.svg.SVGMarkerElementpublic org.w3c.dom.svg.SVGAnimatedEnumeration getOrientType()
SVGMarkerElement.getOrientType().
getOrientType in interface org.w3c.dom.svg.SVGMarkerElementpublic org.w3c.dom.svg.SVGAnimatedAngle getOrientAngle()
SVGMarkerElement.getOrientAngle().
getOrientAngle in interface org.w3c.dom.svg.SVGMarkerElementpublic void setOrientToAuto()
SVGMarkerElement.setOrientToAuto().
setOrientToAuto in interface org.w3c.dom.svg.SVGMarkerElementpublic void setOrientToAngle(org.w3c.dom.svg.SVGAngle angle)
SVGMarkerElement.setOrientToAngle(SVGAngle).
setOrientToAngle in interface org.w3c.dom.svg.SVGMarkerElementpublic org.w3c.dom.svg.SVGAnimatedRect getViewBox()
SVGFitToViewBox.getViewBox().
getViewBox in interface org.w3c.dom.svg.SVGFitToViewBoxpublic org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
SVGFitToViewBox.getPreserveAspectRatio().
getPreserveAspectRatio in interface org.w3c.dom.svg.SVGFitToViewBoxpublic org.w3c.dom.svg.SVGAnimatedBoolean getExternalResourcesRequired()
SVGExternalResourcesRequired.getExternalResourcesRequired().
getExternalResourcesRequired in interface org.w3c.dom.svg.SVGExternalResourcesRequiredpublic String getXMLlang()
getXMLlang in interface org.w3c.dom.svg.SVGLangSpacepublic void setXMLlang(String lang)
setXMLlang in interface org.w3c.dom.svg.SVGLangSpacepublic String getXMLspace()
getXMLspace in interface org.w3c.dom.svg.SVGLangSpacepublic void setXMLspace(String space)
setXMLspace in interface org.w3c.dom.svg.SVGLangSpaceprotected AttributeInitializer getAttributeInitializer()
getAttributeInitializer in class AbstractElementprotected Node newNode()
newNode in class AbstractNodeprotected DoublyIndexedTable getTraitInformationTable()
getTraitInformationTable in class SVGStylableElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||