Package net.sourceforge.plantuml.svek
Interface IEntityImage
-
- All Superinterfaces:
Hideable,TextBlock,TextBlockBackcolored,UDrawable,UShape
- All Known Subinterfaces:
Untranslated
- All Known Implementing Classes:
AbstractEntityImage,AbstractEntityImageBorder,ConcurrentStateImage,CucaDiagramFileMakerSvek2InternalImage,EntityImageActivity,EntityImageArcCircle,EntityImageAssociation,EntityImageAssociationPoint,EntityImageBranch,EntityImageCircleEnd,EntityImageCircleStart,EntityImageClass,EntityImageClassHeader,EntityImageDeepHistory,EntityImageDegenerated,EntityImageDescription,EntityImageDesignedDomain,EntityImageDomain,EntityImageEmptyPackage,EntityImageGroup,EntityImageLollipopInterface,EntityImageLollipopInterfaceEye1,EntityImageLollipopInterfaceEye2,EntityImageMachine,EntityImageMap,EntityImageNote,EntityImageNoteLink,EntityImageObject,EntityImagePort,EntityImageProtected,EntityImagePseudoState,EntityImageRequirement,EntityImageState,EntityImageState2,EntityImageStateBorder,EntityImageStateEmptyDescription,EntityImageSynchroBar,EntityImageTips,EntityImageUseCase,GraphicStrings,GraphvizCrash,InnerActivity,InnerStateAutonom,SvekResult
public interface IEntityImage extends Hideable, TextBlockBackcolored
-
-
Field Summary
Fields Modifier and Type Field Description static intCORNERstatic intMARGINstatic intMARGIN_LINE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetOverscanX(StringBounder stringBounder)ShapeTypegetShapeType()MarginsgetShield(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)
-
-