Uses of Class
com.metsci.glimpse.core.layout.GlimpseAxisLayout2D
-
Packages that use GlimpseAxisLayout2D Package Description com.metsci.glimpse.core.axis Provides classes for managing the display area ofGlimpsePainter
instances.com.metsci.glimpse.core.painter.info Painters which draw informational overlays.com.metsci.glimpse.core.plot Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks.com.metsci.glimpse.core.plot.stacked com.metsci.glimpse.core.plot.timeline.layout com.metsci.glimpse.core.support.popup -
-
Uses of GlimpseAxisLayout2D in com.metsci.glimpse.core.axis
Methods in com.metsci.glimpse.core.axis that return GlimpseAxisLayout2D Modifier and Type Method Description static GlimpseAxisLayout2D
AxisUtil. createLayout2D()
Methods in com.metsci.glimpse.core.axis with parameters of type GlimpseAxisLayout2D Modifier and Type Method Description static void
AxisUtil. attachMouseListener(GlimpseAxisLayout2D layout)
static Axis2D
AxisUtil. createAxis2D(GlimpseAxisLayout2D layout)
static Axis2D
AxisUtil. createAxis2D(GlimpseAxisLayout2D layout, double minX, double maxX, double minY, double maxY)
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)
-
Uses of GlimpseAxisLayout2D in com.metsci.glimpse.core.painter.info
Subclasses of GlimpseAxisLayout2D in com.metsci.glimpse.core.painter.info Modifier and Type Class Description class
MinimapLayout
AGlimpseLayout
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.core.plot
Subclasses of GlimpseAxisLayout2D in com.metsci.glimpse.core.plot Modifier and Type Class Description class
ColorAxisPlot2D
ASimplePlot2D
with a right-side axis with a color scale in addition to x and y axes and a central plotting area.class
EmptyPlot2D
A simple plotting area which takes up its entire parent GlimpseLayout (leaving no room for a plot title or axis tick marks).class
MapPlot2D
A geographic plotting area.class
Plot2D
A simple, blank plotting area which divides itself into five regions:class
SimplePlot2D
Identical in structure toPlot2D
, 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 positionclass
TaggedColorAxisPlot2D
Methods in com.metsci.glimpse.core.plot that return GlimpseAxisLayout2D Modifier and Type Method Description GlimpseAxisLayout2D
MapPlot2D. getLayoutCenter()
GlimpseAxisLayout2D
MultiAxisPlot2D. getLayoutCenter()
GlimpseAxisLayout2D
Plot2D. getLayoutCenter()
-
Uses of GlimpseAxisLayout2D in com.metsci.glimpse.core.plot.stacked
Methods in com.metsci.glimpse.core.plot.stacked that return GlimpseAxisLayout2D Modifier and Type Method Description GlimpseAxisLayout2D
PlotInfo. getBaseLayout()
Returns the baseGlimpseLayout
.GlimpseAxisLayout2D
PlotInfoImpl. getBaseLayout()
GlimpseAxisLayout2D
PlotInfoWrapper. getBaseLayout()
GlimpseAxisLayout2D
PlotInfo. getLayout()
Returns theGlimpseAxisLayout2D
for this plot.GlimpseAxisLayout2D
PlotInfoImpl. getLayout()
GlimpseAxisLayout2D
PlotInfoWrapper. getLayout()
Methods in com.metsci.glimpse.core.plot.stacked with parameters of type GlimpseAxisLayout2D Modifier and Type Method Description void
PlotInfo. addLayout(GlimpseAxisLayout2D childLayout)
Adds the childLayout to the part of the StackedPlot2D represented by this LayoutInfo.void
PlotInfoImpl. addLayout(GlimpseAxisLayout2D childLayout)
void
PlotInfoWrapper. addLayout(GlimpseAxisLayout2D childLayout)
Constructors in com.metsci.glimpse.core.plot.stacked with parameters of type GlimpseAxisLayout2D Constructor Description PlotInfoImpl(StackedPlot2D parentPlot, Object id, int order, int size, int spacing, GlimpseAxisLayout2D layout)
-
Uses of GlimpseAxisLayout2D in com.metsci.glimpse.core.plot.timeline.layout
Methods in com.metsci.glimpse.core.plot.timeline.layout that return GlimpseAxisLayout2D Modifier and Type Method Description GlimpseAxisLayout2D
TimePlotInfoImpl. getBaseLayout()
GlimpseAxisLayout2D
TimePlotInfoImpl. getLayout()
Methods in com.metsci.glimpse.core.plot.timeline.layout with parameters of type GlimpseAxisLayout2D Modifier and Type Method Description void
TimePlotInfoImpl. addLayout(GlimpseAxisLayout2D childLayout)
Constructors in com.metsci.glimpse.core.plot.timeline.layout with parameters of type GlimpseAxisLayout2D Constructor 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)
-
Uses of GlimpseAxisLayout2D in com.metsci.glimpse.core.support.popup
Subclasses of GlimpseAxisLayout2D in com.metsci.glimpse.core.support.popup Modifier and Type Class Description class
GlimpseAxisLayout2DWithPopup
-