org.mbari.siam.moos.utils.node
Class DataDisplaySettings
java.lang.Object
org.mbari.siam.moos.utils.node.DataDisplaySettings
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PressureDisplaySettings
public class DataDisplaySettings
- extends java.lang.Object
- implements java.io.Serializable
Settings Data
Description: This class holds all the basic settings data
Company: MBARI
- Version:
- 1.0
C August 2003 MBARI * Monterey Bay Aquarium Research Institute Proprietary Information.
All rights reserved.
- Author:
- Sanghamitra Das
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Object |
get(int setting)
|
void |
set(int setting,
java.lang.Object value)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SAMPLE_COUNT
public static final int SAMPLE_COUNT
- See Also:
- Constant Field Values
AUTO_SCALING
public static final int AUTO_SCALING
- See Also:
- Constant Field Values
SAMPLE_TIME
public static final int SAMPLE_TIME
- See Also:
- Constant Field Values
AUTO_SAMPLE
public static final int AUTO_SAMPLE
- See Also:
- Constant Field Values
INVALID_ENTRY
public static final int INVALID_ENTRY
- See Also:
- Constant Field Values
NODE_NAME
public static final int NODE_NAME
- See Also:
- Constant Field Values
ERROR_COLOR
public static final int ERROR_COLOR
- See Also:
- Constant Field Values
MIN
public static final int MIN
- See Also:
- Constant Field Values
MAX
public static final int MAX
- See Also:
- Constant Field Values
MIN_ALARM
public static final int MIN_ALARM
- See Also:
- Constant Field Values
MAX_ALARM
public static final int MAX_ALARM
- See Also:
- Constant Field Values
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
NAME
public static final int NAME
- See Also:
- Constant Field Values
MAX_BASE
public static final int MAX_BASE
- See Also:
- Constant Field Values
_ERROR_COLOR
public final java.awt.Color _ERROR_COLOR
- misc variables
_INVALID_ENTRY
public final java.lang.Double _INVALID_ENTRY
_NODE_NAME
public java.lang.String _NODE_NAME
_SAMPLE_COUNT
public java.lang.Integer _SAMPLE_COUNT
_AUTO_SCALING
public java.lang.Boolean _AUTO_SCALING
_SAMPLE_TIME
public java.lang.Integer _SAMPLE_TIME
_AUTO_SAMPLE
public java.lang.Boolean _AUTO_SAMPLE
_MIN
public java.lang.Double _MIN
_MAX
public java.lang.Double _MAX
_MIN_ALARM
public java.lang.Double _MIN_ALARM
_MAX_ALARM
public java.lang.Double _MAX_ALARM
_ERROR
public java.lang.Boolean _ERROR
_NAME
public java.lang.String _NAME
DataDisplaySettings
public DataDisplaySettings(java.lang.String nodeName)
set
public void set(int setting,
java.lang.Object value)
get
public java.lang.Object get(int setting)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.