Class EntityImageNote
java.lang.Object
net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
net.sourceforge.plantuml.svek.AbstractEntityImage
net.sourceforge.plantuml.svek.image.EntityImageNote
-
Field Summary
Fields inherited from interface net.sourceforge.plantuml.svek.IEntityImage
CORNER, MARGIN, MARGIN_LINE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension
(StringBounder stringBounder) final void
double
getEndingX
(StringBounder stringBounder, double y) final double
getPreferredHeight
(StringBounder stringBounder) final double
getPreferredWidth
(StringBounder stringBounder) protected final double
getPureTextWidth
(StringBounder stringBounder) double
getStartingX
(StringBounder stringBounder, double y) protected final TextBlock
protected final double
getTextHeight
(StringBounder stringBounder) final double
getTextWidth
(StringBounder stringBounder) void
setOpaleLine
(SvekEdge line, SvekNode node, SvekNode other) void
setOpaleLink
(Link link, SvekNode node, SvekNode other, Map<Link, SmetanaEdge> edges) Methods inherited from class net.sourceforge.plantuml.svek.AbstractEntityImage
getBackcolor, getEntity, getOverscanX, getShield, getSkinParam, getStereo, getStyleName, 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
-
Constructor Details
-
EntityImageNote
-
-
Method Details
-
getPreferredWidth
-
getPreferredHeight
-
getTextHeight
-
getTextBlock
-
getPureTextWidth
-
getTextWidth
-
calculateDimension
- Specified by:
calculateDimension
in interfaceTextBlock
-
drawU
-
getShapeType
- Specified by:
getShapeType
in interfaceIEntityImage
-
setOpaleLine
-
setOpaleLink
-
getStartingX
- Specified by:
getStartingX
in interfaceStencil
-
getEndingX
- Specified by:
getEndingX
in interfaceStencil
-