net.sourceforge.plantuml.svek.image
Class EntityImageUseCase

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

public class EntityImageUseCase
extends AbstractEntityImage


Field Summary
 
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN_LINE
 
Constructor Summary
EntityImageUseCase(ILeaf entity, ISkinParam skinParam)
           
 
Method Summary
 void drawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition)
           
 Dimension2D getDimension(StringBounder stringBounder)
           
 ShapeType getShapeType()
           
 int getShield()
           
 
Methods inherited from class net.sourceforge.plantuml.svek.AbstractEntityImage
getBackcolor, getColor, getEntity, getFont, getFontColor, getFontOld, getSkinParam, getStereo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityImageUseCase

public EntityImageUseCase(ILeaf entity,
                          ISkinParam skinParam)
Method Detail

getDimension

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

drawU

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

getShapeType

public ShapeType getShapeType()

getShield

public int getShield()


Copyright © 2012. All Rights Reserved.