net.sourceforge.plantuml.svek
Class EntityImageState

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

public class EntityImageState
extends Object


Field Summary
static int CORNER
           
static int MARGIN
           
static int MARGIN_LINE
           
 
Constructor Summary
EntityImageState(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)
           
 ShapeType getShapeType()
           
 int getShield()
           
protected  ISkinParam getSkinParam()
           
protected  Stereotype getStereo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CORNER

public static final int CORNER
See Also:
Constant Field Values

MARGIN

public static final int MARGIN
See Also:
Constant Field Values

MARGIN_LINE

public static final int MARGIN_LINE
See Also:
Constant Field Values
Constructor Detail

EntityImageState

public EntityImageState(IEntity entity,
                        ISkinParam skinParam)
Method Detail

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()

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 © 2012. All Rights Reserved.