JavaScript is disabled on your browser.
Methods in mgui.interfaces.variables that throw VariableException
Modifier and Type
Method
Description
MguiDouble
MatrixInt. getValue (int i,
int j)
protected MguiDouble
MatrixInt. getValue (java.util.List<java.lang.Integer> indices)
java.lang.String
StringVectorInt. getValue (int i)
protected java.lang.String
StringVectorInt. getValue (java.util.List<java.lang.Integer> indices)
protected abstract T
VariableInt. getValue (java.util.List<java.lang.Integer> indices)
Returns the value at the given indices; throws an exception if they are out of bounds.
T
VectorInt. getValue (int i)
protected T
VectorInt. getValue (java.util.List<java.lang.Integer> indices)
T
VariableInt. getValueAt (java.util.List<java.lang.Integer> indices)
Returns the value of this variable at the given indices; throws an exception if they are out of bounds,
or of a higher dimensionality than the variable supports.
boolean
MatrixInt. setStringValue (java.util.List<java.lang.Integer> indices,
java.lang.String value)
boolean
StringVectorInt. setStringValue (java.util.List<java.lang.Integer> indices,
java.lang.String value)
abstract boolean
VariableInt. setStringValue (java.util.List<java.lang.Integer> indices,
java.lang.String value)
Sets the value at the given indices as a String
; throws an exception if they are out
of bounds, this variable is not editable, or value
is an inappropriate value.
boolean
VectorInt. setStringValue (java.util.List<java.lang.Integer> indices,
java.lang.String value)
boolean
MatrixInt. setValue (java.util.List<java.lang.Integer> indices,
MguiDouble value)
boolean
StringVectorInt. setValue (java.util.List<java.lang.Integer> indices,
java.lang.String value)
abstract boolean
VariableInt. setValue (java.util.List<java.lang.Integer> indices,
T value)
Sets the value at the given indices; throws an exception if they are out of bounds, this variable is
not editable, or value
is an inappropriate value.
boolean
VectorInt. setValue (java.util.List<java.lang.Integer> indices,
T value)