FreeHEP API
Version 3.2.1

hep.aida
Interface IMarkerStyle

All Superinterfaces:
IBaseStyle, IBrushStyle

public interface IMarkerStyle
extends IBrushStyle

Style for all markers (histo representation, legend box etc.)

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

Method Summary
 String[] availableShapes()
          Get list of shapes available in this implementation.
 boolean setShape(String shape)
          Set current marker shape, e.g.
 String shape()
          Get current marker shape.
 
Methods inherited from interface hep.aida.IBrushStyle
availableColors, color, opacity, setColor, setOpacity
 
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, parameterValue, reset, setParameter, setParameter
 

Method Detail

availableShapes

public String[] availableShapes()
Get list of shapes available in this implementation.


shape

public String shape()
Get current marker shape.


setShape

public boolean setShape(String shape)
Set current marker shape, e.g. "openCircle".

Returns:
false if shape not available in this implementation.

FreeHEP API
Version 3.2.1

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