org.apache.velocity.tools.generic
Class DisplayTool.Measurements
java.lang.Object
org.apache.velocity.tools.generic.DisplayTool.Measurements
- Enclosing class:
- DisplayTool
public static class DisplayTool.Measurements
- extends Object
Measures the dimensions of the string given to its constructor.
Height is the number of lines in the string.
Width is the number of characters in the longest line.
DisplayTool.Measurements
public DisplayTool.Measurements(String s)
getHeight
public int getHeight()
getWidth
public int getWidth()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.