Uses of Class
org.redfx.strangefx.ui.GateSymbol
Packages that use GateSymbol
-
Uses of GateSymbol in org.redfx.strange.ui.render
Constructors in org.redfx.strange.ui.render with parameters of type GateSymbolModifierConstructorDescriptionBoardOverlay(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 GateSymbolModifier and TypeMethodDescriptionQubitFlow.addAdditonalGateSymbol(org.redfx.strange.Gate gate, int gateidx)Add the additional symbol for the gateQubitFlow.addGate(org.redfx.strange.Gate gate)static GateSymbolCreate a new GateSymbol instance, and a new instance of the provided Gate class.No parameters are set on this gate.static GateSymbolCreate 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 GateSymbolstatic GateSymbolGateSymbol.of(GateSymbol.ControlQubit ctrl)Methods in org.redfx.strangefx.ui with parameters of type GateSymbol