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

The info for rendering and computing the bounds of a line.


Field Summary
 double leading
           
 double maxAscent
           
 double maxDescent
           
 java.util.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 java.util.List segments
Segments which make up this line's formatting segments.


maxAscent

public double maxAscent

maxDescent

public double maxDescent

leading

public double leading
Constructor Detail

PStyledText.LineInfo

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



Copyright © 1995-2009 Piccolo2D. All Rights Reserved.