Class StringBounderDebug
java.lang.Object
net.sourceforge.plantuml.graphic.StringBounderRaw
net.sourceforge.plantuml.ugraphic.debug.StringBounderDebug
- All Implemented Interfaces:
StringBounder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Dimension2D
calculateDimensionInternal
(UFont font, java.lang.String text) double
getDescent
(UFont font, java.lang.String text) Methods inherited from class net.sourceforge.plantuml.graphic.StringBounderRaw
calculateDimension
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StringBounderDebug
public StringBounderDebug()
-
-
Method Details
-
calculateDimensionInternal
- Specified by:
calculateDimensionInternal
in classStringBounderRaw
-
getDescent
- Specified by:
getDescent
in interfaceStringBounder
- Overrides:
getDescent
in classStringBounderRaw
-