Package net.sourceforge.plantuml.svek
Class EntityImageProtected
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.svek.EntityImageProtected
- All Implemented Interfaces:
TextBlock,UDrawable,Hideable,IEntityImage,TextBlockBackcolored,Untranslated,UShape
-
Field Summary
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE -
Constructor Summary
ConstructorsConstructorDescriptionEntityImageProtected(IEntityImage orig, double border, Neighborhood neighborhood, Bibliotekon bibliotekon) -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension(StringBounder stringBounder) voidvoiddrawUntranslated(UGraphic ug, double minX, double minY) getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy) doublegetOverscanX(StringBounder stringBounder) getShield(StringBounder stringBounder) booleanisHidden()Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getMinMax
-
Constructor Details
-
EntityImageProtected
public EntityImageProtected(IEntityImage orig, double border, Neighborhood neighborhood, Bibliotekon bibliotekon)
-
-
Method Details
-
getInnerPosition
public Rectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy) - Specified by:
getInnerPositionin interfaceTextBlock- Overrides:
getInnerPositionin classAbstractTextBlock
-
isHidden
public boolean isHidden() -
getBackcolor
- Specified by:
getBackcolorin interfaceTextBlockBackcolored
-
calculateDimension
- Specified by:
calculateDimensionin interfaceTextBlock
-
drawU
-
drawUntranslated
- Specified by:
drawUntranslatedin interfaceUntranslated
-
getShapeType
- Specified by:
getShapeTypein interfaceIEntityImage
-
getShield
- Specified by:
getShieldin interfaceIEntityImage
-
getOverscanX
- Specified by:
getOverscanXin interfaceIEntityImage
-