hep.aida.jni
Class CIBrushStyle

java.lang.Object
  extended by hep.aida.jni.CAIDRef
      extended by hep.aida.jni.CProxy
          extended by hep.aida.jni.CIBaseStyle
              extended by hep.aida.jni.CIBrushStyle
All Implemented Interfaces:
hep.aida.IBaseStyle, hep.aida.IBrushStyle
Direct Known Subclasses:
CIFillStyle, CILineStyle, CIMarkerStyle, CITextStyle

public class CIBrushStyle
extends CIBaseStyle
implements hep.aida.IBrushStyle


Field Summary
 
Fields inherited from class hep.aida.jni.CAIDRef
crefID
 
Constructor Summary
CIBrushStyle(long crefID)
           
 
Method Summary
 String[] availableColors()
           
 String color()
           
 double opacity()
           
 boolean setColor(String newColor)
           
 boolean setOpacity(double newOpacity)
           
 
Methods inherited from class hep.aida.jni.CIBaseStyle
availableParameterOptions, availableParameters, parameterValue, reset, setParameter, setParameter
 
Methods inherited from class hep.aida.jni.CProxy
finalize, finalize
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, parameterValue, reset, setParameter, setParameter
 

Constructor Detail

CIBrushStyle

public CIBrushStyle(long crefID)
Method Detail

availableColors

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

color

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

opacity

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

setColor

public boolean setColor(String newColor)
Specified by:
setColor in interface hep.aida.IBrushStyle

setOpacity

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.