public interface PlotPage
Modifier and Type | Method and Description |
---|---|
PlotRegion |
addRegion() |
void |
clearRegions() |
PlotRegion |
createRegion(double x,
double y,
double w,
double h) |
void |
createRegions(int x,
int y) |
PlotRegion |
currentRegion() |
void |
hidePage() |
PlotRegion |
next() |
int |
numberOfRegions() |
PlotRegion |
region(int index) |
void |
setCurrentRegion(PlotRegion reg) |
void |
showPage() |
Component |
viewable()
Returns a Component that can be used to display a PlotPage in some other swing
component.
|
void createRegions(int x, int y)
PlotRegion createRegion(double x, double y, double w, double h)
PlotRegion next()
void clearRegions()
PlotRegion region(int index)
PlotRegion currentRegion()
PlotRegion addRegion()
void setCurrentRegion(PlotRegion reg)
int numberOfRegions()
void showPage()
void hidePage()
Component viewable()
Copyright © 2014. All Rights Reserved.