net.sourceforge.plantuml.svek
Class EntityImageNote

java.lang.Object
  extended by net.sourceforge.plantuml.svek.EntityImageNote
All Implemented Interfaces:
IEntityImage

public class EntityImageNote
extends Object


Constructor Summary
EntityImageNote(IEntity entity, ISkinParam skinParam)
           
 
Method Summary
 void drawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition)
           
 HtmlColor getBackcolor()
           
protected  HtmlColor getColor(ColorParam colorParam, Stereotype stereo)
           
 Dimension2D getDimension(StringBounder stringBounder)
           
protected  IEntity getEntity()
           
protected  UFont getFont(FontParam fontParam, Stereotype stereo)
           
protected  HtmlColor getFontColor(FontParam fontParam, Stereotype stereo)
           
protected  UFont getFontOld(FontParam fontParam)
           
 double getPreferredHeight(StringBounder stringBounder)
           
 double getPreferredWidth(StringBounder stringBounder)
           
protected  double getPureTextWidth(StringBounder stringBounder)
           
 ShapeType getShapeType()
           
 int getShield()
           
protected  ISkinParam getSkinParam()
           
protected  Stereotype getStereo()
           
protected  TextBlock getTextBlock()
           
protected  double getTextHeight(StringBounder stringBounder)
           
 double getTextWidth(StringBounder stringBounder)
           
 void setOpaleLine(Line line, Shape shape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityImageNote

public EntityImageNote(IEntity entity,
                       ISkinParam skinParam)
Method Detail

getPreferredWidth

public final double getPreferredWidth(StringBounder stringBounder)

getPreferredHeight

public final double getPreferredHeight(StringBounder stringBounder)

getTextHeight

protected final double getTextHeight(StringBounder stringBounder)

getTextBlock

protected final TextBlock getTextBlock()

getPureTextWidth

protected final double getPureTextWidth(StringBounder stringBounder)

getTextWidth

public final double getTextWidth(StringBounder stringBounder)

getDimension

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

drawU

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

getShapeType

public ShapeType getShapeType()

getShield

public int getShield()

setOpaleLine

public void setOpaleLine(Line line,
                         Shape shape)

getEntity

protected final IEntity getEntity()

getFontOld

protected final UFont getFontOld(FontParam fontParam)

getFont

protected final UFont getFont(FontParam fontParam,
                              Stereotype stereo)

getFontColor

protected final HtmlColor getFontColor(FontParam fontParam,
                                       Stereotype stereo)

getColor

protected final HtmlColor getColor(ColorParam colorParam,
                                   Stereotype stereo)

getSkinParam

protected final ISkinParam getSkinParam()

getBackcolor

public final HtmlColor getBackcolor()
Specified by:
getBackcolor in interface IEntityImage

getStereo

protected final Stereotype getStereo()


Copyright © 2011. All Rights Reserved.