|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A context providing information for rendering sequences into circular coordinate systems.
Note: All angles are measured in radians, using the normal Java graphics concepts of angles.
| Method Summary | |
double |
getAngle(int indx)
Return the angle for an index into a sequence. |
FeatureHolder |
getFeatures()
The features to render. |
int |
getIndex(double angle)
Calculate the position in the sequence relating to the angle. |
double |
getOffset()
Get the angle through which the origin of the sequence is rotated through. |
double |
getRadius()
Get the current radius at which data should be rendered. |
SymbolList |
getSymbols()
The SymbolList that is currently rendered by this context. |
| Method Detail |
public double getOffset()
This is equivalent to adding the offset to all calculated angles.
public double getAngle(int indx)
indx - the sequence offset
public int getIndex(double angle)
angle - the angle arround the circle
public double getRadius()
public SymbolList getSymbols()
public FeatureHolder getFeatures()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||