org.apache.fop.dom.svg
Class SVGLineElementImpl
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.SVGLineElementImpl
- public class SVGLineElementImpl
- extends GraphicElement
- implements SVGLineElement
class representing a line in an SVG Area
Method Summary |
SVGRect | getBBox() |
SVGAnimatedLength | getX1() |
SVGAnimatedLength | getX2() |
SVGAnimatedLength | getY1() |
SVGAnimatedLength | getY2() |
void | setX1(SVGAnimatedLength x1) |
void | setX2(SVGAnimatedLength x2) |
void | setY1(SVGAnimatedLength y1) |
void | setY2(SVGAnimatedLength y2) |
Methods inherited from class org.apache.fop.dom.svg.GraphicElement |
addEventListener, dispatchEvent, 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 |
SVGLineElementImpl
public SVGLineElementImpl()
- construct a line graphic
- Parameters:
- x1 - x-coordinate of start
- y1 - y-coordinate of start
- x2 - x-coordinate of end
- y2 - y-coordinate of end
getBBox
public SVGRect getBBox()
getX1
public SVGAnimatedLength getX1()
getX2
public SVGAnimatedLength getX2()
getY1
public SVGAnimatedLength getY1()
getY2
public SVGAnimatedLength getY2()
setX1
public void setX1(SVGAnimatedLength x1)
setX2
public void setX2(SVGAnimatedLength x2)
setY1
public void setY1(SVGAnimatedLength y1)
setY2
public void setY2(SVGAnimatedLength y2)