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 GridPainterGridPainter. setLineColor(float[] rgba)GridPainterGridPainter. setLineColor(float r, float g, float b, float a)GridPainterGridPainter. setMinorLineColor(float[] rgba)GridPainterGridPainter. setShowHorizontalLines(boolean show)GridPainterGridPainter. setShowMinorGrid(boolean showMinorTicks)GridPainterGridPainter. setShowVerticalLines(boolean show)GridPainterGridPainter. setTickHandlerX(AxisLabelHandler ticksX)GridPainterGridPainter. 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 GridPainterMapPlot2D. getGridPainter()GridPainterSimplePlot2D. 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 GridPainterTimePlotInfo. getGridPainter()GridPainterTimePlotInfoImpl. getGridPainter()GridPainterTimePlotInfoWrapper. 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)
-