Uses of Class
org.redfx.strangefx.ui.GateSymbol
-
Packages that use GateSymbol Package Description org.redfx.strange.ui.render org.redfx.strangefx.ui -
-
Uses of GateSymbol in org.redfx.strange.ui.render
Constructors in org.redfx.strange.ui.render with parameters of type GateSymbol Constructor Description BoardOverlay(org.redfx.strange.Step s, GateSymbol symbol)BoardOverlay(org.redfx.strange.Step s, GateSymbol symbol1, GateSymbol symbol2) -
Uses of GateSymbol in org.redfx.strangefx.ui
Methods in org.redfx.strangefx.ui that return GateSymbol Modifier and Type Method Description GateSymbolQubitFlow. addAdditonalGateSymbol(org.redfx.strange.Gate gate, int gateidx)Add the additional symbol for the gateGateSymbolQubitFlow. addGate(org.redfx.strange.Gate gate)static GateSymbolGateSymbol. of(java.lang.Class<? extends org.redfx.strange.Gate> clazz, int idx)Create a new GateSymbol instance, and a new instance of the provided Gate class.static GateSymbolGateSymbol. of(java.lang.Class<? extends org.redfx.strange.Gate> clazz, int idx, java.lang.Boolean movable)Create a new GateSymbol instance, and a new instance of the provided Gate class.static GateSymbolGateSymbol. of(org.redfx.strange.Gate gate)static GateSymbolGateSymbol. of(org.redfx.strange.Gate gate, int idx)static GateSymbolGateSymbol. of(org.redfx.strange.Gate gate, java.lang.Boolean movable)static GateSymbolGateSymbol. of(GateSymbol.ControlQubit ctrl)Methods in org.redfx.strangefx.ui with parameters of type GateSymbol Modifier and Type Method Description voidQubitFlow. gateSymbolRemoved(GateSymbol symbol)
-