All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class grapher.TextState

java.lang.Object
   |
   +----grapher.TextState

class TextState
extends java.lang.Object

Variable Index

 o f
 o s
 o x
 o y

Constructor Index

 o TextState()

Method Index

 o copyAll()
 o copyState()
 o getAscent(Graphics)
 o getDescent(Graphics)
 o getHeight(Graphics)
 o getLeading(Graphics)
 o getWidth(Graphics)
 o isEmpty()
 o toString()

Variables

 o f
 java.awt.Font f
 o s
 java.lang.StringBuffer s
 o x
 int x
 o y
 int y

Constructors

 o TextState
 public TextState()

Methods

 o copyAll
 public grapher.TextState copyAll()
 o copyState
 public grapher.TextState copyState()
 o toString
 public java.lang.String toString()
Overrides:
toString in class java.lang.Object
 o isEmpty
 public boolean isEmpty()
 o getWidth
 public int getWidth(java.awt.Graphics g)
 o getHeight
 public int getHeight(java.awt.Graphics g)
 o getAscent
 public int getAscent(java.awt.Graphics g)
 o getDescent
 public int getDescent(java.awt.Graphics g)
 o getLeading
 public int getLeading(java.awt.Graphics g)

All Packages  Class Hierarchy  This Package  Previous  Next  Index