Uses of Class
graphics.grapher.TextLine

Packages that use TextLine
graphics.grapher   
 

Uses of TextLine in graphics.grapher
 

Fields in graphics.grapher declared as TextLine
 TextLine Axis.title
           
 

Methods in graphics.grapher that return TextLine
 TextLine TextLine.copyState()
          ************** * * Public Methods * ***************
 TextLine DoubleXYData.getxLabel()
           
 TextLine DoubleXYData.getXLabel()
           
 TextLine DoubleXYData.getyLabel()
           
 TextLine DoubleXYData.getYLabel()
           
 

Methods in graphics.grapher with parameters of type TextLine
 void TextLine.copyState(TextLine t)
           
 void Contour.setLabels(TextLine[] labels, int nl)
           
 void DoubleXYData.setxLabel(TextLine xLabel)
           
 void DoubleXYData.setyLabel(TextLine yLabel)