FreeHEP API
Version current

hep.aida.ref.remote.rmi.data
Class RmiDataPointSetData

java.lang.Object
  extended byhep.aida.ref.remote.rmi.data.RmiDataPointSetData
All Implemented Interfaces:
Serializable

public class RmiDataPointSetData
extends Object
implements Serializable

This class contains data for IHistogram1D

Author:
serbo
See Also:
Serialized Form
Source Code:
RmiDataPointSetData.java

Constructor Summary
RmiDataPointSetData()
          Creates a new instance of RmiDataPointSetData
 
Method Summary
 RmiAnnotationItem[] getAnnotationItems()
           
 int getDimension()
           
 double[] getLowerExtent()
           
 double[] getMinusErrors()
           
 double[] getPlusErrors()
           
 long getTimeOfLastUpdate()
           
 double[] getUpperExtent()
           
 double[] getValues()
           
 String getXAxisType()
           
 String getYAxisType()
           
 void setAnnotationItems(RmiAnnotationItem[] items)
           
 void setDimension(int d)
           
 void setLowerExtent(double[] d)
           
 void setMinusErrors(double[] d)
           
 void setPlusErrors(double[] d)
           
 void setTimeOfLastUpdate(long t)
           
 void setUpperExtent(double[] d)
           
 void setValues(double[] d)
           
 void setXAxisType(String type)
           
 void setYAxisType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmiDataPointSetData

public RmiDataPointSetData()
Creates a new instance of RmiDataPointSetData

Method Detail

setAnnotationItems

public void setAnnotationItems(RmiAnnotationItem[] items)

getAnnotationItems

public RmiAnnotationItem[] getAnnotationItems()

setXAxisType

public void setXAxisType(String type)

setYAxisType

public void setYAxisType(String type)

setTimeOfLastUpdate

public void setTimeOfLastUpdate(long t)

getXAxisType

public String getXAxisType()

getYAxisType

public String getYAxisType()

getTimeOfLastUpdate

public long getTimeOfLastUpdate()

setDimension

public void setDimension(int d)

setUpperExtent

public void setUpperExtent(double[] d)

setLowerExtent

public void setLowerExtent(double[] d)

setValues

public void setValues(double[] d)

setPlusErrors

public void setPlusErrors(double[] d)

setMinusErrors

public void setMinusErrors(double[] d)

getDimension

public int getDimension()

getUpperExtent

public double[] getUpperExtent()

getLowerExtent

public double[] getLowerExtent()

getValues

public double[] getValues()

getPlusErrors

public double[] getPlusErrors()

getMinusErrors

public double[] getMinusErrors()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.