- java.lang.Object
-
- com.github.weisj.jsvg.nodes.text.TextMetrics
-
public final class TextMetrics extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private intcontrollableLetterSpacingCountprivate doublefixedGlyphLengthprivate intglyphCountprivate doubleglyphLengthprivate doubleletterSpacingLength
-
Constructor Summary
Constructors Constructor Description TextMetrics(double letterSpacingLength, double visibleCodepointLength, int glyphCount, double fixedGlyphLength, int controllableLetterSpacingCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcontrollableLetterSpacingCount()doublefixedGlyphLength()intglyphCount()doubleglyphLength()doubleletterSpacingLength()java.lang.StringtoString()doubletotalAdjustableLength()
-
-
-
Method Detail
-
letterSpacingLength
public double letterSpacingLength()
-
glyphLength
public double glyphLength()
-
fixedGlyphLength
public double fixedGlyphLength()
-
totalAdjustableLength
public double totalAdjustableLength()
-
glyphCount
public int glyphCount()
-
controllableLetterSpacingCount
public int controllableLetterSpacingCount()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-