public enum GenLayerVoronoiZoom extends java.lang.Enum<GenLayerVoronoiZoom> implements IAreaTransformer1
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
AreaDimension |
apply(AreaDimension dimensionIn) |
int |
apply(IContextExtended<?> context,
AreaDimension areaDimensionIn,
IArea area,
int x,
int z) |
static GenLayerVoronoiZoom |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenLayerVoronoiZoom[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfapplypublic static final GenLayerVoronoiZoom INSTANCE
public static GenLayerVoronoiZoom[] values()
for (GenLayerVoronoiZoom c : GenLayerVoronoiZoom.values()) System.out.println(c);
public static GenLayerVoronoiZoom valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int apply(IContextExtended<?> context, AreaDimension areaDimensionIn, IArea area, int x, int z)
apply in interface IAreaTransformer1public AreaDimension apply(AreaDimension dimensionIn)
apply in interface IDimTransformer