org.apache.batik.dom.svg
public class SVGOMMarkerElement extends SVGStylableElement implements SVGMarkerElement
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. |
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. |
SVGAnimatedBoolean | getExternalResourcesRequired()
DOM: Implements org.w3c.dom.svg.SVGExternalResourcesRequired#getExternalResourcesRequired(). |
String | getLocalName()
DOM: Implements Node#getLocalName(). |
SVGAnimatedLength | getMarkerHeight()
DOM: Implements SVGMarkerElement#getMarkerHeight(). |
SVGAnimatedEnumeration | getMarkerUnits()
DOM: Implements SVGMarkerElement#getMarkerUnits(). |
SVGAnimatedLength | getMarkerWidth()
DOM: Implements SVGMarkerElement#getMarkerWidth(). |
SVGAnimatedAngle | getOrientAngle()
DOM: Implements SVGMarkerElement#getOrientAngle(). |
SVGAnimatedEnumeration | getOrientType()
DOM: Implements SVGMarkerElement#getOrientType(). |
SVGAnimatedPreserveAspectRatio | getPreserveAspectRatio()
DOM: Implements org.w3c.dom.svg.SVGFitToViewBox#getPreserveAspectRatio(). |
SVGAnimatedLength | getRefX()
DOM: Implements SVGMarkerElement#getRefX(). |
SVGAnimatedLength | getRefY()
DOM: Implements SVGMarkerElement#getRefY(). |
protected DoublyIndexedTable | getTraitInformationTable()
Returns the table of TraitInformation objects for this element. |
SVGAnimatedRect | getViewBox()
DOM: Implements org.w3c.dom.svg.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(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. |
Parameters: prefix The namespace prefix. owner The owner document.
Returns: null if this element has no attribute with a default value.