|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.aida.ref.plotter.PlotterRegion
A dummy implementation of PlotterRegion
Field Summary | |
int |
ADD
|
int |
OVERLAY
|
int |
REPLACE
|
int |
STACK
|
Constructor Summary | |
PlotterRegion(hep.aida.IPlotter plotter)
|
|
PlotterRegion(JPanel panel,
hep.aida.IPlotter plotter)
|
Method Summary | |
void |
add(Object thing,
hep.aida.IPlotterStyle style,
int mode)
|
void |
add(Object thing,
hep.aida.IPlotterStyle style,
int mode,
Object data)
|
void |
add(Object thing,
hep.aida.IPlotterStyle style,
int mode,
Object data,
String options)
|
void |
add(Object thing,
hep.aida.IPlotterStyle style,
int mode,
String options)
|
void |
add(Object thing,
hep.aida.IPlotterStyle style,
String options)
|
void |
addToRegion(Object thing,
hep.aida.IPlotterStyle styleObj,
String options)
|
hep.aida.IPlotterStyle |
applyDefaultStyles(Object thing,
hep.aida.IPlotterStyle style)
|
void |
applyStyle(hep.aida.IPlotterStyle style)
|
void |
applyStyle(jas.hist.JASHistData jasHistData,
hep.aida.IPlotterStyle style)
|
void |
applyStyleAfterShow(jas.hist.JASHistData jasHistData,
hep.aida.IPlotterStyle style)
|
void |
applyStyleBeforeAdding(hep.aida.IPlotterStyle style,
jas.hist.DataSource ds)
|
String[] |
availableParameterOptions(String str)
|
String[] |
availableParameters()
|
void |
clear()
|
void |
clearRegion()
|
int |
getMode(String options)
|
jas.hist.JASHist |
getPlot()
|
void |
handleLabels(hep.aida.IPlotterStyle style)
|
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 |
plot(hep.aida.IPlottable plottable)
|
void |
plot(hep.aida.IPlottable plottable,
hep.aida.IPlotterStyle style)
|
void |
plot(hep.aida.IPlottable plottable,
hep.aida.IPlotterStyle style,
String options)
|
void |
plot(hep.aida.IPlottable plottable,
String options)
|
void |
refresh()
|
void |
remove(hep.aida.IBaseHistogram iBaseHistogram)
|
void |
remove(hep.aida.IDataPointSet iDataPointSet)
|
void |
remove(hep.aida.IFunction iFunction)
|
void |
remove(hep.aida.IPlottable plottable)
|
void |
removeDataSourceFromRegion(jas.hist.DataSource ds)
|
void |
removeObjectFromRegion(Object thing)
|
void |
setDefaultMode(String value)
|
hep.aida.IPlotterStyle |
setDefaultsFromData(Object thing,
hep.aida.IPlotterStyle style)
|
void |
setInfo(hep.aida.IInfo info)
|
void |
setLayout(hep.aida.IPlotterLayout iPlotterLayout)
|
void |
setParameter(String str)
|
void |
setParameter(String str,
String str1)
|
void |
setPlot(jas.hist.JASHist plot)
|
void |
setStyle(hep.aida.IPlotterStyle style)
|
void |
setTitle(String title)
|
void |
setXLimits()
|
void |
setXLimits(double min)
|
void |
setXLimits(double min,
double max)
|
void |
setYLimits()
|
void |
setYLimits(double min)
|
void |
setYLimits(double min,
double max)
|
void |
setZLimits()
|
void |
setZLimits(double min)
|
void |
setZLimits(double min,
double max)
|
hep.aida.IPlotterStyle |
style()
|
String |
title()
|
double |
xLimitMax()
Get the max limit of x. |
double |
xLimitMin()
Get the min limit of x. |
double |
yLimitMax()
Get the max limit of y. |
double |
yLimitMin()
Get the min limit of y. |
double |
zLimitMax()
Get the max limit of z. |
double |
zLimitMin()
Get the min limit of z. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final int REPLACE
public final int OVERLAY
public final int ADD
public final int STACK
Constructor Detail |
public PlotterRegion(JPanel panel, hep.aida.IPlotter plotter)
public PlotterRegion(hep.aida.IPlotter plotter)
Method Detail |
public String[] availableParameterOptions(String str)
availableParameterOptions
in interface hep.aida.IPlotterRegion
public String[] availableParameters()
availableParameters
in interface hep.aida.IPlotterRegion
public void setParameter(String str)
setParameter
in interface hep.aida.IPlotterRegion
public void setParameter(String str, String str1)
setParameter
in interface hep.aida.IPlotterRegion
public String parameterValue(String str)
parameterValue
in interface hep.aida.IPlotterRegion
public hep.aida.IPlotterStyle style()
style
in interface hep.aida.IPlotterRegion
public void setStyle(hep.aida.IPlotterStyle style)
setStyle
in interface hep.aida.IPlotterRegion
public void applyStyle(hep.aida.IPlotterStyle style)
applyStyle
in interface hep.aida.IPlotterRegion
public void setTitle(String title)
setTitle
in interface hep.aida.IPlotterRegion
public String title()
title
in interface hep.aida.IPlotterRegion
public void setXLimits() throws IllegalArgumentException
setXLimits
in interface hep.aida.IPlotterRegion
IllegalArgumentException
public void setXLimits(double min)
setXLimits
in interface hep.aida.IPlotterRegion
public void setXLimits(double min, double max) throws IllegalArgumentException
setXLimits
in interface hep.aida.IPlotterRegion
IllegalArgumentException
public void setYLimits() throws IllegalArgumentException
setYLimits
in interface hep.aida.IPlotterRegion
IllegalArgumentException
public void setYLimits(double min)
setYLimits
in interface hep.aida.IPlotterRegion
public void setYLimits(double min, double max) throws IllegalArgumentException
setYLimits
in interface hep.aida.IPlotterRegion
IllegalArgumentException
public void setZLimits() throws IllegalArgumentException
setZLimits
in interface hep.aida.IPlotterRegion
IllegalArgumentException
public void setZLimits(double min)
setZLimits
in interface hep.aida.IPlotterRegion
public void setZLimits(double min, double max) throws IllegalArgumentException
setZLimits
in interface hep.aida.IPlotterRegion
IllegalArgumentException
public double xLimitMin()
xLimitMin
in interface hep.aida.IPlotterRegion
public double xLimitMax()
xLimitMax
in interface hep.aida.IPlotterRegion
public double yLimitMin()
yLimitMin
in interface hep.aida.IPlotterRegion
public double yLimitMax()
yLimitMax
in interface hep.aida.IPlotterRegion
public double zLimitMin()
zLimitMin
in interface hep.aida.IPlotterRegion
public double zLimitMax()
zLimitMax
in interface hep.aida.IPlotterRegion
public hep.aida.IInfo info()
info
in interface hep.aida.IPlotterRegion
public void setInfo(hep.aida.IInfo info)
public void clear()
clear
in interface hep.aida.IPlotterRegion
public void plot(hep.aida.IPlottable plottable) throws IllegalArgumentException
plot
in interface hep.aida.IPlotterRegion
IllegalArgumentException
public void plot(hep.aida.IPlottable plottable, String options) throws IllegalArgumentException
plot
in interface hep.aida.IPlotterRegion
IllegalArgumentException
public void plot(hep.aida.IPlottable plottable, hep.aida.IPlotterStyle style) throws IllegalArgumentException
plot
in interface hep.aida.IPlotterRegion
IllegalArgumentException
public void plot(hep.aida.IPlottable plottable, hep.aida.IPlotterStyle style, String options) throws IllegalArgumentException
plot
in interface hep.aida.IPlotterRegion
IllegalArgumentException
public void plot(hep.aida.IBaseHistogram iBaseHistogram)
plot
in interface hep.aida.IPlotterRegion
public void plot(hep.aida.IBaseHistogram iBaseHistogram, hep.aida.IPlotterStyle style)
plot
in interface hep.aida.IPlotterRegion
public void plot(hep.aida.IBaseHistogram iBaseHistogram, String options)
plot
in interface hep.aida.IPlotterRegion
public void plot(hep.aida.IBaseHistogram iBaseHistogram, hep.aida.IPlotterStyle style, String options)
plot
in interface hep.aida.IPlotterRegion
public void plot(hep.aida.IDataPointSet iDataPointSet)
plot
in interface hep.aida.IPlotterRegion
public void plot(hep.aida.IDataPointSet iDataPointSet, hep.aida.IPlotterStyle style)
plot
in interface hep.aida.IPlotterRegion
public void plot(hep.aida.IDataPointSet iDataPointSet, String options)
plot
in interface hep.aida.IPlotterRegion
public void plot(hep.aida.IDataPointSet iDataPointSet, hep.aida.IPlotterStyle style, String options)
plot
in interface hep.aida.IPlotterRegion
public void plot(hep.aida.IFunction iFunction)
plot
in interface hep.aida.IPlotterRegion
public void plot(hep.aida.IFunction iFunction, hep.aida.IPlotterStyle style)
plot
in interface hep.aida.IPlotterRegion
public void plot(hep.aida.IFunction iFunction, String options)
plot
in interface hep.aida.IPlotterRegion
public void plot(hep.aida.IFunction iFunction, hep.aida.IPlotterStyle style, String options)
plot
in interface hep.aida.IPlotterRegion
public void remove(hep.aida.IDataPointSet iDataPointSet)
remove
in interface hep.aida.IPlotterRegion
public void remove(hep.aida.IFunction iFunction)
remove
in interface hep.aida.IPlotterRegion
public void remove(hep.aida.IBaseHistogram iBaseHistogram)
remove
in interface hep.aida.IPlotterRegion
public void remove(hep.aida.IPlottable plottable) throws IllegalArgumentException
remove
in interface hep.aida.IPlotterRegion
IllegalArgumentException
public void setPlot(jas.hist.JASHist plot)
public jas.hist.JASHist getPlot()
public void setLayout(hep.aida.IPlotterLayout iPlotterLayout)
setLayout
in interface hep.aida.IPlotterRegion
public hep.aida.IPlotterLayout layout()
layout
in interface hep.aida.IPlotterRegion
public void add(Object thing, hep.aida.IPlotterStyle style, int mode)
public void add(Object thing, hep.aida.IPlotterStyle style, String options)
public void add(Object thing, hep.aida.IPlotterStyle style, int mode, String options)
public void add(Object thing, hep.aida.IPlotterStyle style, int mode, Object data)
public void add(Object thing, hep.aida.IPlotterStyle style, int mode, Object data, String options)
public hep.aida.IPlotterStyle setDefaultsFromData(Object thing, hep.aida.IPlotterStyle style)
public void handleLabels(hep.aida.IPlotterStyle style)
public hep.aida.IPlotterStyle applyDefaultStyles(Object thing, hep.aida.IPlotterStyle style)
public void applyStyleBeforeAdding(hep.aida.IPlotterStyle style, jas.hist.DataSource ds)
public void applyStyleAfterShow(jas.hist.JASHistData jasHistData, hep.aida.IPlotterStyle style)
public void applyStyle(jas.hist.JASHistData jasHistData, hep.aida.IPlotterStyle style)
public void removeObjectFromRegion(Object thing)
public void removeDataSourceFromRegion(jas.hist.DataSource ds)
public void refresh()
refresh
in interface hep.aida.IPlotterRegion
public void clearRegion()
public void addToRegion(Object thing, hep.aida.IPlotterStyle styleObj, String options)
public int getMode(String options)
public void setDefaultMode(String value)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |