Class AbstractEntityImageBorder
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.svek.AbstractEntityImage
-
- net.sourceforge.plantuml.svek.image.AbstractEntityImageBorder
-
- All Implemented Interfaces:
Hideable
,TextBlock
,UDrawable
,UShape
,IEntityImage
- Direct Known Subclasses:
EntityImagePort
,EntityImageStateBorder
public abstract class AbstractEntityImageBorder extends AbstractEntityImage
-
-
Field Summary
Fields Modifier and Type Field Description protected Bibliotekon
bibliotekon
EntityPosition
entityPosition
protected Cluster
parent
protected Rankdir
rankdir
-
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description XDimension2D
calculateDimension(StringBounder stringBounder)
protected TextBlock
getDesc()
ShapeType
getShapeType()
protected abstract StyleSignatureBasic
getSignature()
protected Style
getStyle()
-
Methods inherited from class net.sourceforge.plantuml.svek.AbstractEntityImage
getBackcolor, getEntity, getOverscanX, getShield, getSkinParam, getStereo, 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
-
Methods inherited from interface net.sourceforge.plantuml.klimt.shape.TextBlock
getInnerPosition, getMinMax
-
-
-
-
Field Detail
-
entityPosition
public final EntityPosition entityPosition
-
parent
protected final Cluster parent
-
bibliotekon
protected final Bibliotekon bibliotekon
-
rankdir
protected final Rankdir rankdir
-
-
Method Detail
-
getSignature
protected abstract StyleSignatureBasic getSignature()
-
getStyle
protected final Style getStyle()
-
getDesc
protected final TextBlock getDesc()
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
-
getShapeType
public ShapeType getShapeType()
-
-