org.tm4j.panckoucke.impl.renderer.graph .Point1Dim

Description

This represents a point in an x Coordinate System

Inheritance Hierarchy

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