Added concept of wire width to GUIComponents and GUIWires
authorDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 29 May 2019 13:24:49 +0000 (15:24 +0200)
committerDaniel Kirschten <daniel.kirschten@gmx.de>
Wed, 29 May 2019 13:24:59 +0000 (15:24 +0200)
commit6be56cf523b4125e1946c56a574ca710a76950f6
treec708903ab19975bb6118333c0ba288850a144a90
parente409fc642b81a7e1a50b13067882e3f40cb903cc
Added concept of wire width to GUIComponents and GUIWires
LogicUI/src/era/mi/gui/examples/Playground.java
LogicUI/src/era/mi/gui/model/components/GUIAndGate.java
LogicUI/src/era/mi/gui/model/components/GUIManualSwitch.java
LogicUI/src/era/mi/gui/model/components/GUINotGate.java
LogicUI/src/era/mi/gui/model/components/GUIOrGate.java
LogicUI/src/era/mi/gui/model/components/RectangularShapedGUIGate.java [deleted file]
LogicUI/src/era/mi/gui/model/components/SimpleRectangularGUIGate.java [new file with mode: 0644]
LogicUI/src/era/mi/gui/model/wires/GUIWire.java
LogicUI/src/era/mi/gui/model/wires/MovablePin.java
LogicUI/src/era/mi/gui/model/wires/Pin.java
LogicUI/src/era/mi/gui/model/wires/WireCrossPoint.java