|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface StackedPlot2D.PlotInfo
Method Summary | |
---|---|
void |
addLayout(GlimpseAxisLayout2D childLayout)
Adds the childLayout to the part of the StackedPlot2D represented by this LayoutInfo. |
Axis1D |
getCommonAxis()
Returns the common axis shared by all the plots in a StackedPlot2D. |
Axis1D |
getCommonAxis(GlimpseTargetStack stack)
Returns the common axis associated with the given GlimpseTargetStack. |
java.lang.String |
getId()
Gets the unique identifier assigned to this plot. |
GlimpseAxisLayout2D |
getLayout()
Returns the GlimpseLayout for this plot. |
int |
getOrder()
|
Axis1D |
getOrthogonalAxis()
Returns the data axis associated with this plot. |
Axis1D |
getOrthogonalAxis(GlimpseTargetStack stack)
Returns the data axis associated with the given GlimpseTargetStack. |
int |
getSize()
|
StackedPlot2D |
getStackedPlot()
Gets a reference to the parent StackedPlot2D which this PlotInfo belongs to. |
void |
setOrder(int order)
Sets the ordering of this plot relative to the other plots in the StackedPlot2D. |
void |
setSize(int size)
Sets the size in pixels for this plot. |
Method Detail |
---|
StackedPlot2D getStackedPlot()
java.lang.String getId()
int getOrder()
int getSize()
void setOrder(int order)
order
- the ordering value for this plotvoid setSize(int size)
size < 0
, then
the plot will attempt to fill all available space, sharing space
evenly with other plots with negative size.
For a VERTICAL oriented plot, setSize( )
adjusts the plot
height, for a HORIZONTAL oriented plot, the width is adjusted.
size
- the size of the plot in pixels.GlimpseAxisLayout2D getLayout()
GlimpseLayout
for this plot. This can be used
to add subplots of painters to the plotting area.
Axis1D getCommonAxis(GlimpseTargetStack stack)
getCommonAxis()
.
Axis1D getOrthogonalAxis(GlimpseTargetStack stack)
getOrthogonalAxis()
.
Axis1D getCommonAxis()
Axis1D getOrthogonalAxis()
Axis1D.setParent( Axis1D )
.
void addLayout(GlimpseAxisLayout2D childLayout)
childLayout
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |