Top   Module   Use   Manual   Index 

com :: sun :: star :: drawing ::

enum PolygonKind


Description
This enumeration defines the type of polygon.


Values

LINE
Description
This is the PolygonKind for a LineShape.
POLY
Description
This is the PolygonKind for a PolyPolygonShape.
PLIN
Description
This is the PolygonKind for a PolyLineShape.
PATHLINE
Description
This is the PolygonKind for an OpenBezierShape.
PATHFILL
Description
This is the PolygonKind for a ClosedBezierShape.
FREELINE
Description
This is the PolygonKind for an OpenFreeHandShape.
FREEFILL
Description
This is the PolygonKind for a ClosedFreeHandShape.
PATHPOLY
Description
This is the PolygonKind for a PolyPolygonPathShape.
PATHPLIN
Description
This is the PolygonKind for a PolyLinePathShape.
Top of Page