| java.lang.Object org.acm.seguin.uml.line.LabelSizeComputation
LabelSizeComputation | public class LabelSizeComputation (Code) | | Class responsible for computing the size of a label
author: Chris Seguin |
compute | public TextInfo compute(String text, Font font)(Code) | | Computes the size of a piece of text given a font
Parameters: text - the text Parameters: font - the font information about the size of the text |
computeHeight | public int computeHeight(String text, Font font)(Code) | | Computes the size of a piece of text given a font
Parameters: text - the text Parameters: font - the font information about the size of the text |
|
|