All Packages Class Hierarchy This Package Previous Next Index
Class jclass.chart.BarPoint
java.lang.Object
|
+----jclass.chart.BarPoint
- public class BarPoint
- extends Object
Data structure internal to JCChart. Used to represent the
rectangle and polygon bounds for drawing and picking of bar
and stacking bar charts.
-
front
- Extents of the bar front (on the chart area)
-
side
- Points that make up the side of a 3D bar (on the chart area)
-
top
- Points that make up the top of a 3D bar (on the chart area)
-
x
- X data value
-
y
- Y data value
-
BarPoint()
-
x
public double x
- X data value
y
public double y
- Y data value
front
public Rectangle front
- Extents of the bar front (on the chart area)
top
public Point top[]
- Points that make up the top of a 3D bar (on the chart area)
side
public Point side[]
- Points that make up the side of a 3D bar (on the chart area)
BarPoint
public BarPoint()
All Packages Class Hierarchy This Package Previous Next Index