|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BubblePlot | |
---|---|
com.quinncurtis.chart2djava |
Uses of BubblePlot in com.quinncurtis.chart2djava |
---|
Methods in com.quinncurtis.chart2djava with parameters of type BubblePlot | |
---|---|
int |
BubblePlotLegend.addLegendItem(java.lang.String stext,
double rsize,
BubblePlot chartobj,
java.awt.Font thefont)
Add a legend item to the current legend, specifying the legend item text, symbol, the associated GraphObj object, and font. |
void |
BubblePlot.copy(BubblePlot source)
Copies the source bubble plot object. |
Constructors in com.quinncurtis.chart2djava with parameters of type BubblePlot | |
---|---|
BubblePlotLegend(BubblePlot plot,
double rx,
double ry,
ChartAttribute attrib)
This BubblePlotLegend constructor initializes the position, size, color attributes, and layout1 mode of the legend. |
|
BubblePlotLegend(BubblePlot plot,
double rx,
double ry,
double rwidth,
double rheight,
ChartAttribute attrib)
This BubblePlotLegend constructor initializes the position, size, color attributes, and layout1 mode of the legend. |
|
BubblePlotLegendItem(PhysicalCoordinates transform,
java.lang.String stext,
double rsize,
BubblePlot chartobj,
java.awt.Font thefont)
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |