Class ElementImage
- java.lang.Object
-
- net.sourceforge.plantuml.salt.element.AbstractElement
-
- net.sourceforge.plantuml.salt.element.ElementImage
-
- All Implemented Interfaces:
Element
public class ElementImage extends AbstractElement
-
-
Constructor Summary
Constructors Constructor Description ElementImage(List<String> img)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
drawU(UGraphic ug, int zIndex, Dimension2D dimToUse)
Dimension2D
getPreferredDimension(StringBounder stringBounder, double x, double y)
-
Methods inherited from class net.sourceforge.plantuml.salt.element.AbstractElement
getThemeStyle
-
-
-
-
Method Detail
-
getPreferredDimension
public Dimension2D getPreferredDimension(StringBounder stringBounder, double x, double y)
-
drawU
public void drawU(UGraphic ug, int zIndex, Dimension2D dimToUse)
-
-