Modifier and Type | Field and Description |
---|---|
java.lang.String |
name
The name of the PDF.
|
int |
numParams
Number of parameters for this PDF.
|
Modifier and Type | Method and Description |
---|---|
static PICoPDF |
getPDF(java.lang.String s) |
PICoRandomizer |
getRandomizer(PICoTractographyImage im,
java.util.Random ran) |
java.lang.String |
toString() |
static PICoPDF |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PICoPDF[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PICoPDF ACG
public static final PICoPDF BINGHAM
public static final PICoPDF WATSON
public final java.lang.String name
public final int numParams
public static PICoPDF[] values()
for (PICoPDF c : PICoPDF.values()) System.out.println(c);
public static PICoPDF 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 java.lang.String toString()
toString
in class java.lang.Enum<PICoPDF>
public static PICoPDF getPDF(java.lang.String s)
public PICoRandomizer getRandomizer(PICoTractographyImage im, java.util.Random ran)