jas.job
Interface PlotAccess


public interface PlotAccess


Method Summary
 void delete()
           
 DataSource getData(int index)
          Actually access the data associated with the plot
 double getHeight()
           
 int getNDataSources()
           
 double getWidth()
           
 double getX()
           
 double getY()
           
 boolean isConstrained()
           
 void rename(java.lang.String newName)
           
 

Method Detail

delete

public void delete()

rename

public void rename(java.lang.String newName)
            throws NamedObject.RenameException

getNDataSources

public int getNDataSources()

getData

public DataSource getData(int index)
Actually access the data associated with the plot

isConstrained

public boolean isConstrained()

getX

public double getX()

getY

public double getY()

getWidth

public double getWidth()

getHeight

public double getHeight()