org.apache.fop.dom.svg
Interface GraphicImpl
- public interface GraphicImpl
base class for SVG graphic objects.
Graphic objects include rectangles, lines and text
addDefs
public void addDefs(Hashtable st)
getDefs
public Hashtable getDefs()
getGraphicParent
public SVGElement getGraphicParent()
locateDef
public SVGElement locateDef(String str)
oldgetStyle
public Hashtable oldgetStyle()
oldgetTransform
public Vector oldgetTransform()
setParent
public void setParent(SVGElement g)
setStyle
public void setStyle(Hashtable st)
setTransform
public void setTransform(Vector tr)