Uses of Class
com.quinncurtis.chart3djava.ChartText

Uses of ChartText in com.quinncurtis.chart3djava
 

Subclasses of ChartText in com.quinncurtis.chart3djava
 class AxisLabels
          The AxisLabels class is the base class for all axes label classes in the QCChart2D class library.
 class AxisTitle
          The AxisTitle class manages and displays an axis title.
 class BarDatapointValue
          Revisions 12/24/2005 changed drawBarDatapointValue
 class ChartLabel
          The ChartLabel is an abstract base class for chart label objects that are used to place formatted text in a chart.
 class ChartTitle
          The ChartTitle class creates a header, subheader and footer for a chart.
 class NumericAxisLabels
          The NumericAxisLabels class manages and displays the axis labels for linear and log axes.
 class NumericLabel
          The NumericLabel class is used to format floating point numbers as strings and position in a chart.
 class StringAxisLabels
          The LinearAxisLabels class manages and displays the axis labels for linear and log axes.
 class StringLabel
          The StringLabel class is used to format strings and position them in a chart.
 class TimeAxisLabels
          The LinearAxisLabels class manages and displays the axis labels for linear and log axes.
 class TimeLabel
          The TimeLabel class is used to format GregorianCalendar objects as strings and position in a chart.
 

Methods in com.quinncurtis.chart3djava that return ChartText
 ChartText Legend.getLegendGeneralText(int item)
          Returns an ChartText object representing a header, subhead, or footer to the current legend.
 ChartText LegendItem.getLegendItemText()
          Returns the ChartText object used by the legend item.
 ChartText BubblePlotLegendItem.getLegendItemText()
          Returns the ChartText object used by the legend item.
 ChartText DataToolTip.getTextTemplate()
          Returns a reference to the tootip text template.
 

Methods in com.quinncurtis.chart3djava with parameters of type ChartText
 void Legend.addLegendGeneralText(int ntextpos, ChartText textobj)
          Add a header, subhead, or footer to the current legend.
 void ChartText.copy(ChartText source)
          Copies the source text object.
 void LegendItem.setLegendItemText(ChartText text)
          Sets the ChartText object used by the legend item.
 void BubblePlotLegendItem.setLegendItemText(ChartText text)
          Sets the ChartText object used by the legend item.
 void DataToolTip.setTextTemplate(ChartText texttemplate)
          Sets the tootip text template.
 

Constructors in com.quinncurtis.chart3djava with parameters of type ChartText
BubblePlotLegendItem(ChartText textitem, double rsize, GraphObj chartobj)
          This BubblePlotLegendItem constructor creates a new object based on the source ChartText object, and the source nsymbol value.
LegendItem(ChartText textitem, GraphObj chartobj)
          an LegendItem constructor creates a new object based on the source ChartText object, and the source nsymbol value.
LegendItem(ChartText textitem, int nsymbol)
          The LegendItem constructor creates a new object based on the source ChartText object and the source nsymbol value.
LegendItem(ChartText textitem, int nsymbol, GraphObj chartobj)
          an LegendItem constructor creates a new object based on the source ChartText object, and the source nsymbol value.