net.sourceforge.plantuml.svek
Class EntityImageUseCase

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

public class EntityImageUseCase
extends Object


Constructor Summary
EntityImageUseCase(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
 

Constructor Detail

EntityImageUseCase

public EntityImageUseCase(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 © 2011. All Rights Reserved.