net.sourceforge.plantuml.svek
Class InnerStateAutonom

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

public final class InnerStateAutonom
extends Object
implements IEntityImage


Field Summary
static double THICKNESS_BORDER
           
 
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
 
Constructor Summary
InnerStateAutonom(IEntityImage im, TextBlock title, TextBlockWidth attribute, HtmlColor borderColor, HtmlColor backColor, boolean shadowing, List<Url> suburl, List<Url> url, boolean withSymbol)
           
 
Method Summary
 void drawU(UGraphic ug, double x, double y)
           
 HtmlColor getBackcolor()
           
 Dimension2D getDimension(StringBounder stringBounder)
           
 ShapeType getShapeType()
           
 int getShield()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THICKNESS_BORDER

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

InnerStateAutonom

public InnerStateAutonom(IEntityImage im,
                         TextBlock title,
                         TextBlockWidth attribute,
                         HtmlColor borderColor,
                         HtmlColor backColor,
                         boolean shadowing,
                         List<Url> suburl,
                         List<Url> url,
                         boolean withSymbol)
Method Detail

drawU

public void drawU(UGraphic ug,
                  double x,
                  double y)
Specified by:
drawU in interface IEntityImage

getBackcolor

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

getDimension

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

getShapeType

public ShapeType getShapeType()
Specified by:
getShapeType in interface IEntityImage

getShield

public int getShield()
Specified by:
getShield in interface IEntityImage


Copyright © 2012. All Rights Reserved.