Package | Description |
---|---|
com.metsci.glimpse.axis.painter |
Painters which display the state of an axis with tick marks, labels,
color scales, and other decorations.
|
com.metsci.glimpse.axis.tagged.painter |
Axis painters specific to tagged axes.
|
com.metsci.glimpse.canvas |
Heavy weight canvases on which all Glimpse rendering is performed.
|
com.metsci.glimpse.context |
Data structures and classes for describing the current Glimpse rendering context.
|
com.metsci.glimpse.gl.util |
General OpenGL utility classes.
|
com.metsci.glimpse.layout |
Provides a MigLayout-based framework for partitioning a
GlimpseCanvas into multiple
logical drawing areas. |
com.metsci.glimpse.painter.base |
The GlimpsePainter interface as well as abstract implementations which make
it simpler to write common types of GlimpsePainters.
|
com.metsci.glimpse.painter.decoration |
Painters which draw decorative elements of plots (usually unrelated to the data).
|
com.metsci.glimpse.painter.group |
Aggregate painters which group multiple GlimpsePainters.
|
com.metsci.glimpse.painter.info |
Painters which draw informational overlays.
|
com.metsci.glimpse.plot |
Prefabricated arrangements of GlimpseLayouts and GlimpsePainters
with convenience methods for performing common data visualization tasks.
|
com.metsci.glimpse.plot.stacked | |
com.metsci.glimpse.plot.timeline.event.paint | |
com.metsci.glimpse.plot.timeline.group | |
com.metsci.glimpse.plot.timeline.layout | |
com.metsci.glimpse.support.settings |
Defines key value pairs of look and feel settings for GlimpsePainters.
|
com.metsci.glimpse.swt.canvas | |
com.metsci.glimpse.swt.misc | |
com.metsci.glimpse.worldwind.canvas |
Modifier and Type | Method and Description |
---|---|
void |
NumericXYAxisPainter.setLookAndFeel(LookAndFeel laf) |
void |
NumericAxisPainter.setLookAndFeel(LookAndFeel laf) |
void |
TimeAxisPainter.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Method and Description |
---|---|
void |
TaggedColorXAxisPainter.setLookAndFeel(LookAndFeel laf) |
void |
TaggedNumericYAxisPainter.setLookAndFeel(LookAndFeel laf) |
void |
TaggedColorYAxisPainter.setLookAndFeel(LookAndFeel laf) |
void |
TaggedNumericXAxisPainter.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGlimpseCanvas.setLookAndFeel(LookAndFeel laf) |
void |
SwingGlimpseCanvas.setLookAndFeel(LookAndFeel laf)
Deprecated.
|
void |
SwingLightweightGlimpseCanvas.setLookAndFeel(LookAndFeel laf)
Deprecated.
|
void |
NewtSwingGlimpseCanvas.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Method and Description |
---|---|
void |
GlimpseTarget.setLookAndFeel(LookAndFeel laf)
Sets the LookAndFeel for this GlimpseTarget and all child GlimpseTargets.
|
Modifier and Type | Method and Description |
---|---|
static void |
GLUtils.setLookAndFeel(LookAndFeel laf,
GlimpseTarget... targets) |
Modifier and Type | Method and Description |
---|---|
void |
GlimpseLayoutDelegate.setLookAndFeel(LookAndFeel laf) |
void |
GlimpseLayout.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Method and Description |
---|---|
void |
GlimpsePainter.setLookAndFeel(LookAndFeel laf)
Sets display options for the painter based on the provided LookAndFeel.
|
void |
GlimpsePainterImpl.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Method and Description |
---|---|
void |
LegendPainter.setLookAndFeel(LookAndFeel laf) |
void |
BorderPainter.setLookAndFeel(LookAndFeel laf) |
void |
BackgroundPainter.setLookAndFeel(LookAndFeel laf) |
void |
CrosshairPainter.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Method and Description |
---|---|
void |
WrappedPainter.setLookAndFeel(LookAndFeel laf) |
void |
DelegatePainter.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTextPainter.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Method and Description |
---|---|
void |
MultiAxisPlot2D.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Method and Description |
---|---|
void |
StackedPlot2D.setLookAndFeel(LookAndFeel laf) |
void |
PlotInfoImpl.setLookAndFeel(LookAndFeel laf) |
void |
PlotInfo.setLookAndFeel(LookAndFeel laf) |
void |
PlotInfoWrapper.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Method and Description |
---|---|
void |
EventPainterManager.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Method and Description |
---|---|
void |
GroupLabelPainter.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Method and Description |
---|---|
void |
TimePlotInfoImpl.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLookAndFeel |
class |
BlackAndWhiteLookAndFeel |
class |
DefaultLookAndFeel |
class |
OceanLookAndFeel
A Glimpse LookAndFeel with a blue color scheme.
|
class |
SwingLookAndFeel |
Modifier and Type | Method and Description |
---|---|
void |
NewtSwtGlimpseCanvas.setLookAndFeel(LookAndFeel laf) |
Modifier and Type | Class and Description |
---|---|
class |
SwtLookAndFeel |
Modifier and Type | Method and Description |
---|---|
void |
SimpleOffscreenCanvas.setLookAndFeel(LookAndFeel laf)
Deprecated.
|
Copyright © 2016 Metron, Inc.. All rights reserved.