Package net.sourceforge.plantuml.svek
Interface Untranslated
-
- All Superinterfaces:
Hideable
,IEntityImage
,TextBlock
,TextBlockBackcolored
,UDrawable
,UShape
- All Known Implementing Classes:
EntityImageProtected
public interface Untranslated extends IEntityImage
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
drawUntranslated(UGraphic ug, double minX, double minY)
-
Methods inherited from interface net.sourceforge.plantuml.svek.IEntityImage
getOverscanX, getShapeType, getShield
-
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
calculateDimension, getInnerPosition, getMinMax
-
Methods inherited from interface net.sourceforge.plantuml.svek.TextBlockBackcolored
getBackcolor
-
-
-
-
Method Detail
-
drawUntranslated
void drawUntranslated(UGraphic ug, double minX, double minY)
-
-