net.sourceforge.plantuml.svek.image
Class EntityImageStateBorder

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

public class EntityImageStateBorder
extends AbstractEntityImage


Field Summary
static double RADIUS
           
 
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
 
Constructor Summary
EntityImageStateBorder(ILeaf leaf, ISkinParam skinParam, Cluster stateParent)
           
 
Method Summary
 void drawU(UGraphic ug, double xTheoricalPosition, double yTheoricalPosition)
           
 Dimension2D getDimension(StringBounder stringBounder)
           
 double getMaxWidthFromLabelForEntryExit(StringBounder stringBounder)
           
 ShapeType getShapeType()
           
 int getShield()
           
 
Methods inherited from class net.sourceforge.plantuml.svek.AbstractEntityImage
getBackcolor, getEntity, getSkinParam, getStereo, isHidden
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RADIUS

public static final double RADIUS
See Also:
Constant Field Values
Constructor Detail

EntityImageStateBorder

public EntityImageStateBorder(ILeaf leaf,
                              ISkinParam skinParam,
                              Cluster stateParent)
Method Detail

getDimension

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

getMaxWidthFromLabelForEntryExit

public double getMaxWidthFromLabelForEntryExit(StringBounder stringBounder)

drawU

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

getShapeType

public ShapeType getShapeType()

getShield

public int getShield()


Copyright © 2013. All Rights Reserved.