Package net.sourceforge.plantuml.posimo
Class EntityImageNote2
- java.lang.Object
-
- net.sourceforge.plantuml.posimo.EntityImageNote2
-
- All Implemented Interfaces:
IEntityImageBlock
public class EntityImageNote2 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EntityImageNote2(IEntity entity, ISkinParam skinParam, java.util.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)java.awt.geom.Dimension2DgetDimension(StringBounder stringBounder)protected IEntitygetEntity()protected UFontgetFont(FontParam fontParam)protected HColorgetFontColor(FontParam fontParam)protected ISkinParamgetSkinParam()
-
-
-
Constructor Detail
-
EntityImageNote2
public EntityImageNote2(IEntity entity, ISkinParam skinParam, java.util.Collection<Link> links)
-
-
Method Detail
-
getDimension
public java.awt.geom.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()
-
-