Uses of Class
mgui.io.foreign.freesurfer.FreesurferVertexDataInOptions.Format
| Package | Description |
|---|---|
| mgui.io.foreign.freesurfer |
-
Uses of FreesurferVertexDataInOptions.Format in mgui.io.foreign.freesurfer
Fields in mgui.io.foreign.freesurfer declared as FreesurferVertexDataInOptions.Format Modifier and Type Field Description protected FreesurferVertexDataInOptions.FormatFreesurferVertexDataInOptions. formatMethods in mgui.io.foreign.freesurfer that return FreesurferVertexDataInOptions.Format Modifier and Type Method Description FreesurferVertexDataInOptions.FormatFreesurferVertexDataInOptions. getFormat()static FreesurferVertexDataInOptions.FormatFreesurferVertexDataInOptions.Format. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FreesurferVertexDataInOptions.Format[]FreesurferVertexDataInOptions.Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mgui.io.foreign.freesurfer with parameters of type FreesurferVertexDataInOptions.Format Modifier and Type Method Description voidFreesurferVertexDataInOptions. setFormat(FreesurferVertexDataInOptions.Format format)Constructors in mgui.io.foreign.freesurfer with parameters of type FreesurferVertexDataInOptions.Format Constructor Description FreesurferVertexDataInOptions(FreesurferVertexDataInOptions.Format format)