Uses of Class
adams.data.DecimalFormatString
-
Packages that use DecimalFormatString Package Description adams.data.conversion adams.flow.sink adams.gui.visualization.core -
-
Uses of DecimalFormatString in adams.data.conversion
Fields in adams.data.conversion declared as DecimalFormatString Modifier and Type Field Description protected DecimalFormatString
SpreadSheetStringColumnToDouble. m_Format
the format to use.protected DecimalFormatString
SpreadSheetStringColumnToLong. m_Format
the format to use.Methods in adams.data.conversion that return DecimalFormatString Modifier and Type Method Description DecimalFormatString
SpreadSheetStringColumnToDouble. getFormat()
Returns the format of the string used for parsing.DecimalFormatString
SpreadSheetStringColumnToLong. getFormat()
Returns the format of the string used for parsing.Methods in adams.data.conversion with parameters of type DecimalFormatString Modifier and Type Method Description void
SpreadSheetStringColumnToDouble. setFormat(DecimalFormatString value)
Sets the format of the string used for parsing.void
SpreadSheetStringColumnToLong. setFormat(DecimalFormatString value)
Sets the format of the string used for parsing. -
Uses of DecimalFormatString in adams.flow.sink
Fields in adams.flow.sink declared as DecimalFormatString Modifier and Type Field Description protected DecimalFormatString
ProgressBar. m_Format
the format of the current value.Methods in adams.flow.sink that return DecimalFormatString Modifier and Type Method Description DecimalFormatString
ProgressBar. getFormat()
Returns the format string for the current value.Methods in adams.flow.sink with parameters of type DecimalFormatString Modifier and Type Method Description void
ProgressBar. setFormat(DecimalFormatString value)
Sets the format string for the current value. -
Uses of DecimalFormatString in adams.gui.visualization.core
Fields in adams.gui.visualization.core declared as DecimalFormatString Modifier and Type Field Description protected DecimalFormatString
AxisPanelOptions. m_CustomFormat
the custom number/date format.Methods in adams.gui.visualization.core that return DecimalFormatString Modifier and Type Method Description DecimalFormatString
AxisPanelOptions. getCustomFormat()
Returns the custom format for the tick labels.Methods in adams.gui.visualization.core with parameters of type DecimalFormatString Modifier and Type Method Description void
AxisPanelOptions. setCustomFormat(DecimalFormatString value)
Sets the custom format for the tick labels.
-