|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GridPainter | |
---|---|
com.metsci.glimpse.painter.decoration | Painters which draw decorative elements of plots (usually unrelated to the data). |
com.metsci.glimpse.plot | Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks. |
com.metsci.glimpse.plot.timeline.layout |
Uses of GridPainter in com.metsci.glimpse.painter.decoration |
---|
Methods in com.metsci.glimpse.painter.decoration that return GridPainter | |
---|---|
GridPainter |
GridPainter.setLineColor(float[] rgba)
|
GridPainter |
GridPainter.setLineColor(float r,
float g,
float b,
float a)
|
GridPainter |
GridPainter.setMinorLineColor(float[] rgba)
|
GridPainter |
GridPainter.setShowHorizontalLines(boolean show)
|
GridPainter |
GridPainter.setShowMinorGrid(boolean showMinorTicks)
|
GridPainter |
GridPainter.setShowVerticalLines(boolean show)
|
GridPainter |
GridPainter.setTickHandlerX(AxisLabelHandler ticksX)
|
GridPainter |
GridPainter.setTickHandlerY(AxisLabelHandler ticksY)
|
Uses of GridPainter in com.metsci.glimpse.plot |
---|
Methods in com.metsci.glimpse.plot that return GridPainter | |
---|---|
GridPainter |
SimplePlot2D.getGridPainter()
|
GridPainter |
MapPlot2D.getGridPainter()
|
Uses of GridPainter in com.metsci.glimpse.plot.timeline.layout |
---|
Methods in com.metsci.glimpse.plot.timeline.layout that return GridPainter | |
---|---|
GridPainter |
TimePlotInfo.getGridPainter()
|
Constructors in com.metsci.glimpse.plot.timeline.layout with parameters of type GridPainter | |
---|---|
TimePlotInfo(StackedTimePlot2D parent,
StackedPlot2D.PlotInfo child,
GridPainter gridPainter,
NumericXYAxisPainter axisPainter,
SimpleTextPainter labelPainter,
BorderPainter borderPainter)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |