Uses of Class
mgui.io.domestic.variables.MatrixInOptions.Format
Package | Description |
---|---|
mgui.io.domestic.variables |
-
Uses of MatrixInOptions.Format in mgui.io.domestic.variables
Fields in mgui.io.domestic.variables declared as MatrixInOptions.Format Modifier and Type Field Description MatrixInOptions.Format
MatrixInOptions. format
Methods in mgui.io.domestic.variables that return MatrixInOptions.Format Modifier and Type Method Description static MatrixInOptions.Format
MatrixInOptions.Format. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MatrixInOptions.Format[]
MatrixInOptions.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in mgui.io.domestic.variables with parameters of type MatrixInOptions.Format Constructor Description MatrixFileLoader(java.io.File file, MatrixInOptions.Format format)
Constructs this loader with the given format, and default type:MatrixFileLoader(java.io.File file, MatrixInOptions.Format format, MatrixInOptions.Variable as_type)
Constructs this loader with the specified format and type.