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
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.String[]availablePatterns()Get a list of patterns available in this implementation.java.lang.Stringpattern()Get name of current pattern.booleansetPattern(java.lang.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
java.lang.String[] availablePatterns()
Get a list of patterns available in this implementation.
-
pattern
java.lang.String pattern()
Get name of current pattern.
-
setPattern
boolean setPattern(java.lang.String pattern)
Set current pattern, e.g. "crossHatch", "solid".- Returns:
- false if pattern not known to this implementation.
-
-
DMelt 3.0 © DataMelt by jWork.ORG