Uses of Interface
adams.core.EnumWithCustomDisplay
-
-
Uses of EnumWithCustomDisplay in adams.core
Classes in adams.core that implement EnumWithCustomDisplay Modifier and Type Class Description class
AutoOnOff
Enum that has three states: auto|on|off.class
BusinessDays
Enum for defining business days.class
TriState
Enum that enhances a boolean to have a third state: not set. -
Uses of EnumWithCustomDisplay in adams.core.io
Classes in adams.core.io that implement EnumWithCustomDisplay Modifier and Type Class Description class
MessageDigestType
Enumeration of available message digest algorithms. -
Uses of EnumWithCustomDisplay in adams.core.option
Classes in adams.core.option that implement EnumWithCustomDisplay Modifier and Type Class Description class
UserMode
The user mode, determines the knowledge level of the user.Fields in adams.core.option declared as EnumWithCustomDisplay Modifier and Type Field Description protected EnumWithCustomDisplay
EnumOption. m_CustomDisplayInstance
an instance of an enum with a custom display, used for parsing.Methods in adams.core.option that return EnumWithCustomDisplay Modifier and Type Method Description protected EnumWithCustomDisplay
EnumOption. getCustomDisplayInstance()
Tries to instantiate an instance of the enumeration type.static EnumWithCustomDisplay
EnumOption. getEnumInstance(Class cls)
Tries to instantiate an instance of the enumeration type. -
Uses of EnumWithCustomDisplay in adams.data.filter
Classes in adams.data.filter that implement EnumWithCustomDisplay Modifier and Type Class Description static class
AbstractFastWavelet.WaveletType
The type of available wavelets. -
Uses of EnumWithCustomDisplay in adams.data.image.features
Classes in adams.data.image.features that implement EnumWithCustomDisplay Modifier and Type Class Description static class
Histogram.HistogramType
The type of histogram to generate. -
Uses of EnumWithCustomDisplay in adams.data.image.transformer
Classes in adams.data.image.transformer that implement EnumWithCustomDisplay Modifier and Type Class Description static class
ImageType.Type
The types of color quantizers. -
Uses of EnumWithCustomDisplay in adams.data.jai
Classes in adams.data.jai that implement EnumWithCustomDisplay Modifier and Type Class Description class
ImageType
The type of the image to create. -
Uses of EnumWithCustomDisplay in adams.data.jai.features
Classes in adams.data.jai.features that implement EnumWithCustomDisplay Modifier and Type Class Description static class
Histogram.HistogramType
The type of histogram to generate. -
Uses of EnumWithCustomDisplay in adams.data.padding
Classes in adams.data.padding that implement EnumWithCustomDisplay Modifier and Type Class Description class
PaddingType
The type of available paddings. -
Uses of EnumWithCustomDisplay in adams.data.report
Classes in adams.data.report that implement EnumWithCustomDisplay Modifier and Type Class Description class
DataType
The type of the fields. -
Uses of EnumWithCustomDisplay in adams.data.statistics
Classes in adams.data.statistics that implement EnumWithCustomDisplay Modifier and Type Class Description static class
SPCUtils.Chart
Enum for the chart type.static class
SPCUtils.Rules
The type of rules to apply. -
Uses of EnumWithCustomDisplay in adams.flow.core
Classes in adams.flow.core that implement EnumWithCustomDisplay Modifier and Type Class Description class
EvaluationStatistic
The enumeration for the comparison field.class
ExperimentStatistic
The enumeration for the comparison field.class
TesseractLanguage
Enumeration of languages that tesseract supports.class
TesseractPageSegmentation
The types of page segementation that Tesseract supports. -
Uses of EnumWithCustomDisplay in adams.flow.execution
Classes in adams.flow.execution that implement EnumWithCustomDisplay Modifier and Type Class Description class
ExecutionStage
Enumeration of flow execution stages. -
Uses of EnumWithCustomDisplay in adams.flow.sink
Classes in adams.flow.sink that implement EnumWithCustomDisplay Modifier and Type Class Description static class
WekaThresholdCurve.AttributeName
The type of the fields. -
Uses of EnumWithCustomDisplay in adams.flow.transformer
Classes in adams.flow.transformer that implement EnumWithCustomDisplay Modifier and Type Class Description static class
SpreadSheetInfo.InfoType
The type of information to generate.static class
WekaClassifierRanker.Measure
The performance measure to use. -
Uses of EnumWithCustomDisplay in adams.gui.core
Classes in adams.gui.core that implement EnumWithCustomDisplay Modifier and Type Class Description static class
DragAndDropTree.DropPosition
Enumeration for where to drop the node. -
Uses of EnumWithCustomDisplay in adams.gui.visualization.core.axis
Classes in adams.gui.visualization.core.axis that implement EnumWithCustomDisplay Modifier and Type Class Description class
Type
Enumeration for the type of axis.
-