Interface sgraphics.figure.FigureMode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface sgraphics.figure.FigureMode

public interface FigureMode
extends Object

Variable Index

 o Clear
Clear the area.
 o Fill
Fill in the area.
 o FillStroke
Same as Fill.
 o Stroke
Draw a line or text.

Variables

 o Stroke
  public final static int Stroke
Draw a line or text.
 o Fill
  public final static int Fill
Fill in the area.
 o FillStroke
  public final static int FillStroke
Same as Fill.
 o Clear
  public final static int Clear
Clear the area.

All Packages  Class Hierarchy  This Package  Previous  Next  Index