-
sliderPanel
JKeyValuePanel sliderPanel
The panel which contains the radius scale slider
-
chartComponent
plugins.view.BubbleChartView.ChartComponent chartComponent
the component in which the bubbles will be drawn
-
MIN_X
double MIN_X
The minimum and maximum x-coordinate values in the data
-
MAX_X
double MAX_X
The minimum and maximum x-coordinate values in the data
-
MIN_Y
double MIN_Y
The minimum and maximum y-coordinate values in the data
-
MAX_Y
double MAX_Y
The minimum and maximum y-coordinate values in the data
-
MIN_R
double MIN_R
The minimum and maximum radius values in the data
-
MAX_R
double MAX_R
The minimum and maximum radius values in the data
-
radiusScale
double radiusScale
Radius scale modifier, this value will change with the slider's movement
-
xCoordinates
java.util.Map<K,V> xCoordinates
holds a reference to the data values that belong to each series
-
yCoordinates
java.util.Map<K,V> yCoordinates
holds a reference to the data values that belong to each series
-
radius
java.util.Map<K,V> radius
holds a reference to the data values that belong to each series
-
seriesList
java.util.List<E> seriesList
holds a reference to the series that conform the data passed into the view