Package it.smartio.docs.fop.nodes
Class FoExternalGraphic
- java.lang.Object
-
- it.smartio.docs.fop.nodes.FoNode
-
- it.smartio.docs.fop.nodes.FoExternalGraphic
-
public class FoExternalGraphic extends FoNode
TheFoExternalGraphicclass.
-
-
Constructor Summary
Constructors Constructor Description FoExternalGraphic(java.lang.String url)Constructs an instance ofFoExternalGraphic.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FoExternalGraphicsetHeight(java.lang.String height)FoExternalGraphicsetSize(java.lang.String width, java.lang.String height)FoExternalGraphicsetWidth(java.lang.String width)-
Methods inherited from class it.smartio.docs.fop.nodes.FoNode
addNode, addText, build, create, getAttributes, getTagName, hasChildren, iterator, root, set, setId, text
-
-
-
-
Constructor Detail
-
FoExternalGraphic
public FoExternalGraphic(java.lang.String url)
Constructs an instance ofFoExternalGraphic.- Parameters:
url-
-
-
Method Detail
-
setWidth
public FoExternalGraphic setWidth(java.lang.String width)
-
setHeight
public FoExternalGraphic setHeight(java.lang.String height)
-
setSize
public FoExternalGraphic setSize(java.lang.String width, java.lang.String height)
-
-