Package net.sourceforge.plantuml.posimo
Class EntityImageNote2
- java.lang.Object
-
- net.sourceforge.plantuml.posimo.EntityImageNote2
-
- All Implemented Interfaces:
IEntityImageBlock
public class EntityImageNote2 extends Object
-
-
Constructor Summary
Constructors Constructor Description EntityImageNote2(IEntity entity, ISkinParam skinParam, Collection<Link> links)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition, double marginWidth, double marginHeight)protected HColorgetColor(ColorParam colorParam)Dimension2DgetDimension(StringBounder stringBounder)protected IEntitygetEntity()protected UFontgetFont(FontParam fontParam)protected HColorgetFontColor(FontParam fontParam)protected ISkinParamgetSkinParam()
-
-
-
Constructor Detail
-
EntityImageNote2
public EntityImageNote2(IEntity entity, ISkinParam skinParam, Collection<Link> links)
-
-
Method Detail
-
getDimension
public Dimension2D getDimension(StringBounder stringBounder)
- Specified by:
getDimensionin interfaceIEntityImageBlock
-
drawU
public void drawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition, double marginWidth, double marginHeight)
-
getEntity
protected final IEntity getEntity()
-
getColor
protected final HColor getColor(ColorParam colorParam)
-
getSkinParam
protected final ISkinParam getSkinParam()
-
-