public final class SizeVariationMethod
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static SizeVariationMethod |
Decreasing
Markers are drawn in a pattern where the markers decrease in size.
|
static SizeVariationMethod |
Increasing
Markers are drawn with a pattern where the markers increase in size.
|
static SizeVariationMethod |
IncreasingThenDecreasing
Markers are drawn in a pattern where the size increase and then decrease.
|
static SizeVariationMethod |
Random
Change in size is applied randomly.
|
| Modifier and Type | Method and Description |
|---|---|
static SizeVariationMethod |
valueOf(java.lang.String name) |
static SizeVariationMethod[] |
values() |
public static final SizeVariationMethod Random
public static final SizeVariationMethod Increasing
public static final SizeVariationMethod Decreasing
public static final SizeVariationMethod IncreasingThenDecreasing
public static SizeVariationMethod[] values()
public static SizeVariationMethod valueOf(java.lang.String name)