net.sourceforge.plantuml.svek
Class InnerStateConcurrent

java.lang.Object
  extended by net.sourceforge.plantuml.svek.InnerStateConcurrent
All Implemented Interfaces:
TextBlock, UDrawable, Hideable, IEntityImage, TextBlockBackcolored, UShape

public final class InnerStateConcurrent
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
InnerStateConcurrent(IEntityImage im)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 HtmlColor getBackcolor()
           
 ShapeType getShapeType()
           
 int getShield()
           
 boolean isHidden()
           
 
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

InnerStateConcurrent

public InnerStateConcurrent(IEntityImage im)
Method Detail

drawU

public void drawU(UGraphic ug)
Specified by:
drawU in interface UDrawable

getBackcolor

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

calculateDimension

public Dimension2D calculateDimension(StringBounder stringBounder)
Specified by:
calculateDimension in interface TextBlock

getShapeType

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

getShield

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

isHidden

public boolean isHidden()
Specified by:
isHidden in interface Hideable


Copyright © 2014. All Rights Reserved.