net.sourceforge.plantuml.svek
Interface IEntityImage

All Superinterfaces:
Hideable, TextBlock, TextBlockBackcolored, UDrawable
All Known Implementing Classes:
AbstractEntityImage, EntityImageActivity, EntityImageActor2, EntityImageArcCircle, EntityImageAssociation, EntityImageAssociationPoint, EntityImageBranch, EntityImageCircleEnd, EntityImageCircleInterface, EntityImageCircleStart, EntityImageClass, EntityImageClassHeader2, EntityImageComponent, EntityImageComponentForDescriptionDiagram, EntityImageEmptyPackage2, EntityImageGroup, EntityImageLollipopInterface, EntityImageNote, EntityImageNoteLink, EntityImageObject, EntityImagePseudoState, EntityImageState, EntityImageStateBorder, EntityImageStateEmptyDescription, EntityImageSynchroBar, EntityImageUseCase, GraphicStrings, GraphvizCrash, InnerActivity, InnerStateAutonom, InnerStateConcurrent, SvekResult

public interface IEntityImage
extends Hideable, TextBlockBackcolored


Field Summary
static int CORNER
           
static int MARGIN
           
static int MARGIN_LINE
           
 
Method Summary
 ShapeType getShapeType()
           
 int getShield()
           
 
Methods inherited from interface net.sourceforge.plantuml.Hideable
isHidden
 
Methods inherited from interface net.sourceforge.plantuml.svek.TextBlockBackcolored
getBackcolor
 
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
calculateDimension
 
Methods inherited from interface net.sourceforge.plantuml.graphic.UDrawable
drawU
 

Field Detail

CORNER

static final int CORNER
See Also:
Constant Field Values

MARGIN

static final int MARGIN
See Also:
Constant Field Values

MARGIN_LINE

static final int MARGIN_LINE
See Also:
Constant Field Values
Method Detail

getShapeType

ShapeType getShapeType()

getShield

int getShield()


Copyright © 2014. All Rights Reserved.