Package net.sourceforge.plantuml.posimo
Class MargedBlock
- java.lang.Object
-
- net.sourceforge.plantuml.posimo.MargedBlock
-
public class MargedBlock extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MargedBlock(StringBounder stringBounder, IEntityImageBlock imageBlock, double marginDecorator, Cluster parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Block
getBlock()
IEntityImageBlock
getImageBlock()
Positionable
getImagePosition()
double
getMarginDecorator()
-
-
-
Constructor Detail
-
MargedBlock
public MargedBlock(StringBounder stringBounder, IEntityImageBlock imageBlock, double marginDecorator, Cluster parent)
-
-
Method Detail
-
getBlock
public Block getBlock()
-
getMarginDecorator
public double getMarginDecorator()
-
getImageBlock
public IEntityImageBlock getImageBlock()
-
getImagePosition
public Positionable getImagePosition()
-
-