edu.umd.cs.piccolox.nodes
Class PStyledText.LineInfo

java.lang.Object
  extended by 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.


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

segments

public List segments
Segments which make up this line's formatting segments.


maxAscent

public double maxAscent
Maximum of the line segments' ascents.


maxDescent

public double maxDescent
Maximum of the line segments' descents.


leading

public double leading
Leading space at front of line segment.

Constructor Detail

PStyledText.LineInfo

public PStyledText.LineInfo()
Creates a LineInfo that contains no segments.



Copyright © 1995-2010 Piccolo2D. All Rights Reserved.