Enum Class AbstractVisualMap.MapAlign
java.lang.Object
java.lang.Enum<AbstractVisualMap.MapAlign>
io.jmix.chartsflowui.kit.component.model.visualMap.AbstractVisualMap.MapAlign
- All Implemented Interfaces:
- HasEnumId,- Serializable,- Comparable<AbstractVisualMap.MapAlign>,- Constable
- Enclosing class:
- AbstractVisualMap<T extends AbstractVisualMap<T>>
public static enum AbstractVisualMap.MapAlign
extends Enum<AbstractVisualMap.MapAlign>
implements HasEnumId
The layout relationship between the graphical elements for pieces and their labels.
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Method SummaryModifier and TypeMethodDescriptionstatic AbstractVisualMap.MapAligngetId()static AbstractVisualMap.MapAlignReturns the enum constant of this class with the specified name.static AbstractVisualMap.MapAlign[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
AUTO
- 
LEFT
- 
TOP
- 
BOTTOM
- 
RIGHT
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getId
- 
fromId
 
-