public class StackedPlot2D extends GlimpseLayout
Modifier and Type | Class and Description |
---|---|
static class |
StackedPlot2D.Orientation |
Constructor and Description |
---|
StackedPlot2D() |
StackedPlot2D(Axis1D commonAxis) |
StackedPlot2D(StackedPlot2D.Orientation orientation) |
StackedPlot2D(StackedPlot2D.Orientation orientation,
Axis1D commonAxis) |
Modifier and Type | Method and Description |
---|---|
PlotInfo |
createPlot() |
PlotInfo |
createPlot(Object id) |
PlotInfo |
createPlot(Object id,
Axis1D axis) |
void |
deletePlot(Object id) |
Collection<PlotInfo> |
getAllPlots() |
float[] |
getBackgroundColor() |
int |
getBorderSize() |
Axis1D |
getCommonAxis() |
GlimpseLayoutManagerMig |
getLayoutManager() |
StackedPlot2D.Orientation |
getOrientation() |
PlotInfo |
getPlot(Object id) |
int |
getPlotSpacing() |
List<PlotInfo> |
getSortedPlots() |
boolean |
isAutoValidate() |
void |
setAutoValidate(boolean autoValidate) |
void |
setBackgroundColor(float[] color) |
void |
setBorderSize(int size) |
void |
setLookAndFeel(LookAndFeel laf)
Sets display options for the painter based on the provided LookAndFeel.
|
void |
setPlotSpacing(int size) |
String |
toString() |
void |
validate() |
void |
validateAxes() |
void |
validateLayout() |
addGlimpseMouseAllListener, addGlimpseMouseListener, addGlimpseMouseMotionListener, addGlimpseMouseWheelListener, addLayout, addLayout, addLayout, addLayout, addPainter, addPainter, addPainter, addPainter, dispose, getGlimpseMouseListeners, getGlimpseMouseMotionListeners, getGlimpseMouseWheelListeners, getLock, getName, getTargetBounds, getTargetChildren, invalidateLayout, isDisposed, isEventConsumer, isEventGenerator, isVisible, layoutTo, layoutTo, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, paintTo, removeAll, removeAllGlimpseListeners, removeGlimpseMouseAllListener, removeGlimpseMouseListener, removeGlimpseMouseMotionListener, removeGlimpseMouseWheelListener, removeLayout, removePainter, setEventConsumer, setEventGenerator, setLayoutData, setLayoutManager, setName, setVisible, setZOrder, setZOrder
public StackedPlot2D(StackedPlot2D.Orientation orientation, Axis1D commonAxis)
public StackedPlot2D(StackedPlot2D.Orientation orientation)
public StackedPlot2D(Axis1D commonAxis)
public StackedPlot2D()
public GlimpseLayoutManagerMig getLayoutManager()
getLayoutManager
in class GlimpseLayout
public boolean isAutoValidate()
public void setAutoValidate(boolean autoValidate)
public int getPlotSpacing()
public StackedPlot2D.Orientation getOrientation()
public Axis1D getCommonAxis()
public Collection<PlotInfo> getAllPlots()
public void setPlotSpacing(int size)
public float[] getBackgroundColor()
public void setBackgroundColor(float[] color)
public void setBorderSize(int size)
public int getBorderSize()
public void validate()
public void validateAxes()
public void validateLayout()
public void deletePlot(Object id)
public PlotInfo createPlot()
public String toString()
toString
in class GlimpseLayout
public void setLookAndFeel(LookAndFeel laf)
GlimpsePainter
setLookAndFeel
in interface GlimpseTarget
setLookAndFeel
in interface GlimpsePainter
setLookAndFeel
in class GlimpseLayout
Copyright © 2013 Metron, Inc.. All rights reserved.