Skip navigation links
B C D G L P S T X 

B

BarChart - Interface in de.javagl.viewer.glyphs
Interface for a simple bar chart
BarChartPainter - Class in de.javagl.viewer.glyphs
Implementation of an ObjectPainter that paints a BarChart
BarChartPainter() - Constructor for class de.javagl.viewer.glyphs.BarChartPainter
Creates a default bar chart painter
BarCharts - Class in de.javagl.viewer.glyphs
Methods to create BarChart instances
BoxPlot - Interface in de.javagl.viewer.glyphs
Interface for a simple box plot.
BoxPlotPainter - Class in de.javagl.viewer.glyphs
Implementation of an ObjectPainter that paints a BoxPlot
BoxPlotPainter() - Constructor for class de.javagl.viewer.glyphs.BoxPlotPainter
Default constructor
BoxPlots - Class in de.javagl.viewer.glyphs
Methods to create BoxPlot instances

C

circle(double) - Static method in class de.javagl.viewer.glyphs.TickShapes
Creates a circle, centered at the origin, with the given total size
computeMax(BarChart) - Static method in class de.javagl.viewer.glyphs.BarCharts
Computes the maximum value that appears in the given BarChart.
computeMax(Iterable<? extends BoxPlot>) - Static method in class de.javagl.viewer.glyphs.BoxPlots
Compute the maximum of the given BoxPlots.
computeMax(LineChart) - Static method in class de.javagl.viewer.glyphs.LineCharts
Returns the maximum value of the given line chart.
computeMax(Iterable<? extends LineChart>) - Static method in class de.javagl.viewer.glyphs.LineCharts
Compute the maximum of the given LineCharts.
computeMaxX(ScatterChart) - Static method in class de.javagl.viewer.glyphs.ScatterCharts
Returns the minimum x-coordinate that appears in the given chart.
computeMaxY(ScatterChart) - Static method in class de.javagl.viewer.glyphs.ScatterCharts
Returns the maximum y-coordinate that appears in the given chart.
computeMin(BarChart) - Static method in class de.javagl.viewer.glyphs.BarCharts
Computes the minimum value that appears in the given BarChart.
computeMin(Iterable<? extends BoxPlot>) - Static method in class de.javagl.viewer.glyphs.BoxPlots
Compute the minimum of the given BoxPlots.
computeMin(LineChart) - Static method in class de.javagl.viewer.glyphs.LineCharts
Returns the minimum value of the given line chart.
computeMin(Iterable<? extends LineChart>) - Static method in class de.javagl.viewer.glyphs.LineCharts
Compute the minimum of the given LineCharts.
computeMinX(ScatterChart) - Static method in class de.javagl.viewer.glyphs.ScatterCharts
Returns the minimum x-coordinate that appears in the given chart.
computeMinY(ScatterChart) - Static method in class de.javagl.viewer.glyphs.ScatterCharts
Returns the minimum y-coordinate that appears in the given chart.
create(DoubleStream) - Static method in class de.javagl.viewer.glyphs.BoxPlots
Creates a new BoxPlot from the given stream of double values
create(double, double, double, double, double) - Static method in class de.javagl.viewer.glyphs.BoxPlots
Creates a new BoxPlot
create(double, double, double, double, double, double) - Static method in class de.javagl.viewer.glyphs.BoxPlots
Creates a new BoxPlot
create(List<? extends Point2D>, Paint, Shape) - Static method in class de.javagl.viewer.glyphs.ScatterCharts
Create a ScatterChart that is a view on the given list of points.
create(List<? extends Number>, List<? extends Number>, Paint, Shape) - Static method in class de.javagl.viewer.glyphs.ScatterCharts
Create a ScatterChart that is a view on the given lists of point coordinates.
createFromList(List<? extends Number>, Paint) - Static method in class de.javagl.viewer.glyphs.BarCharts
Create a simple BarChart that is a view on the given list.
createFromList(List<? extends Number>, Paint, boolean, boolean) - Static method in class de.javagl.viewer.glyphs.BarCharts
Create a simple BarChart that is a view on the given list.
createFromList(List<? extends Number>, Paint) - Static method in class de.javagl.viewer.glyphs.LineCharts
Create a simple LineChart that is a view on the given list.
createFromList(List<? extends Number>, Paint, Stroke, Shape) - Static method in class de.javagl.viewer.glyphs.LineCharts
Create a simple LineChart that is a view on the given list.
cross(double) - Static method in class de.javagl.viewer.glyphs.TickShapes
Creates a cross, centered at the origin, with the given total size

D

de.javagl.viewer.glyphs - package de.javagl.viewer.glyphs
 
