org.tm4j.panckoucke.impl.renderer.graph .RadialPosition

Description

This represents a position in an angel, radius system

Inheritance Hierarchy

Method Summary
void equals(java.lang.Object object)
void getAngle()
Getter method for the angle of this Position
void getRadius()
Getter method for the radius of this Position
void setAngle(double angle)
Sets the angle of the position
void setRadius(double radius)
Sets the radius of the position
java.lang.String toString()