Documentation of 'jcckit.graphic.GraphPoint' Java class
GraphPoint
jcckit.graphic

Class GraphPoint



  • public class GraphPoint
    extends Point
    Immutable class of a two-dimensional point in the device-independent coordinate system.
    • Constructor Summary

      Constructors 
      Constructor and Description
      GraphPoint(double[] vector)
      Creates an instance for the specified vector.
      GraphPoint(double x, double y)
      Creates an instance for the specified coordinates.
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphPoint

        public GraphPoint(double[] vector)
        Creates an instance for the specified vector. If vector is null or not long enough the default value 0 will be used instead.
      • GraphPoint

        public GraphPoint(double x,
                          double y)
        Creates an instance for the specified coordinates.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.