FreeHEP API
Version current

hep.aida.jni
Class CIBrushStyle

java.lang.Object
  extended byhep.aida.jni.CAIDRef
      extended byhep.aida.jni.CProxy
          extended byhep.aida.jni.CIBaseStyle
              extended byhep.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

Source Code:
CIBrushStyle.java

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, child, children, isVisible, name, parameterValue, reset, setParameter, setParameter, setVisible, type
 

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.