Temp - Patch67/Graphics GitHub Wiki

The Temp class is used in the creation of graphics objects, i.e. when creating a line we store the first click the constantly draw and erase a the line until the second click. So the temp object is essentially a View type object as it deals with the viewing subsystem and mouse clicks. IT is destroyed when the construction is complete.

There is a Temp class for each graphics primitive.

MVC