Uses of Class
graph.RTextLine

Packages that use RTextLine
graph   
 

Uses of RTextLine in graph
 

Fields in graph declared as RTextLine
protected  RTextLine Axis.title
          Textline class to contain the title of the axis.
protected  RTextLine Axis.label
          Textline class to hold the labels before printing.
protected  RTextLine Axis.exponent
          Textline class to hold the label's exponent (if it has one).
 

Methods in graph with parameters of type RTextLine
 void RTextLine.copyState(RTextLine t)
          Copy the state of the parsed Textline into the existing object.