This package holds the graphic components.
This is the Graphic Component interface. All Graphic Components implement this interface. This allows us to speak to this interface in most parts of the code and let other parts decide, which implementation we really use.
Draws a pixmap. The position is in the middle of the pixmap.
Draws a line between the given positions.
Draws a text.
Draws a rectangle. Note: Pos1 is not required to be the upper left corner, it can also be the lower right corner.