All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.chart.PlotPoint

java.lang.Object
   |
   +----jclass.chart.PlotPoint

public class PlotPoint
extends Object
Data structure internal to JCChart. Used to represent the pixel values and related information of a data point.


Variable Index

 o px
X pixel value
 o py
Y pixel value

Constructor Index

 o PlotPoint()

Variables

 o px
 public int px
X pixel value

 o py
 public int py
Y pixel value

Constructors

 o PlotPoint
 public PlotPoint()

All Packages  Class Hierarchy  This Package  Previous  Next  Index