Package net.sourceforge.plantuml.svek
Class EntityImageProtected
java.lang.Object
net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
net.sourceforge.plantuml.svek.EntityImageProtected
- All Implemented Interfaces:
Hideable
,TextBlock
,UDrawable
,UShape
,IEntityImage
,Untranslated
,WithPorts
public class EntityImageProtected
extends AbstractTextBlock
implements IEntityImage, Untranslated, WithPorts
-
Field Summary
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
-
Constructor Summary
ConstructorDescriptionEntityImageProtected
(IEntityImage orig, double border, Neighborhood neighborhood, Bibliotekon bibliotekon) -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension
(StringBounder stringBounder) void
void
drawUntranslated
(UGraphic ug, double minX, double minY) getInnerPosition
(String member, StringBounder stringBounder, InnerStrategy strategy) double
getOverscanX
(StringBounder stringBounder) getPorts
(StringBounder stringBounder) getShield
(StringBounder stringBounder) boolean
isHidden()
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
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
-
Constructor Details
-
EntityImageProtected
public EntityImageProtected(IEntityImage orig, double border, Neighborhood neighborhood, Bibliotekon bibliotekon)
-
-
Method Details
-
getInnerPosition
public XRectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy) - Specified by:
getInnerPosition
in interfaceTextBlock
- Overrides:
getInnerPosition
in classAbstractTextBlock
-
isHidden
public boolean isHidden() -
getBackcolor
- Specified by:
getBackcolor
in interfaceTextBlock
- Overrides:
getBackcolor
in classAbstractTextBlock
-
calculateDimension
- Specified by:
calculateDimension
in interfaceTextBlock
-
drawU
-
drawUntranslated
- Specified by:
drawUntranslated
in interfaceUntranslated
-
getShapeType
- Specified by:
getShapeType
in interfaceIEntityImage
-
getShield
- Specified by:
getShield
in interfaceIEntityImage
-
getOverscanX
- Specified by:
getOverscanX
in interfaceIEntityImage
-
getPorts
-