|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Graphable2D
Something that can be graphed in the middle of a Graph2D component. It needs to know about the data it contains.
Version 1.0, 4/20/99 - original version.
| Method Summary | |
|---|---|
Legend |
getLegend()
gets the legend, or none if n/a |
double |
maxX()
maximum x value that will be graphed. |
double |
maxY()
maximum y value that will be graphed. |
double |
minX()
minimum x value that will be graphed. |
double |
minY()
minimum y value that will be graphed. |
void |
paintGraph(java.awt.Graphics g,
java.awt.Rectangle r,
Graph2D gr)
draw the graph, in a given rectangle. |
| Method Detail |
|---|
double minX()
double maxX()
double minY()
double maxY()
Legend getLegend()
void paintGraph(java.awt.Graphics g,
java.awt.Rectangle r,
Graph2D gr)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||