net.sourceforge.plantuml.svek.image
Class EntityImageActivity

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

public class EntityImageActivity
extends AbstractEntityImage


Field Summary
static int CORNER
           
 
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
MARGIN_LINE
 
Constructor Summary
EntityImageActivity(ILeaf entity, ISkinParam skinParam)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 ShapeType getShapeType()
           
 int getShield()
           
 
Methods inherited from class net.sourceforge.plantuml.svek.AbstractEntityImage
getBackcolor, getEntity, getSkinParam, getStereo, getUrls, isHidden
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CORNER

public static final int CORNER
See Also:
Constant Field Values
Constructor Detail

EntityImageActivity

public EntityImageActivity(ILeaf entity,
                           ISkinParam skinParam)
Method Detail

calculateDimension

public Dimension2D calculateDimension(StringBounder stringBounder)

drawU

public final void drawU(UGraphic ug)

getShapeType

public ShapeType getShapeType()

getShield

public int getShield()


Copyright © 2013. All Rights Reserved.