org.freehep.jas.services
Interface PlotRegion


public interface PlotRegion

A plot region represents a region in a page, into which a plot can be displayed.


Method Summary
 void clear()
          Clears the region
 Plotter currentPlot()
           
 void showPlot(Plotter plotter)
          Show a plot in this region
 

Method Detail

showPlot

void showPlot(Plotter plotter)
Show a plot in this region

Parameters:
plotter - The plot to show. This will replace any previous plot in this region.

clear

void clear()
Clears the region


currentPlot

Plotter currentPlot()


Copyright © 2013. All Rights Reserved.