| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DoubleDisplayer
A specialization of the Displayer interface for Java primitive
 type double.
| Field Summary | 
|---|
| Fields inherited from interface com.cosylab.gui.displayers.Displayer | 
|---|
| C_EDITABLE, DATA_SOURCE | 
| Fields inherited from interface com.cosylab.gui.displayers.CommonDisplayer | 
|---|
| C_BIT_DESCRIPTIONS, C_BIT_MASK, C_COLOR, C_CONDITION_WHEN_CLEARED, C_CONDITION_WHEN_SET, C_DESCRIPTION, C_DISPLAY_NAME, C_FORMAT, C_GRAPH_MAX, C_GRAPH_MIN, C_MAXIMUM, C_MIN_STEP, C_MINIMUM, C_POSITION, C_PROPERTY_TYPE, C_SEQUENCE_LENGTH, C_UNITS | 
| Fields inherited from interface com.cosylab.gui.displayers.DataStateProvider | 
|---|
| DATA_STATE | 
| Method Summary | |
|---|---|
|  java.lang.String | getFormat()Returns the C-style format string that is used to format the doublevalue into text, if the displayer must perform such
 rendition. | 
|  double | getMaximum()Returns the upper limit for the value used to render the display. | 
|  double | getMinimum()Returns the lower limit for the value used to render the display. | 
|  java.lang.String | getUnits()Returns the physical units of this value represented by a string. | 
|  double | getValue()Gets the value displayed by the displayer. | 
|  void | setFormat(java.lang.String value)Sets the C printf style format specification used to render double value into a String. | 
|  void | setMaximum(double value)Sets the maximum value used for displaying in range. | 
|  void | setMinimum(double value)Sets the minimum value used for displaying in range. | 
|  void | setUnits(java.lang.String value)Sets the physical units for this value. | 
|  void | setValue(double value)Sets the value displayed by the displayer. | 
| Methods inherited from interface com.cosylab.gui.displayers.Displayer | 
|---|
| getDataSource, getTitle, isEditable, setDataSource, setTitle | 
| Methods inherited from interface com.cosylab.gui.displayers.CommonDisplayer | 
|---|
| cleanup, isSuspended, resume, suspend | 
| Methods inherited from interface com.cosylab.gui.components.util.PopupManageable | 
|---|
| getPopupManager | 
| Methods inherited from interface com.cosylab.gui.displayers.DataStateProvider | 
|---|
| addPropertyChangeListener, addPropertyChangeListener, getDataState, removePropertyChangeListener, removePropertyChangeListener | 
| Methods inherited from interface com.cosylab.gui.displayers.DoubleConsumer | 
|---|
| updateValue | 
| Methods inherited from interface com.cosylab.gui.displayers.DataConsumer | 
|---|
| getDataConsumer, getDefaultDataConsumer, getName, getSupportedCharacteristics, getSupportedConsumerTypes, setCharacteristics, updateDataState | 
| Method Detail | 
|---|
void setValue(double value)
value - new value to be displayeddouble getValue()
double getMinimum()
double getMaximum()
java.lang.String getUnits()
java.lang.String getFormat()
double value into text, if the displayer must perform such
 rendition.
void setMinimum(double value)
double - new displaying minimumgetMinimum()void setMaximum(double value)
double - new displaying maximum#getGraphMaxvoid setUnits(java.lang.String value)
String - units for the valuegetUnits()void setFormat(java.lang.String value)
String - C-style format specificationgetFormat()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||