Package net.sourceforge.plantuml.svek
Class EntityImageDegenerated
- java.lang.Object
-
- net.sourceforge.plantuml.svek.EntityImageDegenerated
-
- All Implemented Interfaces:
TextBlock
,UDrawable
,Hideable
,IEntityImage
,TextBlockBackcolored
,UShape
public class EntityImageDegenerated extends Object implements IEntityImage
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
-
-
Constructor Summary
Constructors Constructor Description EntityImageDegenerated(IEntityImage orig, HColor backcolor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2D
calculateDimension(StringBounder stringBounder)
void
drawU(UGraphic ug)
HColor
getBackcolor()
XRectangle2D
getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
MinMax
getMinMax(StringBounder stringBounder)
double
getOverscanX(StringBounder stringBounder)
ShapeType
getShapeType()
Margins
getShield(StringBounder stringBounder)
boolean
isHidden()
-
-
-
Constructor Detail
-
EntityImageDegenerated
public EntityImageDegenerated(IEntityImage orig, HColor backcolor)
-
-
Method Detail
-
getBackcolor
public HColor getBackcolor()
- Specified by:
getBackcolor
in interfaceTextBlockBackcolored
-
calculateDimension
public XDimension2D calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimension
in interfaceTextBlock
-
getMinMax
public MinMax getMinMax(StringBounder stringBounder)
-
getInnerPosition
public XRectangle2D getInnerPosition(String member, StringBounder stringBounder, InnerStrategy strategy)
- Specified by:
getInnerPosition
in interfaceTextBlock
-
getShapeType
public ShapeType getShapeType()
- Specified by:
getShapeType
in interfaceIEntityImage
-
getShield
public Margins getShield(StringBounder stringBounder)
- Specified by:
getShield
in interfaceIEntityImage
-
getOverscanX
public double getOverscanX(StringBounder stringBounder)
- Specified by:
getOverscanX
in interfaceIEntityImage
-
-