Package jcckit.graphic
Class GraphPoint
- java.lang.Object
-
- jcckit.util.Point
-
- jcckit.graphic.GraphPoint
-
public class GraphPoint extends Point
Immutable class of a two-dimensional point in the device-independent coordinate system.- Author:
- Franz-Josef Elmer
-
-
Constructor Summary
Constructors Constructor Description GraphPoint(double[] vector)
Creates an instance for the specified vector.GraphPoint(double x, double y)
Creates an instance for the specified coordinates.
-