Modifier and Type | Method and Description |
---|---|
PlotInfo |
StackedPlotExample.createPlotArea(StackedPlot2D stacked_plot,
ColorAxisPlot2D inner_plot,
String name) |
Modifier and Type | Class and Description |
---|---|
class |
PlotInfoImpl |
class |
PlotInfoWrapper |
Modifier and Type | Field and Description |
---|---|
PlotInfo |
PlotInfoWrapper.info |
Modifier and Type | Method and Description |
---|---|
PlotInfo |
StackedPlot2D.createPlot() |
PlotInfo |
StackedPlot2D.createPlot(Object id) |
PlotInfo |
StackedPlot2D.createPlot(Object id,
Axis1D axis) |
PlotInfo |
PlotInfoImpl.getParent() |
PlotInfo |
PlotInfo.getParent() |
PlotInfo |
PlotInfoWrapper.getParent() |
PlotInfo |
StackedPlot2D.getPlot(Object id) |
Modifier and Type | Method and Description |
---|---|
Collection<PlotInfo> |
StackedPlot2D.getAllPlots() |
static Comparator<PlotInfo> |
PlotInfoImpl.getComparator() |
List<PlotInfo> |
StackedPlot2D.getSortedPlots() |
Modifier and Type | Method and Description |
---|---|
void |
StackedPlot2D.addPlot(PlotInfo info) |
void |
PlotInfoImpl.setParent(PlotInfo parent) |
void |
PlotInfo.setParent(PlotInfo parent) |
void |
PlotInfoWrapper.setParent(PlotInfo parent) |
Constructor and Description |
---|
PlotInfoWrapper(PlotInfo info) |
Modifier and Type | Method and Description |
---|---|
PlotInfo |
StackedTimePlot2D.createPlot(Object id,
Axis1D axis) |
PlotInfo |
StackedTimePlot2D.getSelectedPlot() |
Modifier and Type | Method and Description |
---|---|
List<PlotInfo> |
CollapsibleTimePlot2D.getUngroupedPlots() |
Modifier and Type | Method and Description |
---|---|
GroupInfo |
CollapsibleTimePlot2D.createGroup(Object id,
PlotInfo... subplots) |
GroupInfo |
CollapsibleTimePlot2D.createGroup(PlotInfo... subplots)
Create a collapsible/expandable group of plots.
|
void |
StackedTimePlot2D.setSelectedPlot(PlotInfo layout) |
Modifier and Type | Method and Description |
---|---|
GroupInfo |
CollapsibleTimePlot2D.createGroup(Object id,
Collection<? extends PlotInfo> subplots) |
Modifier and Type | Field and Description |
---|---|
PlotInfo |
DragInfo.info |
Constructor and Description |
---|
DragInfo(PlotInfo info,
double size,
boolean top) |
DragInfo(PlotInfo info,
GlimpseBounds bounds,
double size) |
DragKey(PlotInfo info,
boolean top) |
Modifier and Type | Class and Description |
---|---|
class |
EventPlotInfo
A handle to one of the plotting areas making up a
StackedTimePlot2D . |
Modifier and Type | Interface and Description |
---|---|
interface |
GroupInfo |
Modifier and Type | Class and Description |
---|---|
class |
GroupInfoImpl |
Modifier and Type | Method and Description |
---|---|
Collection<PlotInfo> |
GroupInfoImpl.getChildPlots() |
Collection<PlotInfo> |
GroupInfo.getChildPlots() |
Modifier and Type | Method and Description |
---|---|
void |
GroupInfoImpl.addChildPlot(PlotInfo childPlot) |
void |
GroupInfo.addChildPlot(PlotInfo plot) |
void |
GroupInfoImpl.removeChildPlot(PlotInfo childPlot) |
void |
GroupInfo.removeChildPlot(PlotInfo plot) |
Modifier and Type | Method and Description |
---|---|
static void |
GroupUtilities.getSortedPlots(Collection<PlotInfo> toVisitUnsorted,
List<PlotInfo> accumulator) |
static void |
GroupUtilities.getSortedPlots(Collection<PlotInfo> toVisitUnsorted,
List<PlotInfo> accumulator) |
Constructor and Description |
---|
GroupInfoImpl(CollapsibleTimePlot2D _plot,
PlotInfo group,
Collection<? extends PlotInfo> subplots) |
Constructor and Description |
---|
GroupInfoImpl(CollapsibleTimePlot2D _plot,
PlotInfo group,
Collection<? extends PlotInfo> subplots) |
Modifier and Type | Interface and Description |
---|---|
interface |
TimePlotInfo
A handle to one of the plotting areas making up a
StackedTimePlot2D . |
Modifier and Type | Class and Description |
---|---|
class |
TimelineInfo |
class |
TimePlotInfoImpl |
class |
TimePlotInfoWrapper |
Constructor and Description |
---|
TimelineInfo(StackedTimePlot2D plot,
PlotInfo info) |
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) |
Constructor and Description |
---|
DataAxisMouseListener1D(StackedTimePlot2D plot,
PlotInfo info) |
Copyright © 2016 Metron, Inc.. All rights reserved.