com.f1j.drawing
Interface AutoShapeTypes

All Known Subinterfaces:
DrawingModel, DrawingModel

public interface AutoShapeTypes
extends com.f1j.drawing.ShapeConstants

this interface contains definitions of AutoShape types.


Field Summary
static EAutoShape eShapeLine
          Line shape.
static EAutoShape eShapeOval
          Oval shape.
static EAutoShape eShapeRectangle
          Rectangle shape.
static EAutoShape eShapeTextBox
          Text shape.
 

Field Detail

eShapeRectangle

public static final EAutoShape eShapeRectangle
Rectangle shape.

eShapeOval

public static final EAutoShape eShapeOval
Oval shape.

eShapeLine

public static final EAutoShape eShapeLine
Line shape.

eShapeTextBox

public static final EAutoShape eShapeTextBox
Text shape.