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
 java.awt.Color foreground
           
 java.awt.font.TextLayout layout
           
 double leading
           
 double maxAscent
           
 double maxDescent
           
 java.lang.Boolean underline
           
 
Constructor Summary
protected PStyledText.LineInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

layout

public java.awt.font.TextLayout layout

foreground

public java.awt.Color foreground

underline

public java.lang.Boolean underline

maxAscent

public double maxAscent

maxDescent

public double maxDescent

leading

public double leading
Constructor Detail

PStyledText.LineInfo

protected PStyledText.LineInfo()


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