FreeHEP API
Version v1.2.2

hep.aida.ref.plotter
Class PlotterRegion

java.lang.Object
  |
  +--hep.aida.ref.plotter.PlotterRegion
All Implemented Interfaces:
hep.aida.IPlotterRegion

public class PlotterRegion
extends Object
implements hep.aida.IPlotterRegion

A dummy implementation of PlotterRegion

Version:
$Id: PlotterRegion.java,v 1.16 2003/10/20 19:55:01 turri Exp $
Author:
tonyj

Constructor Summary
PlotterRegion()
           
PlotterRegion(JPanel panel)
           
 
Method Summary
 void applyStyle(hep.aida.IPlotterStyle style)
           
 String[] availableParameterOptions(String str)
           
 String[] availableParameters()
           
 void clear()
           
 hep.aida.IInfo info()
           
 hep.aida.IPlotterLayout layout()
           
 String parameterValue(String str)
           
 void plot(hep.aida.IBaseHistogram iBaseHistogram)
           
 void plot(hep.aida.IBaseHistogram iBaseHistogram, hep.aida.IPlotterStyle style)
           
 void plot(hep.aida.IBaseHistogram iBaseHistogram, hep.aida.IPlotterStyle style, String options)
           
 void plot(hep.aida.IBaseHistogram iBaseHistogram, String options)
           
 void plot(hep.aida.IDataPointSet iDataPointSet)
           
 void plot(hep.aida.IDataPointSet iDataPointSet, hep.aida.IPlotterStyle style)
           
 void plot(hep.aida.IDataPointSet iDataPointSet, hep.aida.IPlotterStyle style, String options)
           
 void plot(hep.aida.IDataPointSet iDataPointSet, String options)
           
 void plot(hep.aida.IFunction iFunction)
           
 void plot(hep.aida.IFunction iFunction, hep.aida.IPlotterStyle style)
           
 void plot(hep.aida.IFunction iFunction, hep.aida.IPlotterStyle style, String options)
           
 void plot(hep.aida.IFunction iFunction, String options)
           
 void remove(hep.aida.IBaseHistogram iBaseHistogram)
           
 void remove(hep.aida.IDataPointSet iDataPointSet)
           
 void remove(hep.aida.IFunction iFunction)
           
 void setInfo(hep.aida.IInfo info)
           
 void setLayout(hep.aida.IPlotterLayout iPlotterLayout)
           
 void setParameter(String str)
           
 void setParameter(String str, String str1)
           
 void setStyle(hep.aida.IPlotterStyle style)
           
 void setTitle(String title)
           
 void setXLimits()
           
 void setXLimits(double param)
           
 void setXLimits(double param, double param1)
           
 void setYLimits()
           
 void setYLimits(double param)
           
 void setYLimits(double param, double param1)
           
 void setZLimits()
           
 void setZLimits(double param)
           
 void setZLimits(double param, double param1)
           
 hep.aida.IPlotterStyle style()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotterRegion

public PlotterRegion(JPanel panel)

PlotterRegion

public PlotterRegion()
Method Detail

availableParameterOptions

public String[] availableParameterOptions(String str)
Specified by:
availableParameterOptions in interface hep.aida.IPlotterRegion

availableParameters

public String[] availableParameters()
Specified by:
availableParameters in interface hep.aida.IPlotterRegion

setParameter

public void setParameter(String str)
Specified by:
setParameter in interface hep.aida.IPlotterRegion

setParameter

public void setParameter(String str,
                         String str1)
Specified by:
setParameter in interface hep.aida.IPlotterRegion

parameterValue

public String parameterValue(String str)
Specified by:
parameterValue in interface hep.aida.IPlotterRegion

style

public hep.aida.IPlotterStyle style()
Specified by:
style in interface hep.aida.IPlotterRegion

setStyle

public void setStyle(hep.aida.IPlotterStyle style)
Specified by:
setStyle in interface hep.aida.IPlotterRegion

applyStyle

public void applyStyle(hep.aida.IPlotterStyle style)
Specified by:
applyStyle in interface hep.aida.IPlotterRegion

setTitle

public void setTitle(String title)
Specified by:
setTitle in interface hep.aida.IPlotterRegion

