Lines Matching refs:polygon

41 /** This is a specialized interface for a 2D poly-polygon containing
44 This poly-polygon can contain polygons consisting of a mixture of
57 /** Query subset of this poly-polygon.<p>
59 Query subset of this poly-polygon, starting at the given
60 polygon and the given point within that polygon, and
62 last polygon.<p>
65 The index of the polygon to start point retrieval with. This
73 The index of the first point in the first polygon to
75 this polygon minus one.
78 The number of points to extract from the last polygon. This
80 polygon minus one.
92 /** Set the specified sequence of bezier segments to the poly-polygon.
94 This method can either set the whole poly-polygon to the new
98 The index of the polygon to start segment insertion with. This
102 existing polygons already within the poly-polygon). To append
103 to a poly-polygon, call setPoints() with
105 as the polygon index. If nPolygonIndex is -1, the given
106 bezier sequence <em>replaces</em> the poly-polygon content,
118 /** Get a single point from the poly-polygon.
121 The index of the polygon where the point to be extract is
126 The index of the point in the polygon specified by
128 exceed the number of points in this polygon minus one.
141 /** Set a single point on the poly-polygon.<p>
143 The remaining points of the poly-polygon will not be changed by
151 The point to be set at the poly-polygon.
154 The index of the polygon to insert the point in. This index
158 The index of the point in the polygon specified by
160 exceed the number of points in this polygon.