Uses of Class
com.metsci.glimpse.core.painter.decoration.GridPainter
-
Packages that use GridPainter Package Description com.metsci.glimpse.core.painter.decoration Painters which draw decorative elements of plots (usually unrelated to the data).com.metsci.glimpse.core.plot Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks.com.metsci.glimpse.core.plot.timeline.layout -
-
Uses of GridPainter in com.metsci.glimpse.core.painter.decoration
Methods in com.metsci.glimpse.core.painter.decoration that return GridPainter Modifier and Type Method Description 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.core.plot
Methods in com.metsci.glimpse.core.plot that return GridPainter Modifier and Type Method Description GridPainter
MapPlot2D. getGridPainter()
GridPainter
SimplePlot2D. getGridPainter()
-
Uses of GridPainter in com.metsci.glimpse.core.plot.timeline.layout
Methods in com.metsci.glimpse.core.plot.timeline.layout that return GridPainter Modifier and Type Method Description GridPainter
TimePlotInfo. getGridPainter()
GridPainter
TimePlotInfoImpl. getGridPainter()
GridPainter
TimePlotInfoWrapper. getGridPainter()
Constructors in com.metsci.glimpse.core.plot.timeline.layout with parameters of type GridPainter Constructor Description TimePlotInfoImpl(StackedTimePlot2D parent, PlotInfo child, GlimpseAxisLayout2D plotLayout, GlimpseLayout labelLayout, DataAxisMouseListener1D listener, GridPainter gridPainter, NumericXYAxisPainter axisPainter, SimpleTextPainter labelPainter, BorderPainter borderPainter, BorderPainter labelBorderPainter, BackgroundPainter backgroundPainter, DelegatePainter dataPainter)
-