diamond(double) - Static method in class de.javagl.viewer.glyphs.TickShapes
Creates a diamond, centered at the origin, with the given total size

G

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
Returns the ScatterChart with the specified coordinates.
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
Returns the number of ScatterCharts in this matrix
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
Returns the ScatterChartPainter that is used for the charts
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.

L

LineChart - Interface in de.javagl.viewer.glyphs
Interface for a simple line chart
LineChartPainter - Class in de.javagl.viewer.glyphs
Implementation of an ObjectPainter that paints a LineChart
LineChartPainter() - Constructor for class de.javagl.viewer.glyphs.LineChartPainter
Create default line chart painter
LineCharts - Class in de.javagl.viewer.glyphs
Methods to create LineChart instances

P

paint(Graphics2D, AffineTransform, double, double, BarChart) - Method in class de.javagl.viewer.glyphs.BarChartPainter
 
paint(Graphics2D, AffineTransform, double, double, BoxPlot) - Method in class de.javagl.viewer.glyphs.BoxPlotPainter
 
paint(Graphics2D, AffineTransform, double, double) - Method in class de.javagl.viewer.glyphs.GridLayoutPainter
 
paint(Graphics2D, AffineTransform, double, double, LineChart) - Method in class de.javagl.viewer.glyphs.LineChartPainter
 
paint(Graphics2D, AffineTransform, double, double, ScatterChartMatrix) - Method in class de.javagl.viewer.glyphs.ScatterChartMatrixPainter
 
paint(Graphics2D, AffineTransform, double, double, ScatterChart) - Method in class de.javagl.viewer.glyphs.ScatterChartPainter
 

S

ScatterChart - Interface in de.javagl.viewer.glyphs
Interface for a simple scatter chart
ScatterChartMatrix - Interface in de.javagl.viewer.glyphs
Interface for a simple scatter chart matrix
ScatterChartMatrixPainter - Class in de.javagl.viewer.glyphs
Implementation of an ObjectPainter that paints a ScatterChartMatrix
ScatterChartMatrixPainter() - Constructor for class de.javagl.viewer.glyphs.ScatterChartMatrixPainter
Default constructor
ScatterChartPainter - Class in de.javagl.viewer.glyphs
Implementation of an ObjectPainter that paints a ScatterChart
ScatterChartPainter() - Constructor for class de.javagl.viewer.glyphs.ScatterChartPainter
Default constructor
ScatterCharts - Class in de.javagl.viewer.glyphs
Methods to create ScatterChart instances
setBoxDrawPaint(Paint) - Method in class de.javagl.viewer.glyphs.BoxPlotPainter
Set the paint that will be used for drawing the box
setBoxFillPaint(Paint) - Method in class de.javagl.viewer.glyphs.BoxPlotPainter
Set the paint that will be used for filling the box
setDelegate(int, int, Painter) - Method in class de.javagl.viewer.glyphs.GridLayoutPainter
Set the painter for the cell with the given coordinates
setLinePaint(Paint) - Method in class de.javagl.viewer.glyphs.ScatterChartPainter
Set the paint that should be used for the connecting lines.
setLineStroke(Stroke) - Method in class de.javagl.viewer.glyphs.ScatterChartPainter
Set the stroke that should be used for the connecting lines.
setMeanPaint(Paint) - Method in class de.javagl.viewer.glyphs.BoxPlotPainter
Set the paint that will be used for filling the mean dot
setMedianPaint(Paint) - Method in class de.javagl.viewer.glyphs.BoxPlotPainter
Set the paint that will be used for drawing the median line
setShowingDefaultCoordinateSystems(boolean) - Method in class de.javagl.viewer.glyphs.ScatterChartMatrixPainter
Set whether a CoordinateSystemPainter should be used to paint coordinate axes along the outer borders of the scatter charts
setWhiskerPaint(Paint) - Method in class de.javagl.viewer.glyphs.BoxPlotPainter
Set the paint that will be used for drawing the whisker
setWidth(double) - Method in class de.javagl.viewer.glyphs.BoxPlotPainter
Set the width of the box plot
square(double) - Static method in class de.javagl.viewer.glyphs.TickShapes
Creates a square, centered at the origin, with the given total size

T

TickShapes - Class in de.javagl.viewer.glyphs
Methods to create simple shape instances.
triangle(double) - Static method in class de.javagl.viewer.glyphs.TickShapes
Creates a triangle, centered at the origin, with the given total size

X

xShape(double) - Static method in class de.javagl.viewer.glyphs.TickShapes
Creates an x-shape, centered at the origin, with the given total size
B C D G L P S T X 
Skip navigation links

Copyright © 2019. All Rights Reserved.