hep.aida.jni
Class CIPlotterStyle

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.CIPlotterStyle
All Implemented Interfaces:
hep.aida.IBaseStyle, hep.aida.IPlotterStyle

public class CIPlotterStyle
extends CIBaseStyle
implements hep.aida.IPlotterStyle


Field Summary
 
Fields inherited from class hep.aida.jni.CAIDRef
crefID
 
Constructor Summary
CIPlotterStyle(long crefID)
           
 
Method Summary
 hep.aida.IDataStyle dataStyle()
           
 hep.aida.IInfoStyle infoStyle()
           
 boolean setAxisStyleX(hep.aida.IAxisStyle xAxisStyle)
           
 boolean setAxisStyleY(hep.aida.IAxisStyle yAxisStyle)
           
 boolean setAxisStyleZ(hep.aida.IAxisStyle zAxisStyle)
           
 boolean setDataStyle(hep.aida.IDataStyle dataStyle)
           
 boolean setInfoStyle(hep.aida.IInfoStyle infoStyle)
           
 boolean setTitleStyle(hep.aida.ITitleStyle textStyle)
           
 hep.aida.ITitleStyle titleStyle()
           
 hep.aida.IAxisStyle xAxisStyle()
           
 hep.aida.IAxisStyle yAxisStyle()
           
 hep.aida.IAxisStyle zAxisStyle()
           
 
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

CIPlotterStyle

public CIPlotterStyle(long crefID)
Method Detail

dataStyle

public hep.aida.IDataStyle dataStyle()
Specified by:
dataStyle in interface hep.aida.IPlotterStyle

xAxisStyle

public hep.aida.IAxisStyle xAxisStyle()
Specified by:
xAxisStyle in interface hep.aida.IPlotterStyle

yAxisStyle

public hep.aida.IAxisStyle yAxisStyle()
Specified by:
yAxisStyle in interface hep.aida.IPlotterStyle

zAxisStyle

public hep.aida.IAxisStyle zAxisStyle()
Specified by:
zAxisStyle in interface hep.aida.IPlotterStyle

titleStyle

public hep.aida.ITitleStyle titleStyle()
Specified by:
titleStyle in interface hep.aida.IPlotterStyle

infoStyle

public hep.aida.IInfoStyle infoStyle()
Specified by:
infoStyle in interface hep.aida.IPlotterStyle

setDataStyle

public boolean setDataStyle(hep.aida.IDataStyle dataStyle)
Specified by:
setDataStyle in interface hep.aida.IPlotterStyle

setAxisStyleX

public boolean setAxisStyleX(hep.aida.IAxisStyle xAxisStyle)
Specified by:
setAxisStyleX in interface hep.aida.IPlotterStyle

setAxisStyleY

public boolean setAxisStyleY(hep.aida.IAxisStyle yAxisStyle)
Specified by:
setAxisStyleY in interface hep.aida.IPlotterStyle

setAxisStyleZ

public boolean setAxisStyleZ(hep.aida.IAxisStyle zAxisStyle)
Specified by:
setAxisStyleZ in interface hep.aida.IPlotterStyle

setTitleStyle

public boolean setTitleStyle(hep.aida.ITitleStyle textStyle)
Specified by:
setTitleStyle in interface hep.aida.IPlotterStyle

setInfoStyle

public boolean setInfoStyle(hep.aida.IInfoStyle infoStyle)
Specified by:
setInfoStyle in interface hep.aida.IPlotterStyle


Copyright © 2000-2007 FreeHEP. All Rights Reserved.