Package net.sourceforge.plantuml.svek
Interface IEntityImage
-
- All Superinterfaces:
Hideable
,TextBlock
,TextBlockBackcolored
,UDrawable
,UShape
- All Known Subinterfaces:
Untranslated
- All Known Implementing Classes:
AbstractEntityImage
,AbstractEntityImageBorder
,CucaDiagramFileMakerSvek2InternalImage
,EntityImageActivity
,EntityImageArcCircle
,EntityImageAssociation
,EntityImageAssociationPoint
,EntityImageBranch
,EntityImageCircleEnd
,EntityImageCircleStart
,EntityImageClass
,EntityImageClassHeader
,EntityImageDeepHistory
,EntityImageDegenerated
,EntityImageDescription
,EntityImageDesignedDomain
,EntityImageDomain
,EntityImageEmptyPackage
,EntityImageGroup
,EntityImageJson
,EntityImageLollipopInterface
,EntityImageLollipopInterfaceEye1
,EntityImageLollipopInterfaceEye2
,EntityImageMachine
,EntityImageMap
,EntityImageNote
,EntityImageNoteLink
,EntityImageObject
,EntityImagePort
,EntityImageProtected
,EntityImagePseudoState
,EntityImageRequirement
,EntityImageState
,EntityImageState2
,EntityImageStateBorder
,EntityImageStateCommon
,EntityImageStateEmptyDescription
,EntityImageSynchroBar
,EntityImageTips
,EntityImageUseCase
,GraphicStrings
,GraphvizCrash
,InnerActivity
,InnerStateAutonom
,SvekResult
public interface IEntityImage extends Hideable, TextBlockBackcolored
-
-
Field Summary
Fields Modifier and Type Field Description static int
CORNER
static int
MARGIN
static int
MARGIN_LINE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getOverscanX(StringBounder stringBounder)
ShapeType
getShapeType()
Margins
getShield(StringBounder stringBounder)
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
calculateDimension, getInnerPosition, getMinMax
-
Methods inherited from interface net.sourceforge.plantuml.svek.TextBlockBackcolored
getBackcolor
-
-
-
-
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
Margins getShield(StringBounder stringBounder)
-
getOverscanX
double getOverscanX(StringBounder stringBounder)
-
-