|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use GroupPoint2D | |
---|---|
com.quinncurtis.chart2djava |
Uses of GroupPoint2D in com.quinncurtis.chart2djava |
---|
Methods in com.quinncurtis.chart2djava with parameters of type GroupPoint2D | |
---|---|
int |
GroupDataset.addGroupDataPoints(GroupPoint2D xy)
This method adds a new xy point to a dataset, increasing its size by one. |
double |
GroupPoint2D.Distance(GroupPoint2D pt,
int groupindex)
Returns the distance from this GroupPoint2D to a specified GroupPoint2D . |
double |
GroupPoint2D.DistanceSq(GroupPoint2D pt,
int groupindex)
Returns the square of the distance between the specified point and the current point. |
int |
GroupDataset.insertGroupDataPoints(GroupPoint2D xyvalue,
int insertpoint)
Insert a data point at the specified location, increasing the size of the dataset by one. |
void |
GroupPoint2D.setLocation(GroupPoint2D p)
Sets the location of this GroupPoint2D to the specified coordinates. |
Constructors in com.quinncurtis.chart2djava with parameters of type GroupPoint2D | |
---|---|
GroupPoint2D(GroupPoint2D p)
Constructs and initializes a GroupPoint2D with the specified coordinates. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |