TOC PREV NEXT INDEX



Oval


This will draw an oval. Since the java.awt.Graphics definition of an oval describes an oval inscribed in a rectangle, the corner of the oval will not be exactly at the cursor. The color of the oval will be that of the current foreground color.

If the control key is held down while drawing, the oval will be constrained to be a circle.

If the shift key is held down while creating the oval, its size and position will be relative to the current size of the Canvas. Later resizing of the Canvas will result in the shifting of the size and position of the oval.

The control and shift keys may be used simultaneously.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX