doc_Drawing
doc_Drawing
cpo
Class Drawing
java.lang.Object
fr.lacl.cpo.Drawing
An instance of this class represents a window which can be drawn upon using its
methods.
Constructor Summary
Constructors
Constructor and Description
Method Summary
void clear()
Clears the drawing.
voidp swap()
Swaps between the back buffer and the front buffer.
Methods inherited from class java.lang.Object
Constructor Detail
Drawing
Drawing
Method Detail
setColor
setWidth
point
line
clear
Swaps between the back buffer and the front buffer. This makes all
the changes made after the last call to the swap method visible.