Package | Description |
---|---|
com.metsci.glimpse.painter.decoration |
Painters which draw decorative elements of plots (usually unrelated to the data).
|
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 |
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 © 2013 Metron, Inc.. All rights reserved.