Package net.sourceforge.plantuml.posimo
Interface IEntityImageBlock
-
- All Known Implementing Classes:
EntityImageNote2
public interface IEntityImageBlock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddrawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition, double marginWidth, double marginHeight)java.awt.geom.Dimension2DgetDimension(StringBounder stringBounder)
-
-
-
Method Detail
-
getDimension
java.awt.geom.Dimension2D getDimension(StringBounder stringBounder)
-
drawU
void drawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition, double marginWidth, double marginHeight)
-
-