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

java.lang.Object
  extended by edu.umd.cs.piccolox.nodes.PStyledText.SegmentInfo
Enclosing class:
PStyledText

protected static class PStyledText.SegmentInfo
extends Object


Field Summary
 Color background
           
 Font font
           
 Color foreground
           
 TextLayout layout
           
 Boolean underline
           
 
Constructor Summary
PStyledText.SegmentInfo()
           
 
Method Summary
 void applyFont(Graphics2D g2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

layout

public TextLayout layout

font

public Font font

foreground

public Color foreground

background

public Color background

underline

public Boolean underline
Constructor Detail

PStyledText.SegmentInfo

public PStyledText.SegmentInfo()
Method Detail

applyFont

public void applyFont(Graphics2D g2)


Copyright © 1995-2011 Piccolo2D. All Rights Reserved.