|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GlimpseAxisLayout2D | |
---|---|
com.metsci.glimpse.axis | Provides classes for managing the display area of GlimpsePainter
instances. |
com.metsci.glimpse.examples.shader | Examples demonstrating use of OpenGL shader support in Glimpse. |
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.timeline.layout |
Uses of GlimpseAxisLayout2D in com.metsci.glimpse.axis |
---|
Methods in com.metsci.glimpse.axis with parameters of type GlimpseAxisLayout2D | |
---|---|
static void |
AxisUtil.attachMouseListener(GlimpseAxisLayout2D layout)
|
static Axis2D |
AxisUtil.createAxis2D(GlimpseAxisLayout2D layout)
|
static Axis2D |
AxisUtil.createAxis2D(GlimpseAxisLayout2D layout,
Axis2D parentAxis)
|
static Axis2D |
AxisUtil.createAxis2D(GlimpseAxisLayout2D layout,
Axis2D parentAxis,
UpdateMode mode,
double minX,
double maxX,
double minY,
double maxY)
|
static Axis2D |
AxisUtil.createAxis2D(GlimpseAxisLayout2D layout,
double minX,
double maxX,
double minY,
double maxY)
|
Uses of GlimpseAxisLayout2D in com.metsci.glimpse.examples.shader |
---|
Methods in com.metsci.glimpse.examples.shader that return GlimpseAxisLayout2D | |
---|---|
GlimpseAxisLayout2D |
PointShaderExample.getLayout()
|
Uses of GlimpseAxisLayout2D in com.metsci.glimpse.painter.info |
---|
Subclasses of GlimpseAxisLayout2D in com.metsci.glimpse.painter.info | |
---|---|
class |
MinimapLayout
A GlimpseLayout which
floats inside a larger GlimpseLayout and provides a zoomed out
view of the scene inside the larger GlimpseLayout. |
Uses of GlimpseAxisLayout2D in com.metsci.glimpse.plot |
---|
Subclasses of GlimpseAxisLayout2D in com.metsci.glimpse.plot | |
---|---|
class |
ColorAxisPlot2D
A SimplePlot2D with a right-side axis with a color scale in addition to
x and y axes and a central plotting area. |
class |
MapPlot2D
A geographic plotting area. |
class |
Plot2D
A simple, blank plotting area which divides itself into five regions: a central plotting area a title area above the plot a labeled horizontal x axis below the plot a labeled vertical y axis to the left of the plot a labeled vertical z axis to the right of the plot Any of the areas above may be shown or hidden (the z axis area is commonly hidden). |
class |
SimplePlot2D
Identical in structure to Plot2D , but also provides
a pre-selected set of common plot elements including:
a solid color background to the plot
a simple line border around the plotting area
vertical and horizontal grid lines which match the axis tick marks
a crosshair which follows the mouse position
|
Methods in com.metsci.glimpse.plot that return GlimpseAxisLayout2D | |
---|---|
GlimpseAxisLayout2D |
StackedPlot2D.PlotInfo.getLayout()
Returns the GlimpseLayout for this plot. |
GlimpseAxisLayout2D |
StackedPlot2D.PlotInfoImpl.getLayout()
|
GlimpseAxisLayout2D |
SimplePlot2D.getLayoutCenter()
|
GlimpseAxisLayout2D |
Plot2D.getLayoutCenter()
|
GlimpseAxisLayout2D |
MultiAxisPlot2D.getLayoutCenter()
|
Methods in com.metsci.glimpse.plot with parameters of type GlimpseAxisLayout2D | |
---|---|
void |
StackedPlot2D.PlotInfo.addLayout(GlimpseAxisLayout2D childLayout)
Adds the childLayout to the part of the StackedPlot2D represented by this LayoutInfo. |
void |
StackedPlot2D.PlotInfoImpl.addLayout(GlimpseAxisLayout2D childLayout)
|
Constructors in com.metsci.glimpse.plot with parameters of type GlimpseAxisLayout2D | |
---|---|
StackedPlot2D.PlotInfoImpl(StackedPlot2D parent,
java.lang.String id,
int order,
int size,
GlimpseAxisLayout2D layout)
|
Uses of GlimpseAxisLayout2D in com.metsci.glimpse.plot.timeline.layout |
---|
Methods in com.metsci.glimpse.plot.timeline.layout that return GlimpseAxisLayout2D | |
---|---|
GlimpseAxisLayout2D |
TimePlotInfo.getLayout()
|
Methods in com.metsci.glimpse.plot.timeline.layout with parameters of type GlimpseAxisLayout2D | |
---|---|
void |
TimePlotInfo.addLayout(GlimpseAxisLayout2D childLayout)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |