FreeHEP API
Version 3.2.1

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
 IFillStyle fillStyle()
           
 ILineStyle lineStyle()
          Return various styles that may be used to customize the data representation.
 IMarkerStyle markerStyle()
           
 boolean setFillStyle(IFillStyle fillStyle)
           
 boolean setLineStyle(ILineStyle lineStyle)
          Set various basic style on the data style.
 boolean setMarkerStyle(IMarkerStyle markerStyle)
           
 
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, parameterValue, reset, setParameter, setParameter
 

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()

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)

FreeHEP API
Version 3.2.1

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