org.freehep.jas.services
Interface PlotPage


public interface PlotPage


Method Summary
 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.
 

Method Detail

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.