hep.aida.jni
Class CILineStyle

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
                  extended by hep.aida.jni.CILineStyle
All Implemented Interfaces:
hep.aida.IBaseStyle, hep.aida.IBrushStyle, hep.aida.ILineStyle

public class CILineStyle
extends CIBrushStyle
implements hep.aida.ILineStyle


Field Summary
 
Fields inherited from class hep.aida.jni.CAIDRef
crefID
 
Constructor Summary
CILineStyle(long crefID)
           
 
Method Summary
 String[] availableLineTypes()
           
 String lineType()
           
 boolean setLineType(String newLineType)
           
 boolean setThickness(int newThickness)
           
 int thickness()
           
 
Methods inherited from class hep.aida.jni.CIBrushStyle
availableColors, color, opacity, setColor, setOpacity
 
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.IBrushStyle
availableColors, color, opacity, setColor, setOpacity
 
Methods inherited from interface hep.aida.IBaseStyle
availableParameterOptions, availableParameters, parameterValue, reset, setParameter, setParameter
 

Constructor Detail

CILineStyle

public CILineStyle(long crefID)
Method Detail

availableLineTypes

public String[] availableLineTypes()
Specified by:
availableLineTypes in interface hep.aida.ILineStyle

lineType

public String lineType()
Specified by:
lineType in interface hep.aida.ILineStyle

thickness

public int thickness()
Specified by:
thickness in interface hep.aida.ILineStyle

setLineType

public boolean setLineType(String newLineType)
Specified by:
setLineType in interface hep.aida.ILineStyle

setThickness

public boolean setThickness(int newThickness)
Specified by:
setThickness in interface hep.aida.ILineStyle


Copyright © 2000-2007 FreeHEP. All Rights Reserved.