net.sourceforge.plantuml.posimo
Class EntityImageNote2

java.lang.Object
  extended by net.sourceforge.plantuml.posimo.EntityImageNote2
All Implemented Interfaces:
IEntityImageBlock

public class EntityImageNote2
extends Object


Constructor Summary
EntityImageNote2(IEntity entity, ISkinParam skinParam, Collection<Link> links)
           
 
Method Summary
 void drawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition, double marginWidth, double marginHeight)
           
protected  HtmlColor getColor(ColorParam colorParam)
           
 Dimension2D getDimension(StringBounder stringBounder)
           
protected  IEntity getEntity()
           
protected  UFont getFont(FontParam fontParam)
           
protected  HtmlColor getFontColor(FontParam fontParam)
           
protected  ISkinParam getSkinParam()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityImageNote2

public EntityImageNote2(IEntity entity,
                        ISkinParam skinParam,
                        Collection<Link> links)
Method Detail

getDimension

public Dimension2D getDimension(StringBounder stringBounder)
Specified by:
getDimension in interface IEntityImageBlock

drawU

public void drawU(UGraphic ug,
                  double xTheoricalPosition,
                  double yTheoricalPosition,
                  double marginWidth,
                  double marginHeight)

getEntity

protected final IEntity getEntity()

getFont

protected UFont getFont(FontParam fontParam)

getFontColor

protected HtmlColor getFontColor(FontParam fontParam)

getColor

protected final HtmlColor getColor(ColorParam colorParam)

getSkinParam

protected final ISkinParam getSkinParam()


Copyright © 2011. All Rights Reserved.