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

java.lang.Object
  extended byedu.umd.cs.piccolox.nodes.PStyledText.LineInfo
Enclosing class:
PStyledText

protected static class PStyledText.LineInfo
extends java.lang.Object

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


Field Summary
 double leading
           
 double maxAscent
           
 double maxDescent
           
 java.util.List segments
           
 
Constructor Summary
PStyledText.LineInfo()
           
 
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

maxAscent

public double maxAscent

maxDescent

public double maxDescent

leading

public double leading
Constructor Detail

PStyledText.LineInfo

public PStyledText.LineInfo()


Copyright © 2005 by University of Maryland, College Park, MD 20742, USA All rights reserved.