org.apache.fop.dom.svg
Class SVGMarkerElementImpl

java.lang.Object
  |
  +--org.apache.fop.dom.NodeImpl
        |
        +--org.apache.fop.dom.ElementImpl
              |
              +--org.apache.fop.dom.svg.SVGElementImpl
                    |
                    +--org.apache.fop.dom.svg.GraphicElement
                          |
                          +--org.apache.fop.dom.svg.SVGMarkerElementImpl

public class SVGMarkerElementImpl
extends GraphicElement
implements org.w3c.dom.svg.SVGMarkerElement


Fields inherited from class org.apache.fop.dom.svg.GraphicElement
reqExtensions, reqFeatures, sysLanguage
 
Fields inherited from class org.apache.fop.dom.NodeImpl
childs, ownerDoc
 
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.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
SVGMarkerElementImpl()
           
 
Method Summary
 org.w3c.dom.svg.SVGAnimatedLength getMarkerHeight()
           
 org.w3c.dom.svg.SVGAnimatedEnumeration getMarkerUnits()
           
 org.w3c.dom.svg.SVGAnimatedLength getMarkerWidth()
           
 org.w3c.dom.svg.SVGAnimatedAngle getOrientAngle()
           
 org.w3c.dom.svg.SVGAnimatedEnumeration getOrientType()
           
 org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()
           
 org.w3c.dom.svg.SVGAnimatedLength getRefX()
           
 org.w3c.dom.svg.SVGAnimatedLength getRefY()
           
 org.w3c.dom.svg.SVGAnimatedRect getViewBox()
           
 void setMarkerHeight(org.w3c.dom.svg.SVGAnimatedLength markerHeight)
           
 void setMarkerUnits(org.w3c.dom.svg.SVGAnimatedEnumeration markerUnits)
           
 void setMarkerWidth(org.w3c.dom.svg.SVGAnimatedLength markerWidth)
           
 void setOrientToAngle(org.w3c.dom.svg.SVGAngle angle)
           
 void setOrientToAuto()
           
 void setPreserveAspectRatio(org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio preserveAspectRatio)
           
 void setRefX(org.w3c.dom.svg.SVGAnimatedLength refX)
           
 void setRefY(org.w3c.dom.svg.SVGAnimatedLength refY)
           
 void setViewBox(org.w3c.dom.svg.SVGAnimatedRect viewBox)
           
 
Methods inherited from class org.apache.fop.dom.svg.GraphicElement
addEventListener, dispatchEvent, getBBox, getChildrenBBox, getCTM, getFarthestViewportElement, getNearestViewportElement, getRequiredExtensions, getRequiredFeatures, getScreenCTM, getSystemLanguage, getTransform, getTransformToElement, getXMLlang, getXMLspace, hasExtension, removeEventListener, setRequiredExtensions, setRequiredFeatures, setSystemLanguage, setTransform, setXMLlang, setXMLspace
 
Methods inherited from class org.apache.fop.dom.svg.SVGElementImpl
appendChild, getAnimatedPresentationAttribute, getClassName, getExternalResourcesRequired, getId, getNamespaceURI, getOwnerSVGElement, getPresentationAttribute, getStyle, getViewportElement, setClassName, setExternalResourcesRequired, setId, setOwnerSVG, setStyle
 
Methods inherited from class org.apache.fop.dom.ElementImpl
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, hasAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, replaceChild, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS
 
Methods inherited from class org.apache.fop.dom.NodeImpl
cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTagName, hasChildNodes, insertBefore, isSupported, normalize, removeChild, setNodeValue, setPrefix, supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGMarkerElementImpl

public SVGMarkerElementImpl()
Method Detail

getMarkerUnits

public org.w3c.dom.svg.SVGAnimatedEnumeration getMarkerUnits()
Specified by:
getMarkerUnits in interface org.w3c.dom.svg.SVGMarkerElement

getOrientType

public org.w3c.dom.svg.SVGAnimatedEnumeration getOrientType()
Specified by:
getOrientType in interface org.w3c.dom.svg.SVGMarkerElement

getOrientAngle

public org.w3c.dom.svg.SVGAnimatedAngle getOrientAngle()
Specified by:
getOrientAngle in interface org.w3c.dom.svg.SVGMarkerElement

getRefX

public org.w3c.dom.svg.SVGAnimatedLength getRefX()
Specified by:
getRefX in interface org.w3c.dom.svg.SVGMarkerElement

setRefX

public void setRefX(org.w3c.dom.svg.SVGAnimatedLength refX)

getRefY

public org.w3c.dom.svg.SVGAnimatedLength getRefY()
Specified by:
getRefY in interface org.w3c.dom.svg.SVGMarkerElement

setRefY

public void setRefY(org.w3c.dom.svg.SVGAnimatedLength refY)

getMarkerWidth

public org.w3c.dom.svg.SVGAnimatedLength getMarkerWidth()
Specified by:
getMarkerWidth in interface org.w3c.dom.svg.SVGMarkerElement

setMarkerWidth

public void setMarkerWidth(org.w3c.dom.svg.SVGAnimatedLength markerWidth)

getMarkerHeight

public org.w3c.dom.svg.SVGAnimatedLength getMarkerHeight()
Specified by:
getMarkerHeight in interface org.w3c.dom.svg.SVGMarkerElement

setMarkerHeight

public void setMarkerHeight(org.w3c.dom.svg.SVGAnimatedLength markerHeight)

setOrientToAuto

public void setOrientToAuto()
Specified by:
setOrientToAuto in interface org.w3c.dom.svg.SVGMarkerElement

setOrientToAngle

public void setOrientToAngle(org.w3c.dom.svg.SVGAngle angle)
                      throws org.w3c.dom.svg.SVGException
Specified by:
setOrientToAngle in interface org.w3c.dom.svg.SVGMarkerElement

getViewBox

public org.w3c.dom.svg.SVGAnimatedRect getViewBox()

setViewBox

public void setViewBox(org.w3c.dom.svg.SVGAnimatedRect viewBox)

getPreserveAspectRatio

public org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio getPreserveAspectRatio()

setPreserveAspectRatio

public void setPreserveAspectRatio(org.w3c.dom.svg.SVGAnimatedPreserveAspectRatio preserveAspectRatio)

setMarkerUnits

public void setMarkerUnits(org.w3c.dom.svg.SVGAnimatedEnumeration markerUnits)


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.