AIDA API
Version 3.3

hep.aida
Interface IDataStyle

All Superinterfaces:
IBaseStyle

public interface IDataStyle
extends IBaseStyle

Style for the part of the scene representing the data (then histograms, functions, data point sets).

Author:
The AIDA team (http://aida.freehep.org/)

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 interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type
 

Method Detail

lineStyle

public ILineStyle lineStyle()
Return various styles that may be used to customize the data representation.


markerStyle

public IMarkerStyle markerStyle()

fillStyle

public IFillStyle fillStyle()

errorBarStyle

public ILineStyle errorBarStyle()

outlineStyle

public ILineStyle outlineStyle()

setLineStyle

public boolean setLineStyle(ILineStyle lineStyle)
Set various basic style on the data style.


setMarkerStyle

public boolean setMarkerStyle(IMarkerStyle markerStyle)

setFillStyle

public boolean setFillStyle(IFillStyle fillStyle)

setErrorBarStyle

public boolean setErrorBarStyle(ILineStyle errorBarStyle)

setOutlineStyle

public boolean setOutlineStyle(ILineStyle outlineStyle)

setModel

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


model

public String model()

showInStatisticsBox

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


isShownInStatisticsBox

public boolean isShownInStatisticsBox()

showInLegendBox

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


isShownInLegendBox

public boolean isShownInLegendBox()

AIDA API
Version 3.3

Copyright © 2000-2004 AIDA Team, All Rights Reserved.