|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataPoint | |
---|---|
jcckit.plot | |
jcckit.transformation |
Uses of DataPoint in jcckit.plot |
---|
Methods in jcckit.plot that return DataPoint | |
---|---|
DataPoint |
Plot.transform(GraphPoint point)
Transforms a point from device-independent coordinates into data coordinates. |
Uses of DataPoint in jcckit.transformation |
---|
Methods in jcckit.transformation that return DataPoint | |
---|---|
DataPoint |
Transformation.transformToData(GraphPoint point)
Transforms a GraphPoint into a DataPoint . |
DataPoint |
CartesianTransformation.transformToData(GraphPoint point)
|
Methods in jcckit.transformation with parameters of type DataPoint | |
---|---|
GraphPoint |
Transformation.transformToGraph(DataPoint point)
Transforms a DataPoint into a GraphPoint . |
GraphPoint |
CartesianTransformation.transformToGraph(DataPoint point)
|
Constructors in jcckit.transformation with parameters of type DataPoint | |
---|---|
CartesianTransformation(boolean xLogScale,
boolean yLogScale,
DataPoint dataPoint1,
GraphPoint graphPoint1,
DataPoint dataPoint2,
GraphPoint graphPoint2)
Creates an instance from the specified reference points. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |