Uses of Class
graph.TextLine

Packages that use TextLine
graph   
 

Uses of TextLine in graph
 

Subclasses of TextLine in graph
 class RTextLine
          This class is an extension of the TextLine Class that allows text to be rotated.
 

Fields in graph declared as TextLine
 TextLine Graph2D.lastText
          Text to be painted Last onto the Graph Canvas.
protected  TextLine DataSet.legend_text
          The legend text
 

Methods in graph that return TextLine
 TextLine TextLine.copyState()
          Create a New Textline object copying the state of the existing object into the new one.
 

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