|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AxisScale | A scale to go along an axis of a graph, i.e. x or y axes. |
ClickablePointPlot.ClickListener | This is an interface for things that are interested in knowing when the graph is clicked. |
Graph2D.ClickListener | This is an interface for things that are interested in knowing when the graph is clicked. |
Graphable2D | Something that can be graphed in the middle of a Graph2D component. |
Graphable3D | Something that can be graphed in the middle of a Graph3D component. |
Legend | A legend for a Graphable2D (or Graphable3D) piece of data. |
PointType | A point plotted on a PointPlot, for example. |
Class Summary | |
---|---|
BarPlot | A component that displays a bar graph. |
CirclePoint | A point type that paints circles. |
ClickablePointPlot | A component that acts like it's displaying points, but only circles the one that's been clicked on. |
ColorScaleLegend | A legend for graphs, showing a bar indicating which ColorScale colors correspond to which numeric values. |
DotPoint | A point type that paints dots. |
Graph2D | A component that displays a 2D graph, similar to gnuplot. |
PointColorPlot | A graph that displays a point plot (a 2D graph of a bunch of points), with the 3rd axis in color. |
PointLegend | A legend for points, showing a the point next to a label. |
PointPlot | A component that displays a point plot (a 2D graph of a bunch of points). |
UnfilledCirclePoint | A point type that paints circles. |
XAxisScale | A scale to go along the x axis of a graph. |
YAxisScale | A scale to go along the y axis of a graph. |
These classes perform utility functions related to 2D and 3D graphics.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |