Uses of Class
org.redfx.strangefx.ui.GateSymbol.ControlQubit
-
Packages that use GateSymbol.ControlQubit Package Description org.redfx.strangefx.ui -
-
Uses of GateSymbol.ControlQubit in org.redfx.strangefx.ui
Methods in org.redfx.strangefx.ui that return GateSymbol.ControlQubit Modifier and Type Method Description static GateSymbol.ControlQubitGateSymbol.ControlQubit. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GateSymbol.ControlQubit[]GateSymbol.ControlQubit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.redfx.strangefx.ui with parameters of type GateSymbol.ControlQubit Modifier and Type Method Description static GateSymbolGateSymbol. of(GateSymbol.ControlQubit ctrl)
-