public final class PlacementRandomlyAlongLineRandomization
extends java.lang.Enum
| Modifier and Type | Field and Description |
|---|---|
static PlacementRandomlyAlongLineRandomization |
High
A high amount of randomness is applied
|
static PlacementRandomlyAlongLineRandomization |
Low
A low amount of randomness is applied
|
static PlacementRandomlyAlongLineRandomization |
Medium
A medium amount of randomness is applied
|
| Modifier and Type | Method and Description |
|---|---|
static PlacementRandomlyAlongLineRandomization |
valueOf(java.lang.String name) |
static PlacementRandomlyAlongLineRandomization[] |
values() |
public static final PlacementRandomlyAlongLineRandomization Low
public static final PlacementRandomlyAlongLineRandomization Medium
public static final PlacementRandomlyAlongLineRandomization High
public static PlacementRandomlyAlongLineRandomization[] values()
public static PlacementRandomlyAlongLineRandomization valueOf(java.lang.String name)