edu.umd.cs.piccolox.nodes
Class PStyledText.LineInfo
java.lang.Object
edu.umd.cs.piccolox.nodes.PStyledText.LineInfo
- Enclosing class:
- PStyledText
protected static class PStyledText.LineInfo
- extends Object
The info for rendering and computing the bounds of a line.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
segments
public List segments
- Segments which make up this line's formatting segments.
maxAscent
public double maxAscent
maxDescent
public double maxDescent
leading
public double leading
PStyledText.LineInfo
public PStyledText.LineInfo()
- Creates a LineInfo that contains no segments.
Copyright © 1995-2011 Piccolo2D. All Rights Reserved.