Uses of Enum Class
org.evoludo.graphics.Legend2D.Mode
Packages that use Legend2D.Mode
Package
Description
The GWT graphics for rendering and visualizing evolutionary models.
-
Uses of Legend2D.Mode in org.evoludo.graphics
Subclasses with type arguments of type Legend2D.Mode in org.evoludo.graphicsFields in org.evoludo.graphics declared as Legend2D.ModeMethods in org.evoludo.graphics that return Legend2D.ModeModifier and TypeMethodDescription(package private) Legend2D.ModeLegend2D.getMode()Get the current legend mode.static Legend2D.ModeReturns the enum constant of this class with the specified name.static Legend2D.Mode[]Legend2D.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.evoludo.graphics with parameters of type Legend2D.ModeModifierConstructorDescriptionprivateSpecs(Legend2D.Mode mode, double min, double max, double[] markers, boolean inPercent, String[] labels) Create semantic legend data.