Lines Matching refs:poly
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
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
102 existing polygons already within the poly-polygon). To append
103 to a poly-polygon, call setPoints() with
106 bezier sequence <em>replaces</em> the poly-polygon content,
118 /** Get a single point from the poly-polygon.
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.