hep.aida.ref.plotter
Class FillStyle

java.lang.Object
  extended by hep.aida.ref.plotter.BaseStyle
      extended by hep.aida.ref.plotter.FillStyle
All Implemented Interfaces:
hep.aida.IBaseStyle, hep.aida.IBrushStyle, hep.aida.IFillStyle, StyleListener

public class FillStyle
extends BaseStyle
implements hep.aida.IFillStyle


Constructor Summary
FillStyle()
           
 
Method Summary
 java.lang.String[] availableColors()
           
 java.lang.String[] availablePatterns()
           
 java.lang.String color()
           
 java.lang.String color(int gi, int oi)
           
 double opacity()
          returns -1 if it not set
 java.lang.String pattern()
           
 boolean setColor(java.lang.String color)
           
 boolean setOpacity(double opacity)
           
 boolean setPattern(java.lang.String pattern)
           
 
Methods inherited from class hep.aida.ref.plotter.BaseStyle
addParent, addParentList, availableParameterOptions, availableParameters, child, children, createParentListForName, createParentListForName, deepestSetParameter, isMyParent, isParameterSet, isParameterSet, isVisible, name, parameter, parameterValue, parentList, reset, setParameter, setParameter, setParameter, setParameterDefault, setParentList, setParentList, setVisible, styleChanged, type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

FillStyle

public FillStyle()
Method Detail

availablePatterns

public java.lang.String[] availablePatterns()
Specified by:
availablePatterns in interface hep.aida.IFillStyle

pattern

public java.lang.String pattern()
Specified by:
pattern in interface hep.aida.IFillStyle

setPattern

public boolean setPattern(java.lang.String pattern)
Specified by:
setPattern in interface hep.aida.IFillStyle

availableColors

public java.lang.String[] availableColors()
Specified by:
availableColors in interface hep.aida.IBrushStyle

color

public java.lang.String color()
Specified by:
color in interface hep.aida.IBrushStyle

color

public java.lang.String color(int gi,
                              int oi)

opacity

public double opacity()
returns -1 if it not set

Specified by:
opacity in interface hep.aida.IBrushStyle

setColor

public boolean setColor(java.lang.String color)
Specified by:
setColor in interface hep.aida.IBrushStyle

setOpacity

public boolean setOpacity(double opacity)
Specified by:
setOpacity in interface hep.aida.IBrushStyle


jHepWork 1.1 (C) Chekanov