Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
BackgroundPainter |
BackgroundPainter.setColor(float[] rgba) |
BackgroundPainter |
BackgroundPainter.setColor(float r,
float g,
float b,
float a) |
Modifier and Type | Method and Description |
---|---|
BackgroundPainter |
EmptyPlot2D.getBackgroundPainter() |
Modifier and Type | Method and Description |
---|---|
BackgroundPainter |
TimePlotInfoImpl.getBackgroundPainter() |
BackgroundPainter |
TimePlotInfoWrapper.getBackgroundPainter() |
BackgroundPainter |
TimePlotInfo.getBackgroundPainter() |
Constructor and 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) |
Copyright © 2016 Metron, Inc.. All rights reserved.