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.plot |
Prefabricated arrangements of GlimpseLayouts and GlimpsePainters
with convenience methods for performing common data visualization tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
ColorRightYAxisPainter
A vertical (y) axis with a color bar and labeled ticks along the right hand side.
|
class |
ColorXAxisPainter
A horizontal (x) axis with a color bar and labeled ticks along the bottom.
|
class |
ColorYAxisPainter
A vertical (y) axis with a color bar and labeled ticks along the right hand side.
|
class |
NumericRightYAxisPainter
A vertical (y) axis with labeled ticks along the right hand side.
|
class |
NumericRotatedRightYAxisPainter
A vertical (y) axis with labeled ticks along the right hand side.
|
class |
NumericRotatedYAxisPainter
A vertical (y) axis with labeled ticks along the left hand side.
|
class |
NumericTopXAxisPainter
A horizontal (x) axis with labeled ticks along the top.
|
class |
NumericXAxisPainter
A horizontal (x) axis with labeled ticks along the bottom.
|
class |
NumericYAxisPainter
A vertical (y) axis with labeled ticks along the left side.
|
Modifier and Type | Class and Description |
---|---|
class |
TaggedColorXAxisPainter
A horizontal (x) axis painter which displays positions of tags on
top of a color scale.
|
class |
TaggedColorYAxisPainter
A vertical (y) axis painter which displays positions of tags on
top of a color scale.
|
class |
TaggedNumericXAxisPainter
A horizontal (x) axis painter which displays positions of tags in addition
to tick marks and labels.
|
class |
TaggedNumericYAxisPainter
A vertical (y) axis painter which displays positions of tags in addition
to tick marks and labels.
|
class |
TaggedPartialColorXAxisPainter
A horizontal (x) axis painter which displays positions of tags in addition
to tick marks and labels.
|
class |
TaggedPartialColorYAxisPainter
A vertical (y) axis painter which displays positions of tags in addition
to tick marks and labels.
|
Modifier and Type | Method and Description |
---|---|
NumericAxisPainter |
MultiAxisPlot2D.AxisInfo.getAxisPainter() |
NumericAxisPainter |
MapPlot2D.getAxisPainterRightY() |
NumericAxisPainter |
MapPlot2D.getAxisPainterTopX() |
NumericAxisPainter |
Plot2D.getAxisPainterX() |
NumericAxisPainter |
Plot2D.getAxisPainterY() |
NumericAxisPainter |
Plot2D.getAxisPainterZ() |
Modifier and Type | Method and Description |
---|---|
void |
MultiAxisPlot2D.AxisInfo.setAxisPainter(NumericAxisPainter newPainter) |
Constructor and Description |
---|
MultiAxisPlot2D.AxisInfo(String id,
com.metsci.glimpse.plot.MultiAxisPlot2D.AxisOrientation orient,
Axis1D axis,
AxisMouseListener mouseListener,
GridAxisLabelHandler tickHandler,
NumericAxisPainter painter,
GlimpseLayout layout,
int order,
int size) |
Copyright © 2013 Metron, Inc.. All rights reserved.