|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcckit.plot.Symbol
public class Symbol
Immutable class holding the graphical represention of the symbol and
two Hints.
| Constructor Summary | |
|---|---|
Symbol(GraphicalElement symbol,
Hint hintForNextPoint,
Hint hintForNextCurve)
Creates an instance for the specified symbol and hints. |
|
| Method Summary | |
|---|---|
Hint |
getHintForNextCurve()
Returns the hint for the next curve. |
Hint |
getHintForNextPoint()
Returns the hint for the next point. |
GraphicalElement |
getSymbol()
Returns the graphical symbol. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Symbol(GraphicalElement symbol,
Hint hintForNextPoint,
Hint hintForNextCurve)
| Method Detail |
|---|
public GraphicalElement getSymbol()
public Hint getHintForNextPoint()
public Hint getHintForNextCurve()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||