Package net.sourceforge.plantuml.svek
Class AbstractEntityImage
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.svek.AbstractEntityImage
-
- All Implemented Interfaces:
TextBlock
,UDrawable
,Hideable
,IEntityImage
,TextBlockBackcolored
,UShape
- Direct Known Subclasses:
AbstractEntityImageBorder
,EntityImageActivity
,EntityImageArcCircle
,EntityImageAssociation
,EntityImageAssociationPoint
,EntityImageBranch
,EntityImageCircleEnd
,EntityImageCircleStart
,EntityImageClass
,EntityImageClassHeader
,EntityImageDescription
,EntityImageDesignedDomain
,EntityImageDomain
,EntityImageEmptyPackage
,EntityImageGroup
,EntityImageLollipopInterface
,EntityImageLollipopInterfaceEye1
,EntityImageLollipopInterfaceEye2
,EntityImageMachine
,EntityImageMap
,EntityImageNote
,EntityImageObject
,EntityImagePseudoState
,EntityImageRequirement
,EntityImageState2
,EntityImageStateCommon
,EntityImageSynchroBar
,EntityImageTips
,EntityImageUseCase
public abstract class AbstractEntityImage extends AbstractTextBlock implements IEntityImage
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
-
-
Constructor Summary
Constructors Constructor Description AbstractEntityImage(IEntity entity, ISkinParam skinParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HColor
getBackcolor()
protected IEntity
getEntity()
double
getOverscanX(StringBounder stringBounder)
Margins
getShield(StringBounder stringBounder)
protected ISkinParam
getSkinParam()
protected Stereotype
getStereo()
boolean
isHidden()
-
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition, 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
getShapeType
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
calculateDimension, getInnerPosition, getMinMax
-
-
-
-
Constructor Detail
-
AbstractEntityImage
public AbstractEntityImage(IEntity entity, ISkinParam skinParam)
-
-
Method Detail
-
getEntity
protected final IEntity getEntity()
-
getSkinParam
protected final ISkinParam getSkinParam()
-
getBackcolor
public final HColor getBackcolor()
- Specified by:
getBackcolor
in interfaceTextBlockBackcolored
-
getStereo
protected final Stereotype getStereo()
-
getShield
public Margins getShield(StringBounder stringBounder)
- Specified by:
getShield
in interfaceIEntityImage
-
getOverscanX
public double getOverscanX(StringBounder stringBounder)
- Specified by:
getOverscanX
in interfaceIEntityImage
-
-