net.sourceforge.plantuml.svek
Class InnerActivity

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

public final class InnerActivity
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
InnerActivity(IEntityImage im, HtmlColor borderColor, HtmlColor backColor, boolean shadowing)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 HtmlColor getBackcolor()
           
 ShapeType getShapeType()
           
 int getShield()
           
 List<Url> getUrls()
           
 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

InnerActivity

public InnerActivity(IEntityImage im,
                     HtmlColor borderColor,
                     HtmlColor backColor,
                     boolean shadowing)
Method Detail

drawU

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

getBackcolor

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

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

getUrls

public final List<Url> getUrls()
Specified by:
getUrls in interface TextBlock


Copyright © 2013. All Rights Reserved.