hep.aida.ref.plotter
Class DataStyle

java.lang.Object
  extended by hep.aida.ref.plotter.WeakStyleListener
      extended by hep.aida.ref.plotter.BaseStyle
          extended by hep.aida.ref.plotter.DataStyle
All Implemented Interfaces:
IBaseStyle, IDataStyle, StyleListener

public class DataStyle
extends BaseStyle
implements IDataStyle


Constructor Summary
DataStyle()
           
 
Method Summary
 ILineStyle errorBarStyle()
           
 IFillStyle fillStyle()
           
 boolean isShownInLegendBox()
           
 boolean isShownInStatisticsBox()
           
 ILineStyle lineStyle()
          Return various styles that may be used to customize the data representation.
 IMarkerStyle markerStyle()
           
 String model()
           
 ILineStyle outlineStyle()
           
 boolean setErrorBarStyle(ILineStyle errorBarStyle)
           
 boolean setFillStyle(IFillStyle fillStyle)
           
 boolean setLineStyle(ILineStyle lineStyle)
          Set various basic style on the data style.
 boolean setMarkerStyle(IMarkerStyle markerStyle)
           
 boolean setModel(String model)
          Set the model accorting to which the data is represented.
 boolean setOutlineStyle(ILineStyle outlineStyle)
           
 void showInLegendBox(boolean showInLegendBox)
          Set if this data is to be represented in the legend box.
 void showInStatisticsBox(boolean showInStatisticsBox)
          Set if this data is to be represented in the statistics box.
 
Methods inherited from class hep.aida.ref.plotter.BaseStyle
addParent, addParentList, availableParameterOptions, availableParameters, child, children, deepestSetParameter, isMyParent, isParameterSet, isParameterSet, isVisible, name, parameter, parameterValue, parentList, removeAllParents, removeParent, reset, setParameter, setParameter, setParameter, setParameterDefault, setParent, 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
 

Constructor Detail

DataStyle

public DataStyle()
Method Detail

fillStyle

public IFillStyle fillStyle()
Specified by:
fillStyle in interface IDataStyle

lineStyle

public ILineStyle lineStyle()
Description copied from interface: IDataStyle
Return various styles that may be used to customize the data representation.

Specified by:
lineStyle in interface IDataStyle

markerStyle

public IMarkerStyle markerStyle()
Specified by:
markerStyle in interface IDataStyle

errorBarStyle

public ILineStyle errorBarStyle()
Specified by:
errorBarStyle in interface IDataStyle

outlineStyle

public ILineStyle outlineStyle()
Specified by:
outlineStyle in interface IDataStyle

setFillStyle

public boolean setFillStyle(IFillStyle fillStyle)
Specified by:
setFillStyle in interface IDataStyle

setLineStyle

public boolean setLineStyle(ILineStyle lineStyle)
Description copied from interface: IDataStyle
Set various basic style on the data style.

Specified by:
setLineStyle in interface IDataStyle

setMarkerStyle

public boolean setMarkerStyle(IMarkerStyle markerStyle)
Specified by:
setMarkerStyle in interface IDataStyle

setErrorBarStyle

public boolean setErrorBarStyle(ILineStyle errorBarStyle)
Specified by:
setErrorBarStyle in interface IDataStyle

setOutlineStyle

public boolean setOutlineStyle(ILineStyle outlineStyle)
Specified by:
setOutlineStyle in interface IDataStyle

setModel

public boolean setModel(String model)
Set the model accorting to which the data is represented.

Specified by:
setModel in interface IDataStyle

model

public String model()
Specified by:
model in interface IDataStyle

showInStatisticsBox

public void showInStatisticsBox(boolean showInStatisticsBox)
Set if this data is to be represented in the statistics box.

Specified by:
showInStatisticsBox in interface IDataStyle

isShownInStatisticsBox

public boolean isShownInStatisticsBox()
Specified by:
isShownInStatisticsBox in interface IDataStyle

showInLegendBox

public void showInLegendBox(boolean showInLegendBox)
Set if this data is to be represented in the legend box.

Specified by:
showInLegendBox in interface IDataStyle

isShownInLegendBox

public boolean isShownInLegendBox()
Specified by:
isShownInLegendBox in interface IDataStyle


jHepWork 3.2 © jWork.org