public static enum BinningConfig.BinShape extends java.lang.Enum<BinningConfig.BinShape>
Modifier and Type | Method and Description |
---|---|
static BinningConfig.BinShape |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BinningConfig.BinShape[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final BinningConfig.BinShape HEXAGON
public static final BinningConfig.BinShape RECTANGLE
public static BinningConfig.BinShape 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 static BinningConfig.BinShape[] values()
for (BinningConfig.BinShape c : BinningConfig.BinShape.values()) System.out.println(c);
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.