Uses of Class
com.quinncurtis.chart2djava.ChartLabel

Packages that use ChartLabel
com.quinncurtis.chart2djava   
com.quinncurtis.spcchartjava   
 

Uses of ChartLabel in com.quinncurtis.chart2djava
 

Subclasses of ChartLabel in com.quinncurtis.chart2djava
 class BarDatapointValue
          The BarDatapointValue class is used by the plotting routines to display numeric values on top of or inside bars in simple and group bar plots.
 class NumericLabel
          The NumericLabel class is used to format floating point numbers as strings and position in a chart.
 class StringLabel
          The StringLabel class is used to format strings and position them in a chart.
 class TimeLabel
          The TimeLabel class is used to format GregorianCalendar objects as strings and position in a chart.
 

Methods in com.quinncurtis.chart2djava that return ChartLabel
 ChartLabel TimeAxisLabels.getCompatibleLabel()
          Returns an ChartLabel object compatible with the current TimeAxisLabels axis object.
 ChartLabel StringAxisLabels.getCompatibleLabel()
          This method returns an ChartLabel object that is can be used to label the tick marks of this StringAxisLabels object.
 ChartLabel NumericAxisLabels.getCompatibleLabel()
          This method returns an ChartLabel object that is can be used to label the tick marks of this NumericAxisLabels object.
abstract  ChartLabel AxisLabels.getCompatibleLabel()
          The abstract getCompatibleLabel method needs to be implemented in any subclasses of this class.
 ChartLabel DataToolTip.getXValueTemplate()
          Returns a reference to the tootip x-value template.
 ChartLabel DataToolTip.getYValueTemplate()
          Returns a reference to the tootip y-value template.
 

Methods in com.quinncurtis.chart2djava that return types with arguments of type ChartLabel
static java.util.Vector<ChartLabel> ChartLabel.TypeSafeVectorCopy(java.util.Vector<ChartLabel> source)
           Returns an object that is a typesafe copy of the source Vector object.
 

Methods in com.quinncurtis.chart2djava with parameters of type ChartLabel
 void ChartLabel.copy(ChartLabel source)
          Copies the source label object.
 void AxisLabels.outAxisLabel(java.awt.Graphics2D g2, ChartLabel textobj, TickMark ticmark)
          Outputs a text object at specific tick mark.
 void DataToolTip.setXValueTemplate(ChartLabel xvalue1template)
          Sets the tootip x-value template.
 void DataToolTip.setYValueTemplate(ChartLabel yvalue1template)
          Sets the tootip y-value template.
 

Method parameters in com.quinncurtis.chart2djava with type arguments of type ChartLabel
static java.util.Vector<ChartLabel> ChartLabel.TypeSafeVectorCopy(java.util.Vector<ChartLabel> source)
           Returns an object that is a typesafe copy of the source Vector object.
 

Uses of ChartLabel in com.quinncurtis.spcchartjava
 

Subclasses of ChartLabel in com.quinncurtis.spcchartjava
 class NotesLabel
          The NotesLabel class is used to manage the long and short versions of the notes strings used in the table display.
 

Methods in com.quinncurtis.spcchartjava that return ChartLabel
 ChartLabel SPCGeneralizedTableDisplay.getChartLabel(int item)
          Get a specific ChartLabel object in the chartLabelArray array list.
 

Methods in com.quinncurtis.spcchartjava that return types with arguments of type ChartLabel
 java.util.Vector<ChartLabel> AlarmStatusToolTip.getAlarmList()
          Get list of NotesLabel objects to check.
 

Methods in com.quinncurtis.spcchartjava with parameters of type ChartLabel
 int AlarmStatusToolTip.addAlarmStatusObject(ChartLabel notes)
          Adds a NotesLabel object to the array list.