Package net.sourceforge.plantuml.svek
Class AbstractEntityImage
java.lang.Object
net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
net.sourceforge.plantuml.svek.AbstractEntityImage
- All Implemented Interfaces:
Hideable
,TextBlock
,UDrawable
,UShape
,IEntityImage
- Direct Known Subclasses:
AbstractEntityImageBorder
,EntityImageActivity
,EntityImageArcCircle
,EntityImageAssociation
,EntityImageAssociationPoint
,EntityImageBranch
,EntityImageChenAttribute
,EntityImageChenCircle
,EntityImageChenEntity
,EntityImageChenRelationship
,EntityImageCircleEnd
,EntityImageCircleStart
,EntityImageClass
,EntityImageClassHeader
,EntityImageDescription
,EntityImageDesignedDomain
,EntityImageDomain
,EntityImageEmptyPackage
,EntityImageGroup
,EntityImageJson
,EntityImageLollipopInterface
,EntityImageLollipopInterfaceEye1
,EntityImageLollipopInterfaceEye2
,EntityImageMachine
,EntityImageMap
,EntityImageNote
,EntityImageObject
,EntityImagePseudoState
,EntityImageRequirement
,EntityImageState2
,EntityImageStateCommon
,EntityImageSynchroBar
,EntityImageTips
,EntityImageUseCase
-
Field Summary
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal HColor
protected final Entity
double
getOverscanX
(StringBounder stringBounder) getShield
(StringBounder stringBounder) protected final ISkinParam
protected final Stereotype
boolean
isHidden()
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getInnerPosition, getMagneticBorder, getMinMax
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.svek.IEntityImage
getMagneticBorder, getShapeType
Methods inherited from interface net.sourceforge.plantuml.klimt.shape.TextBlock
calculateDimension, getInnerPosition, getMinMax
-
Constructor Details
-
AbstractEntityImage
-
-
Method Details
-
isHidden
public boolean isHidden() -
getEntity
-
getSkinParam
-
getBackcolor
- Specified by:
getBackcolor
in interfaceTextBlock
- Overrides:
getBackcolor
in classAbstractTextBlock
-
getStereo
-
getShield
- Specified by:
getShield
in interfaceIEntityImage
-
getOverscanX
- Specified by:
getOverscanX
in interfaceIEntityImage
-