org.tm4j.panckoucke.impl.renderer.graph .Point2Dim

Description

This represents a point in an xy Coordinate System

Inheritance Hierarchy

Method Summary
void equals(java.lang.Object object)
void getX()
Returns the x Coordinate.
void getY()
Returns the y Coordinate.
void move(double xIncrement,double yIncrement)
Moves this point by adding this to its coordinates
void setX(double x)
Sets the x Coordinate.
void setY(double y)
Sets the y Coordinate.
java.lang.String toString()