- getBarPaint(int) - Method in interface de.javagl.viewer.glyphs.BarChart
-
Returns the paint for the bar with the given index.
- getCellsX() - Method in class de.javagl.viewer.glyphs.GridLayoutPainter
-
Returns the number of cells in x-direction
- getCellsY() - Method in class de.javagl.viewer.glyphs.GridLayoutPainter
-
Returns the number of cells in y-direction
- getChart(int, int) - Method in interface de.javagl.viewer.glyphs.ScatterChartMatrix
-
- getLabel(int) - Method in interface de.javagl.viewer.glyphs.BarChart
-
Returns the label for the bar with the given index.
- getLabel(int, int) - Method in interface de.javagl.viewer.glyphs.ScatterChartMatrix
-
Returns the label that should be displayed for the specified
scatter chart.
- getLowerQuantile() - Method in interface de.javagl.viewer.glyphs.BoxPlot
-
Returns the lower quantile value.
- getMax(double, BarChart) - Static method in class de.javagl.viewer.glyphs.BarCharts
-
If the given optional value is not NaN, then it will be returned.
- getMax(double, Collection<? extends BoxPlot>) - Static method in class de.javagl.viewer.glyphs.BoxPlots
-
If the given optional value is not NaN, then it will be returned.
- getMaximum() - Method in interface de.javagl.viewer.glyphs.BoxPlot
-
Returns the maximum value that appears in the data set.
- getMean() - Method in interface de.javagl.viewer.glyphs.BoxPlot
-
Returns the mean.
- getMedian() - Method in interface de.javagl.viewer.glyphs.BoxPlot
-
Returns the median.
- getMin(double, BarChart) - Static method in class de.javagl.viewer.glyphs.BarCharts
-
If the given optional value is not NaN, then it will be returned.
- getMin(double, Collection<? extends BoxPlot>) - Static method in class de.javagl.viewer.glyphs.BoxPlots
-
If the given optional value is not NaN, then it will be returned.
- getMinimum() - Method in interface de.javagl.viewer.glyphs.BoxPlot
-
Returns the minimum value that appears in the data set.
- getNumBars() - Method in interface de.javagl.viewer.glyphs.BarChart
-
Returns the number of bars
- getNumCharts() - Method in interface de.javagl.viewer.glyphs.ScatterChartMatrix
-
- getNumPoints() - Method in interface de.javagl.viewer.glyphs.LineChart
-
Returns the number of points in this line chart
- getNumPoints() - Method in interface de.javagl.viewer.glyphs.ScatterChart
-
Returns the number of points
- getPaint() - Method in interface de.javagl.viewer.glyphs.LineChart
-
Returns the paint (color) that should be used for the line.
- getPaint(int) - Method in interface de.javagl.viewer.glyphs.ScatterChart
-
Returns the paint that should be used for the specified point.
- getPointX(int) - Method in interface de.javagl.viewer.glyphs.ScatterChart
-
Returns the x-coordinate of the specified point
- getPointY(int) - Method in interface de.javagl.viewer.glyphs.ScatterChart
-
Returns the y-coordinate of the specified point
- getScatterChartPainter() - Method in class de.javagl.viewer.glyphs.ScatterChartMatrixPainter
-
- getShape(int) - Method in interface de.javagl.viewer.glyphs.ScatterChart
-
Returns the shape that should be used for the specified point.
- getStroke() - Method in interface de.javagl.viewer.glyphs.LineChart
-
Returns the stroke that should be used for the line.
- getTickShape() - Method in interface de.javagl.viewer.glyphs.LineChart
-
Returns the shape that should be painted as the tick marks.
- getUpperQuantile() - Method in interface de.javagl.viewer.glyphs.BoxPlot
-
Returns the upper quantile value.
- getValue(int) - Method in interface de.javagl.viewer.glyphs.BarChart
-
Returns the value of the specified bar
- getValue(int) - Method in interface de.javagl.viewer.glyphs.LineChart
-
Returns the value at the given index
- getValueString(int) - Method in interface de.javagl.viewer.glyphs.BarChart
-
Returns the string showing the value for the bar with the
given index.
- GridLayoutPainter - Class in de.javagl.viewer.glyphs
-
Implementation of a
Painter that lays out other painters in a grid.
- GridLayoutPainter(int, int) - Constructor for class de.javagl.viewer.glyphs.GridLayoutPainter
-
Creates a new instance
- GridLayoutPainter(int, int, double, double) - Constructor for class de.javagl.viewer.glyphs.GridLayoutPainter
-
Creates a new instance with the given border sizes for the cells.