hep.aida
Interface IFillStyle

All Superinterfaces:
IBaseStyle, IBrushStyle
All Known Implementing Classes:
FillStyle

public interface IFillStyle
extends IBrushStyle

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


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

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


pattern

String pattern()
Get name of current pattern.


setPattern

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

Returns:
false if pattern not known to this implementation.


jHepWork 3.2 © jWork.org