Class StringBounderDebug
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.StringBounderRaw
-
- net.sourceforge.plantuml.ugraphic.debug.StringBounderDebug
-
- All Implemented Interfaces:
StringBounder
public class StringBounderDebug extends StringBounderRaw
-
-
Constructor Summary
Constructors Constructor Description StringBounderDebug()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Dimension2D
calculateDimensionInternal(UFont font, String text)
double
getDescent(UFont font, String text)
-
Methods inherited from class net.sourceforge.plantuml.graphic.StringBounderRaw
calculateDimension
-
-
-
-
Method Detail
-
calculateDimensionInternal
protected Dimension2D calculateDimensionInternal(UFont font, String text)
- Specified by:
calculateDimensionInternal
in classStringBounderRaw
-
getDescent
public double getDescent(UFont font, String text)
- Specified by:
getDescent
in interfaceStringBounder
- Overrides:
getDescent
in classStringBounderRaw
-
-