1 /*
2  * Copyright (c) 2016 Helmut Neemann
3  * Use of this source code is governed by the GPL v3 license
4  * that can be found in the LICENSE file.
5  */
6 
7 /**
8  * Contains all the classes needed to create a graphical representation of the circuit.
9  * {@link de.neemann.digital.draw.graphics.GraphicSwing} is used to draw the circuit on a Swing component.
10  * and {@link de.neemann.digital.draw.graphics.GraphicSVG} is used to create the SVG representation
11  */
12 package de.neemann.digital.draw.graphics;
13