/** The implemented graphic primitives (and related classes). They are stored in the circuit.model.DrawingModel class. They are responsible of knowing everything about themselves: how to be drawn, how to be exported, how to calculate their size and so on. <p> All drawing primitives extends the GraphicPrimitive base class, which is a virtual class providing some basic functions. */ package net.sourceforge.fidocadj.primitives;