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

service PolyPolygonDescriptor
Description
This service describes a polypolygon.

A polypolygon consists of multiple polygons combined in one.


Properties' Summary
[ readonly ] PolygonKind
PolygonKind
This is the type of polygon.  
PointSequenceSequence
PolyPolygon
These are the reference points for this polygon.  
PointSequenceSequence
Geometry
These are the untransformed points of this polygon.  
Properties' Details
PolygonKind
[ readonly ] PolygonKind PolygonKind;
Description
This is the type of polygon.
PolyPolygon
PointSequenceSequence PolyPolygon;
Description
These are the reference points for this polygon.
Geometry
PointSequenceSequence Geometry;
Description
These are the untransformed points of this polygon.

 
Top of Page