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 DecimalFormatStringSpreadSheetStringColumnToDouble. m_Formatthe format to use.protected DecimalFormatStringSpreadSheetStringColumnToLong. m_Formatthe format to use.Methods in adams.data.conversion that return DecimalFormatString Modifier and Type Method Description DecimalFormatStringSpreadSheetStringColumnToDouble. getFormat()Returns the format of the string used for parsing.DecimalFormatStringSpreadSheetStringColumnToLong. 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 voidSpreadSheetStringColumnToDouble. setFormat(DecimalFormatString value)Sets the format of the string used for parsing.voidSpreadSheetStringColumnToLong. 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 DecimalFormatStringProgressBar. m_Formatthe format of the current value.protected DecimalFormatStringProgressConsole. m_Formatthe format of the current value.Methods in adams.flow.sink that return DecimalFormatString Modifier and Type Method Description DecimalFormatStringProgressBar. getFormat()Returns the format string for the current value.DecimalFormatStringProgressConsole. getFormat()Returns the format string for the current value.Methods in adams.flow.sink with parameters of type DecimalFormatString Modifier and Type Method Description voidProgressBar. setFormat(DecimalFormatString value)Sets the format string for the current value.voidProgressConsole. 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 DecimalFormatStringAxisPanelOptions. m_CustomFormatthe custom number/date format.Methods in adams.gui.visualization.core that return DecimalFormatString Modifier and Type Method Description DecimalFormatStringAxisPanelOptions. 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 voidAxisPanelOptions. setCustomFormat(DecimalFormatString value)Sets the custom format for the tick labels.
-