| |||||||||
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.SVGImageElementImpl
Field Summary | |
float | height |
String | link |
float | width |
float | x |
float | y |
Fields inherited from class org.apache.fop.dom.svg.SVGElementImpl |
className, idString, ownerSvg, styleDec |
Constructor Summary | |
SVGImageElementImpl(String l, float x, float y, float w, float h) |
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 float height
public String link
public float width
public float x
public float y
Constructor Detail |
public SVGImageElementImpl(String l, float x, float y, float w, float h)
Association Links |
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |