Uses of Class
com.metsci.glimpse.core.painter.decoration.BackgroundPainter
-
Packages that use BackgroundPainter 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 BackgroundPainter in com.metsci.glimpse.core.painter.decoration
Methods in com.metsci.glimpse.core.painter.decoration that return BackgroundPainter Modifier and Type Method Description BackgroundPainter
BackgroundPainter. setColor(float[] rgba)
BackgroundPainter
BackgroundPainter. setColor(float r, float g, float b, float a)
-
Uses of BackgroundPainter in com.metsci.glimpse.core.plot
Methods in com.metsci.glimpse.core.plot that return BackgroundPainter Modifier and Type Method Description BackgroundPainter
EmptyPlot2D. getBackgroundPainter()
BackgroundPainter
MultiAxisPlot2D. getBackgroundPainter()
BackgroundPainter
MultiAxisPlot2D. getPlotBackgroundPainter()
-
Uses of BackgroundPainter in com.metsci.glimpse.core.plot.timeline.layout
Methods in com.metsci.glimpse.core.plot.timeline.layout that return BackgroundPainter Modifier and Type Method Description BackgroundPainter
TimePlotInfo. getBackgroundPainter()
BackgroundPainter
TimePlotInfoImpl. getBackgroundPainter()
BackgroundPainter
TimePlotInfoWrapper. getBackgroundPainter()
Constructors in com.metsci.glimpse.core.plot.timeline.layout with parameters of type BackgroundPainter 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)
-