A B C D E F G H I J K L M N O P R S T U V W X Y Z

B

Background - Class in com.quinncurtis.chart2djava
The Background manages and displays the background of the graph area and the plotting area of the chart.
Background() - Constructor for class com.quinncurtis.chart2djava.Background
The default Background constructor.
Background(PhysicalCoordinates, int, Color) - Constructor for class com.quinncurtis.chart2djava.Background
This constructor creates a simple Background object that uses the specified chart scale, background type and color.
Background(PhysicalCoordinates, int, GradientPaint) - Constructor for class com.quinncurtis.chart2djava.Background
This constructor creates an Background object that uses the specified chart scale, background type and gradient.
Background(PhysicalCoordinates, int, TexturePaint) - Constructor for class com.quinncurtis.chart2djava.Background
This constructor creates an Background object that uses the specified chart scale, background type and texture.
Background(PhysicalCoordinates, int, Color, Color, int) - Constructor for class com.quinncurtis.chart2djava.Background
This constructor creates an Background object that uses the specified chart scale, background type and gradient.
Background(PhysicalCoordinates, int, Color, Color, double, int) - Constructor for class com.quinncurtis.chart2djava.Background
This constructor creates an Background object that uses the specified chart scale, background type and gradient.
BACKGROUND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Chart background object (Background)
BACKGROUND_ELLIPSE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Ellipse background, used mostly by meters
BACKGROUND_RECTANGLE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Basic sharp cornered rectangle background
BACKGROUND_ROUNDEDRECTANGLE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Rounded rectangle background
BarDatapointValue - Class in com.quinncurtis.chart2djava
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.
BarDatapointValue() - Constructor for class com.quinncurtis.chart2djava.BarDatapointValue
The default BarDatapointValue constructor.
BarDatapointValue(NumericLabel, ChartPlot, ChartPoint2D, ChartRectangle2D) - Constructor for class com.quinncurtis.chart2djava.BarDatapointValue
This constructor creates a new BarDatapointValue object of a specified type, and scales it to match the specified minimum and maximum values.
BARDATAPOINTVALUE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart bar data point value object (BarDatapointValue)
BARPLOT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Bar plot type (SimpleBarPlot)
BEIGE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
BELOW_CENTERED_PLOTAREA - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT Panel Meter position constant: Position bottom center above plot area.
BELOW_REFERENCED_TEXT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT meter indicator text position constant: Position meter text below the previous text item.
bGoodValue(double) - Static method in class com.quinncurtis.chart2djava.ChartSupport
Returns true if a value does not equal the designated bad data value.
bGoodValue(double, double) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns true if either the x or y value of a coordinate is equal to the designate bad value number, rBadDataValue.
bGoodValue(ChartPoint2D) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns true if either the x or y value of a coordinate is equal to the designate bad value number, rBadDataValue.
bGoodValue(double, double, double, double) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns true if the end points of a line segment have coordinate values equal to the designate bad value number, rBadDataValue.
bGoodValue(double, double, double) - Static method in class com.quinncurtis.chart2djava.ChartSupport
This method returns true if either the x, y or z value of a coordinate is equal to the designate bad value number, rBadDataValue.
BISQUE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
BLACK - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
BLANCHEDALMOND - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
BLUE - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
BLUEVIOLET - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
BoolArray - Class in com.quinncurtis.chart2djava
The BoolArray is an improved version of the standard Array type because it allows automatic and dynamic resizing of the array.
BoolArray() - Constructor for class com.quinncurtis.chart2djava.BoolArray
Default constructor.
BoolArray(int) - Constructor for class com.quinncurtis.chart2djava.BoolArray
Constructor creates an array of Length n, initialized to zero.
BoolArray(boolean[], int) - Constructor for class com.quinncurtis.chart2djava.BoolArray
Constructor initializes the array using the specified data values.
BoolArray(boolean[]) - Constructor for class com.quinncurtis.chart2djava.BoolArray
Constructor initializes the array using the specified data values.
BOTH_AXES - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies both x- and y-axes or coordinates
BOTTOM_BORDER - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Specifies the bottom border
BOTTOM_SIDE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A RT 3D frame side constant: Bottom side.
BROWN - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
BUBBLELEGEND - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart bubble legend object
BubblePlot - Class in com.quinncurtis.chart2djava
The BubblePlot class extends the GroupPlot class and displays bubble plots.
BubblePlot() - Constructor for class com.quinncurtis.chart2djava.BubblePlot
The default BubblePlot constructor.
BubblePlot(PhysicalCoordinates) - Constructor for class com.quinncurtis.chart2djava.BubblePlot
This constructor creates a new BubblePlot object that will reside in the specified coordinate system.
BubblePlot(PhysicalCoordinates, GroupDataset, int, ChartAttribute) - Constructor for class com.quinncurtis.chart2djava.BubblePlot
This constructor creates a new BubblePlot object that will reside in the specified coordinate system.
BUBBLEPLOT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Bubble plot type (BubblePlot)
BubblePlotLegend - Class in com.quinncurtis.chart2djava
The BubblePlotLegend class manages a collection BubblePlotLegendItem objects that represent legend items.
BubblePlotLegend() - Constructor for class com.quinncurtis.chart2djava.BubblePlotLegend
The default BubblePlotLegend constructor.
BubblePlotLegend(BubblePlot, double, double, double, double, ChartAttribute) - Constructor for class com.quinncurtis.chart2djava.BubblePlotLegend
This BubblePlotLegend constructor initializes the position, size, color attributes, and layout1 mode of the legend.
BubblePlotLegend(BubblePlot, double, double, ChartAttribute) - Constructor for class com.quinncurtis.chart2djava.BubblePlotLegend
This BubblePlotLegend constructor initializes the position, size, color attributes, and layout1 mode of the legend.
BubblePlotLegendItem - Class in com.quinncurtis.chart2djava
The BubblePlotLegendItem class contains the text and symbol used in displaying a single element of a chart legend.
BubblePlotLegendItem() - Constructor for class com.quinncurtis.chart2djava.BubblePlotLegendItem
The default BubblePlotLegendItem constructor.
BubblePlotLegendItem(ChartText, double, GraphObj) - Constructor for class com.quinncurtis.chart2djava.BubblePlotLegendItem
This BubblePlotLegendItem constructor creates a new object based on the source ChartText object, and the source nsymbol value.
BubblePlotLegendItem(PhysicalCoordinates, String, double, ChartAttribute, Font) - Constructor for class com.quinncurtis.chart2djava.BubblePlotLegendItem
This BubblePlotLegendItem constructor creates a new object based on the source chart scale, a text string, a symbol value, an ChartAttribute object, and an explicit font.
BubblePlotLegendItem(PhysicalCoordinates, String, double, BubblePlot, Font) - Constructor for class com.quinncurtis.chart2djava.BubblePlotLegendItem
This BubblePlotLegendItem constructor creates a new object based on the source chart scale, a text string, a symbol value, an GraphObj object, and an explicit font.
BUBLELEGENDITEM - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart buble legend legend item
BUFFERED_IMAGE_RENDERING - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Graphics context is a buffered image context.
BUFFEREDIMAGE - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
A chart buffered image
buildChart() - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Builds the histogram using the base objects ChartView.
buildChart(ChartView) - Method in class com.quinncurtis.spcchartjava.FrequencyHistogramChart
Builds the histogram using the passed in ChartView object.
buildChart() - Method in class com.quinncurtis.spcchartjava.ParetoChart
Builds the Pareto chart using the base objects ChartView.
buildChart(ChartView) - Method in class com.quinncurtis.spcchartjava.ParetoChart
Builds the Pareto chart using the passed in ChartView object.
buildChart() - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Builds the probability chart using the base objects ChartView.
buildChart(ChartView) - Method in class com.quinncurtis.spcchartjava.ProbabilityChart
Builds the probability chart using the passed in ChartView object.
BURLYWOOD - Static variable in class com.quinncurtis.chart2djava.ChartColors
 
BUSINESSFORMAT - Static variable in interface com.quinncurtis.chart2djava.ChartConstants
Business (1.23K) numeric format

A B C D E F G H I J K L M N O P R S T U V W X Y Z