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 void
drawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition, double marginWidth, double marginHeight)
protected HColor
getColor(ColorParam colorParam)
Dimension2D
getDimension(StringBounder stringBounder)
protected IEntity
getEntity()
protected UFont
getFont(FontParam fontParam)
protected HColor
getFontColor(FontParam fontParam)
protected ISkinParam
getSkinParam()
-
-
-
Constructor Detail
-
EntityImageNote2
public EntityImageNote2(IEntity entity, ISkinParam skinParam, Collection<Link> links)
-
-
Method Detail
-
getDimension
public Dimension2D getDimension(StringBounder stringBounder)
- Specified by:
getDimension
in 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()
-
-