| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.SVGTextContentElementImpl | +--org.apache.fop.dom.svg.SVGTextElementImpl
class representing text in an SVG Area
Field Summary | |
Vector | textList vector of text elements, strings, tspan, tref |
float | x x-coordinate of text |
float | y y-coordinate of text |
Fields inherited from class org.apache.fop.dom.svg.GraphicElement |
transform, xmlspace |
Fields inherited from class org.apache.fop.dom.svg.SVGElementImpl |
className, idString, ownerSvg, styleDec |
Constructor Summary | |
SVGTextElementImpl() construct a text element |
Methods inherited from class org.apache.fop.dom.svg.SVGTextContentElementImpl |
getCharNumAtPosition, getComputedTextLength, getEndPositionOfChar, getExtentOfChar, getLengthAdjust, getNumberOfChars, getRotationOfChar, getStartPositionOfChar, getSubStringLength, getTextLength, selectSubString |
Methods inherited from class org.apache.fop.dom.svg.GraphicElement |
addEventListener, dispatchEvent, getBBox, 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 |
Field Detail |
public Vector textList
public float x
public float y
Constructor Detail |
public SVGTextElementImpl()
Association Links |
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |