Java org.jfree.data.xy XYCoordinate fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.xy XYCoordinate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.xy XYCoordinate.

The text is from its open source code.

Constructor

XYCoordinate(double x, double y)
Creates a new coordinate for the point (x, y).

Method

booleanequals(Object obj)
Tests this coordinate for equality with an arbitrary object.
inthashCode()
Returns a hash code for this instance.