setXLimits

public void setXLimits(double param)
Specified by:
setXLimits in interface hep.aida.IPlotterRegion

setZLimits

public void setZLimits(double param)
Specified by:
setZLimits in interface hep.aida.IPlotterRegion

setYLimits

public void setYLimits(double param)
Specified by:
setYLimits in interface hep.aida.IPlotterRegion

setZLimits

public void setZLimits(double param,
                       double param1)
Specified by:
setZLimits in interface hep.aida.IPlotterRegion

setZLimits

public void setZLimits()
Specified by:
setZLimits in interface hep.aida.IPlotterRegion

setYLimits

public void setYLimits(double param,
                       double param1)
Specified by:
setYLimits in interface hep.aida.IPlotterRegion

setYLimits

public void setYLimits()
Specified by:
setYLimits in interface hep.aida.IPlotterRegion

setXLimits

public void setXLimits(double param,
                       double param1)
                throws IllegalArgumentException
Specified by:
setXLimits in interface hep.aida.IPlotterRegion
IllegalArgumentException

setXLimits

public void setXLimits()
                throws IllegalArgumentException
Specified by:
setXLimits in interface hep.aida.IPlotterRegion
IllegalArgumentException

info

public hep.aida.IInfo info()
Specified by:
info in interface hep.aida.IPlotterRegion

setInfo

public void setInfo(hep.aida.IInfo info)

clear

public void clear()
Specified by:
clear in interface hep.aida.IPlotterRegion

plot

public void plot(hep.aida.IBaseHistogram iBaseHistogram)
Specified by:
plot in interface hep.aida.IPlotterRegion

plot

public void plot(hep.aida.IBaseHistogram iBaseHistogram,
                 hep.aida.IPlotterStyle style)
Specified by:
plot in interface hep.aida.IPlotterRegion

plot

public void plot(hep.aida.IBaseHistogram iBaseHistogram,
                 String options)
Specified by:
plot in interface hep.aida.IPlotterRegion

plot

public void plot(hep.aida.IBaseHistogram iBaseHistogram,
                 hep.aida.IPlotterStyle style,
                 String options)
Specified by:
plot in interface hep.aida.IPlotterRegion

plot

public void plot(hep.aida.IDataPointSet iDataPointSet)
Specified by:
plot in interface hep.aida.IPlotterRegion

plot

public void plot(hep.aida.IDataPointSet iDataPointSet,
                 hep.aida.IPlotterStyle style)
Specified by:
plot in interface hep.aida.IPlotterRegion

plot

public void plot(hep.aida.IDataPointSet iDataPointSet,
                 String options)
Specified by:
plot in interface hep.aida.IPlotterRegion

plot

public void plot(hep.aida.IDataPointSet iDataPointSet,
                 hep.aida.IPlotterStyle style,
                 String options)
Specified by:
plot in interface hep.aida.IPlotterRegion

plot

public void plot(hep.aida.IFunction iFunction)
Specified by:
plot in interface hep.aida.IPlotterRegion

plot

public void plot(hep.aida.IFunction iFunction,
                 hep.aida.IPlotterStyle style)
Specified by:
plot in interface hep.aida.IPlotterRegion

plot

public void plot(hep.aida.IFunction iFunction,
                 String options)
Specified by:
plot in interface hep.aida.IPlotterRegion

plot

public void plot(hep.aida.IFunction iFunction,
                 hep.aida.IPlotterStyle style,
                 String options)
Specified by:
plot in interface hep.aida.IPlotterRegion

remove

public void remove(hep.aida.IDataPointSet iDataPointSet)
Specified by:
remove in interface hep.aida.IPlotterRegion

remove

public void remove(hep.aida.IFunction iFunction)
Specified by:
remove in interface hep.aida.IPlotterRegion

remove

public void remove(hep.aida.IBaseHistogram iBaseHistogram)
Specified by:
remove in interface hep.aida.IPlotterRegion

setLayout

public void setLayout(hep.aida.IPlotterLayout iPlotterLayout)
Specified by:
setLayout in interface hep.aida.IPlotterRegion

layout

public hep.aida.IPlotterLayout layout()
Specified by:
layout in interface hep.aida.IPlotterRegion

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.