jas.jds.interfaces
Class Remote1DHistogramInfo

java.lang.Object
  |
  +--jas.jds.interfaces.Remote1DHistogramInfo
All Implemented Interfaces:
java.io.Serializable

public class Remote1DHistogramInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int m_axisType
           
 int m_bins
           
 boolean m_isRebinnable
           
 double m_max
           
 double m_min
           
 java.lang.String m_title
           
 
Constructor Summary
Remote1DHistogramInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_title

public java.lang.String m_title

m_min

public double m_min

m_max

public double m_max

m_bins

public int m_bins

m_isRebinnable

public boolean m_isRebinnable

m_axisType

public int m_axisType
Constructor Detail

Remote1DHistogramInfo

public Remote1DHistogramInfo()