Uses of Class
com.quinncurtis.chart2djava.NumericLabel

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

Uses of NumericLabel in com.quinncurtis.chart2djava
 

Subclasses of NumericLabel 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.
 

Methods in com.quinncurtis.chart2djava that return NumericLabel
 NumericLabel ChartPlot.getPlotLabelTemplate()
          Returns the plot objects data point template.
 

Methods in com.quinncurtis.chart2djava with parameters of type NumericLabel
 void NumericLabel.copy(NumericLabel source)
          Copies the source NumericLabel object.
 void NumericAxisLabels.FormatAxisLabel(NumericLabel textobj, TickMark ticmark)
          This method formats the text object used to display a numeric label at specific tick mark.
 void BarDatapointValue.initBarDatapointValue(NumericLabel numlabel, ChartPlot plotobj, ChartPoint2D datapointloc, ChartRectangle2D barrect)
          This method initializes the BarDatapointValue object.
 void ChartPlot.setPlotLabelTemplate(NumericLabel numlabel)
          Sets the plot objects data point template.
 

Constructors in com.quinncurtis.chart2djava with parameters of type NumericLabel
BarDatapointValue(NumericLabel numlabel, ChartPlot plotobj, ChartPoint2D datapointloc, ChartRectangle2D barrect)
          This constructor creates a new BarDatapointValue object of a specified type, and scales it to match the specified minimum and maximum values.
 

Uses of NumericLabel in com.quinncurtis.spcchartjava
 

Methods in com.quinncurtis.spcchartjava that return NumericLabel
 NumericLabel SPCGeneralizedTableDisplay.addCalculatedItem(double numericvalue)
          Add a calculated numeric item to the table, using the numericColumnSpacing spacing increment.
 NumericLabel SPCGeneralizedTableDisplay.addCalculatedItem(double numericvalue, double spacing)
          Add a calculated numeric item to the table, using the specified column spacing increment.
 NumericLabel SPCGeneralizedTableDisplay.addCalculatedItem(double numericvalue, int decs)
          Add a calculated numeric item to the table, using the numericColumnSpacing spacing increment and decimal precision.
 NumericLabel SPCGeneralizedTableDisplay.addCalculatedItem(NumericLabel numericlabel, double spacing)
          Add a calculated numeric item to the table, using the specified column spacing increment.
 NumericLabel SPCGeneralizedTableDisplay.addNumericItem(double numericvalue)
          Add a numeric item to the table, using the numericColumnSpacing spacing increment.
 NumericLabel SPCGeneralizedTableDisplay.addNumericItem(double numericvalue, double spacing)
          Add a numeric item to the table, using the specified column spacing increment.
 NumericLabel SPCGeneralizedTableDisplay.addNumericItem(double numericvalue, double spacing, int xjust)
          Add a numeric item to the table, using the specified column spacing increment and justification.
 NumericLabel SPCGeneralizedTableDisplay.addNumericItem(double numericvalue, double spacing, int xjust, int decs)
          Add a numeric item to the table, using the specified column spacing increment,justification and decimal precision.
 NumericLabel SPCGeneralizedTableDisplay.addNumericItem(double numericvalue, int decs)
          Add a numeric item to the table, using the numericColumnSpacing spacing increment and decimal precision.
 NumericLabel SPCGeneralizedTableDisplay.addNumericItem(NumericLabel numericlabel, double spacing)
          Add a numeric item to the table, using the specified column spacing increment.
 NumericLabel SPCGeneralizedTableDisplay.addProcessCapabilityItem(double numericvalue, int decs)
          Add a process capability numeric item to the table, using the numericColumnSpacing spacing increment and decimal precision.
 NumericLabel SPCGeneralizedTableDisplay.addProcessCapabilityItem(NumericLabel numericlabel, double spacing)
          Add a process capability numeric item to the table, using the numericColumnSpacing spacing increment and decimal precision.
 NumericLabel ParetoChart.getBarDataValue()
          Get the default numeric label template used to label the values of bar plot of the frequency histogram part of the chart.
 NumericLabel FrequencyHistogramChart.getBarDataValue()
          Get the numeric label template object used to place numeric values on the bars.
 NumericLabel SPCGeneralizedTableDisplay.getCalculatedItemTemplate()
          Get the CalculatedItemTemplate object used as a template for displaying calculated numeric values in the table.
 NumericLabel ParetoChart.getLineMarkerPlotDataValue()
          Get the default numeric template object used to label the line marker plot of the cumualtive frequency part of the chart.
 NumericLabel SPCGeneralizedTableDisplay.getSampleItemTemplate()
          Get the SampleItemTemplate object used as a template for displaying numeric values in the table.
 NumericLabel SPCChartObjects.getXValueTemplate()
          Get the x-value template for the data tooltip.
 NumericLabel ProbabilityChart.getXValueTemplate()
          Get the default x-value object template for the data tooltip.
 NumericLabel SPCChartObjects.getYValueTemplate()
          Get the y-value template for the data tooltip.
 NumericLabel ProbabilityChart.getYValueTemplate()
          Get the default y-value object template for the data tooltip.
 

Methods in com.quinncurtis.spcchartjava with parameters of type NumericLabel
 NumericLabel SPCGeneralizedTableDisplay.addCalculatedItem(NumericLabel numericlabel, double spacing)
          Add a calculated numeric item to the table, using the specified column spacing increment.
 NumericLabel SPCGeneralizedTableDisplay.addNumericItem(NumericLabel numericlabel, double spacing)
          Add a numeric item to the table, using the specified column spacing increment.
 NumericLabel SPCGeneralizedTableDisplay.addProcessCapabilityItem(NumericLabel numericlabel, double spacing)
          Add a process capability numeric item to the table, using the numericColumnSpacing spacing increment and decimal precision.
 void SPCChartObjects.getXValueTemplate(NumericLabel value)
          Get the x-value template for the data tooltip.
 void SPCGeneralizedTableDisplay.setCalculatedItemTemplate(NumericLabel value)
          Set the CalculatedItemTemplate object used as a template for displaying calculated numeric values in the table.
 void SPCGeneralizedTableDisplay.setSampleItemTemplate(NumericLabel value)
          Set the SampleItemTemplate object used as a template for displaying numeric values in the table.
 void SPCChartObjects.setYValueTemplate(NumericLabel value)
          Set the y-value template for the data tooltip.