protected static class PStyledText.LineInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
PStyledText.LineInfo()
Creates a LineInfo that contains no segments.
|
public List segments
public double maxAscent
public double maxDescent
public double leading
Copyright © 1995-2012 Piccolo2D. All Rights Reserved.