org.tm4j.panckoucke.impl.renderer.graph .Point1Dim
Description
This represents a point in an x Coordinate System
Inheritance Hierarchy
- java.lang.Object
- Point1Dim
Interfaces
| 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() |
Related Topics
Is Contained By
