public static enum Style.TrackSizeComputationPhase extends Enum<Style.TrackSizeComputationPhase>
Enum Constant and Description |
---|
MaximizeTracks |
ResolveContentBasedMinimums |
ResolveIntrinsicMaximums |
ResolveIntrinsicMinimums |
ResolveMaxContentMaximums |
ResolveMaxContentMinimums |
Modifier and Type | Method and Description |
---|---|
static Style.TrackSizeComputationPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Style.TrackSizeComputationPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Style.TrackSizeComputationPhase ResolveIntrinsicMinimums
public static final Style.TrackSizeComputationPhase ResolveContentBasedMinimums
public static final Style.TrackSizeComputationPhase ResolveMaxContentMinimums
public static final Style.TrackSizeComputationPhase ResolveIntrinsicMaximums
public static final Style.TrackSizeComputationPhase ResolveMaxContentMaximums
public static final Style.TrackSizeComputationPhase MaximizeTracks
public static Style.TrackSizeComputationPhase[] values()
for (Style.TrackSizeComputationPhase c : Style.TrackSizeComputationPhase.values()) System.out.println(c);
public static Style.TrackSizeComputationPhase valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullRevision 4.0.15 / 20220727-0149