Interface sgraphics.figure.FigureMode
All Packages Class Hierarchy This Package Previous Next Index
Interface sgraphics.figure.FigureMode
- public interface FigureMode
- extends Object
-
Clear
- Clear the area.
-
Fill
- Fill in the area.
-
FillStroke
- Same as Fill.
-
Stroke
- Draw a line or text.
Stroke
public final static int Stroke
- Draw a line or text.
Fill
public final static int Fill
- Fill in the area.
FillStroke
public final static int FillStroke
- Same as Fill.
Clear
public final static int Clear
- Clear the area.
All Packages Class Hierarchy This Package Previous Next Index