hep.aida.ref.plotter
Class DataStyle
java.lang.Object
hep.aida.ref.plotter.BaseStyle
hep.aida.ref.plotter.DataStyle
- All Implemented Interfaces:
- hep.aida.IBaseStyle, hep.aida.IDataStyle, StyleListener
public class DataStyle
- extends BaseStyle
- implements hep.aida.IDataStyle
Methods inherited from class hep.aida.ref.plotter.BaseStyle |
addParent, addParentList, availableParameterOptions, availableParameters, child, children, createParentListForName, createParentListForName, deepestSetParameter, isMyParent, isParameterSet, isParameterSet, isVisible, name, parameter, parameterValue, parentList, reset, setParameter, setParameter, setParameter, setParameterDefault, setParentList, setParentList, setVisible, styleChanged, type |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hep.aida.IBaseStyle |
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type |
DataStyle
public DataStyle()
fillStyle
public hep.aida.IFillStyle fillStyle()
- Specified by:
fillStyle
in interface hep.aida.IDataStyle
lineStyle
public hep.aida.ILineStyle lineStyle()
- Specified by:
lineStyle
in interface hep.aida.IDataStyle
markerStyle
public hep.aida.IMarkerStyle markerStyle()
- Specified by:
markerStyle
in interface hep.aida.IDataStyle
errorBarStyle
public hep.aida.ILineStyle errorBarStyle()
- Specified by:
errorBarStyle
in interface hep.aida.IDataStyle
outlineStyle
public hep.aida.ILineStyle outlineStyle()
- Specified by:
outlineStyle
in interface hep.aida.IDataStyle
setFillStyle
public boolean setFillStyle(hep.aida.IFillStyle fillStyle)
- Specified by:
setFillStyle
in interface hep.aida.IDataStyle
setLineStyle
public boolean setLineStyle(hep.aida.ILineStyle lineStyle)
- Specified by:
setLineStyle
in interface hep.aida.IDataStyle
setMarkerStyle
public boolean setMarkerStyle(hep.aida.IMarkerStyle markerStyle)
- Specified by:
setMarkerStyle
in interface hep.aida.IDataStyle
setErrorBarStyle
public boolean setErrorBarStyle(hep.aida.ILineStyle errorBarStyle)
- Specified by:
setErrorBarStyle
in interface hep.aida.IDataStyle
setOutlineStyle
public boolean setOutlineStyle(hep.aida.ILineStyle outlineStyle)
- Specified by:
setOutlineStyle
in interface hep.aida.IDataStyle
setModel
public boolean setModel(java.lang.String model)
- Set the model accorting to which the data is represented.
- Specified by:
setModel
in interface hep.aida.IDataStyle
model
public java.lang.String model()
- Specified by:
model
in interface hep.aida.IDataStyle
showInStatisticsBox
public void showInStatisticsBox(boolean showInStatisticsBox)
- Set if this data is to be represented in the statistics box.
- Specified by:
showInStatisticsBox
in interface hep.aida.IDataStyle
isShownInStatisticsBox
public boolean isShownInStatisticsBox()
- Specified by:
isShownInStatisticsBox
in interface hep.aida.IDataStyle
showInLegendBox
public void showInLegendBox(boolean showInLegendBox)
- Set if this data is to be represented in the legend box.
- Specified by:
showInLegendBox
in interface hep.aida.IDataStyle
isShownInLegendBox
public boolean isShownInLegendBox()
- Specified by:
isShownInLegendBox
in interface hep.aida.IDataStyle
jHepWork 1.1 (C) Chekanov