Uses of Interface
adams.core.EnumWithCustomDisplay
-
-
Uses of EnumWithCustomDisplay in adams.core
Classes in adams.core that implement EnumWithCustomDisplay Modifier and Type Class Description classAutoOnOffEnum that has three states: auto|on|off.classBusinessDaysEnum for defining business days.classTriStateEnum 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 classMessageDigestTypeEnumeration 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 classUserModeThe user mode, determines the knowledge level of the user.Fields in adams.core.option declared as EnumWithCustomDisplay Modifier and Type Field Description protected EnumWithCustomDisplayEnumOption. m_CustomDisplayInstancean 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 EnumWithCustomDisplayEnumOption. getCustomDisplayInstance()Tries to instantiate an instance of the enumeration type.static EnumWithCustomDisplayEnumOption. 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 classAbstractFastWavelet.WaveletTypeThe 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 classHistogram.HistogramTypeThe 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 classImageType.TypeThe types of color quantizers. -
Uses of EnumWithCustomDisplay in adams.data.jai
Classes in adams.data.jai that implement EnumWithCustomDisplay Modifier and Type Class Description classImageTypeThe 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 classHistogram.HistogramTypeThe 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 classPaddingTypeThe type of available paddings. -
Uses of EnumWithCustomDisplay in adams.data.report
Classes in adams.data.report that implement EnumWithCustomDisplay Modifier and Type Class Description classDataTypeThe 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 classSPCUtils.ChartEnum for the chart type.static classSPCUtils.RulesThe 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 classEvaluationStatisticThe enumeration for the comparison field.classExperimentStatisticThe enumeration for the comparison field.classTesseractLanguageEnumeration of languages that tesseract supports.classTesseractPageSegmentationThe 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 classExecutionStageEnumeration of flow execution stages.classExecutionTypeEnumeration of flow execution types. -
Uses of EnumWithCustomDisplay in adams.flow.sink
Classes in adams.flow.sink that implement EnumWithCustomDisplay Modifier and Type Class Description static classWekaThresholdCurve.AttributeNameThe 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 classSpreadSheetInfo.InfoTypeThe type of information to generate.static classWekaClassifierRanker.MeasureThe 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 classDragAndDropTree.DropPositionEnumeration 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 classTypeEnumeration for the type of axis.
-