|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.piccolox.nodes.PStyledText.LineInfo
protected static class PStyledText.LineInfo
The info for rendering and computing the bounds of a line.
Field Summary | |
---|---|
double |
leading
Leading space at front of line segment. |
double |
maxAscent
Maximum of the line segments' ascents. |
double |
maxDescent
Maximum of the line segments' descents. |
List |
segments
Segments which make up this line's formatting segments. |
Constructor Summary | |
---|---|
PStyledText.LineInfo()
Creates a LineInfo that contains no segments. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public List segments
public double maxAscent
public double maxDescent
public double leading
Constructor Detail |
---|
public PStyledText.LineInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |