org.freehep.jas.services
Interface PlotPage
public interface PlotPage
createRegions
void createRegions(int x,
int y)
createRegion
PlotRegion createRegion(double x,
double y,
double w,
double h)
next
PlotRegion next()
clearRegions
void clearRegions()
region
PlotRegion region(int index)
currentRegion
PlotRegion currentRegion()
addRegion
PlotRegion addRegion()
setCurrentRegion
void setCurrentRegion(PlotRegion reg)
numberOfRegions
int numberOfRegions()
showPage
void showPage()
hidePage
void hidePage()
viewable
Component viewable()
- Returns a Component that can be used to display a PlotPage in some other swing
component.
Copyright © 2013. All Rights Reserved.