AIDA API
Version 3.3

hep.aida
Interface IFillStyle

All Superinterfaces:
IBaseStyle, IBrushStyle

public interface IFillStyle
extends IBrushStyle

Style for all filled areas (boxes, regions, histograms, etc.)

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

Method Summary
 String[] availablePatterns()
          Get a list of patterns available in this implementation.
 String pattern()
          Get name of current pattern.
 boolean setPattern(String pattern)
          Set current pattern, e.g.
 
Methods inherited from interface hep.aida.IBrushStyle
availableColors, color, opacity, setColor, setOpacity
 
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type
 

Method Detail

availablePatterns

public String[] availablePatterns()
Get a list of patterns available in this implementation.


pattern

public String pattern()
Get name of current pattern.


setPattern

public boolean setPattern(String pattern)
Set current pattern, e.g. "crossHatch", "solid".

Returns:
false if pattern not known to this implementation.

AIDA API
Version 3.3

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