Interface | Description |
---|---|
Palette |
Color palette generator.
|
Class | Description |
---|---|
Axis |
This class describes an axis of a coordinate system.
|
BarPlot |
A barplot draws bars with heights proportional to the value.
|
Base |
The coordinate base of PlotCanvas.
|
BoxPlot |
A boxplot is a convenient way of graphically depicting groups of numerical
data through their five-number summaries (the smallest observation
(sample minimum), lower quartile (Q1), median (Q2), upper quartile (Q3),
and largest observation (sample maximum).
|
Contour |
A contour plot is a graphical technique for representing a 3-dimensional
surface by plotting constant z slices, called contours, on a 2-dimensional
format.
|
Dendrogram |
A dendrogram is a tree diagram frequently used to illustrate the arrangement
of the clusters produced by hierarchical clustering.
|
Graphics |
Graphics provides methods to draw graphical primitives in logical/mathematical
coordinates.
|
Grid |
A 2D grid plot.
|
Headless |
Aids in creating swing components in a "headless" environment.
|
Heatmap |
A heat map is a graphical representation of data where the values taken by
a variable in a two-dimensional map are represented as colors.
|
Hexmap |
Hexmap is a variant of heat map by replacing rectangle cells with hexagon cells.
|
Histogram |
A histogram is a graphical display of tabulated frequencies, shown as bars.
|
Histogram3D |
A histogram is a graphical display of tabulated frequencies, shown as bars.
|
Label |
Label is a single line text.
|
Line |
This class respesents a poly line in the plot.
|
LinePlot |
Line plot is a special scatter plot which connects points by straight lines.
|
Plot |
This is the abstract base class of plots.
|
PlotCanvas |
Canvas for mathematical plots.
|
PlotPanel |
PlotPanel is a simple JPanel to contain PlotCanvas objects.
|
Point |
A single point in the plot.
|
QQPlot |
A Q-Q plot ("Q" stands for quantile) is a probability plot, a kind of
graphical method for comparing two probability distributions, by
plotting their quantiles against each other.
|
ScatterPlot |
The data is displayed as a collection of points.
|
Shape |
Abstract rendering object in a PlotCanvas.
|
SparseMatrixPlot |
A graphical representation of sparse matrix data.
|
StaircasePlot |
Staircase plot is a special case of line which is most useful to display
empirical distribution.
|
Surface |
A surface object gives 3D information e.g.
|
Wireframe |
A wire frame model specifies each edge of the physical object where two
mathematically continuous smooth surfaces meet, or by connecting an
object's constituent vertices using straight lines or curves.
|
Enum | Description |
---|---|
Line.Style |
The supported styles of lines.
|