Uses of Class
org.processmining.plugins.inductiveVisualMiner.dataanalysis.DisplayType.Type
-
Packages that use DisplayType.Type Package Description org.processmining.plugins.inductiveVisualMiner.dataanalysis org.processmining.plugins.inductiveVisualMiner.helperClasses -
-
Uses of DisplayType.Type in org.processmining.plugins.inductiveVisualMiner.dataanalysis
Methods in org.processmining.plugins.inductiveVisualMiner.dataanalysis that return DisplayType.Type Modifier and Type Method Description static DisplayType.TypeDisplayType. fromAttribute(org.processmining.plugins.inductiveminer2.attributes.Attribute attribute)DisplayType.TypeDisplayType.Bool. getType()DisplayType.TypeDisplayType.Duration. getType()abstract DisplayType.TypeDisplayType. getType()DisplayType.TypeDisplayType.HTML. getType()DisplayType.TypeDisplayType.Image. getType()DisplayType.TypeDisplayType.Literal. getType()DisplayType.TypeDisplayType.NA. getType()DisplayType.TypeDisplayType.Numeric. getType()DisplayType.TypeDisplayType.NumericUnpadded. getType()DisplayType.TypeDisplayType.Time. getType()static DisplayType.TypeDisplayType.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DisplayType.Type[]DisplayType.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.plugins.inductiveVisualMiner.dataanalysis with parameters of type DisplayType.Type Modifier and Type Method Description static DisplayTypeDisplayType. create(DisplayType.Type type, double value)static DisplayTypeDisplayType. create(DisplayType.Type type, long value)static DisplayTypeDisplayType. create(DisplayType.Type type, java.lang.Boolean value)static DisplayTypeDisplayType. create(DisplayType.Type type, java.lang.String value) -
Uses of DisplayType.Type in org.processmining.plugins.inductiveVisualMiner.helperClasses
Methods in org.processmining.plugins.inductiveVisualMiner.helperClasses with parameters of type DisplayType.Type Modifier and Type Method Description static java.awt.image.BufferedImageHistogram. create(double[] values, DisplayType.Type displayType, org.apache.commons.math3.distribution.AbstractRealDistribution distribution, boolean startAtZero, IvMDecoratorI decorator)static java.awt.image.BufferedImageHistogram. create(long[] values, DisplayType.Type displayType, org.apache.commons.math3.distribution.AbstractRealDistribution distribution, boolean startAtZero, IvMDecoratorI decorator)
-