Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
::
interface XBezierPolyPolygon2D
Base Hierarchy
XPolyPolygon2D
|
+-XBezierPolyPolygon2D
Methods' Summary
getPoints
Query subset of this polyPolygon, starting at the given
polygon and the given point within that polygon, and
containing the specified number of polygons and points in the
last polygon.
setPoints
Set the specified subset of points to the polyPolygon. The
subset of polyPolygon points not included in this sequence
remains unchanged.
getPoint
Get a single point from the polyPolygon
setPoint
Set a single point on the polyPolygon. The remaining points of
the polyPolygon will not be changed by this method.
Methods' Details
getPoints
sequence< sequence< BezierPoint2D > >
getPoints (
[in] int
[in] int
[in] int
[in] int
nPolygonIndex,
nNumberOfPolygons,
nPointIndex,
nNumberOfPoints );
Description
Query subset of this polyPolygon, starting at the given
polygon and the given point within that polygon, and
containing the specified number of polygons and points in the
last polygon.
setPoints
void
setPoints (
[in] sequence< sequence< BezierPoint2D > >
[in] int
[in] int
points,
nPolygonIndex,
nPointIndex );
Description
Set the specified subset of points to the polyPolygon. The
subset of polyPolygon points not included in this sequence
remains unchanged.
getPoint
BezierPoint2D
getPoint (
[in] int
[in] int
nPolygonIndex,
nPointIndex );
Description
Get a single point from the polyPolygon
setPoint
void
setPoint (
[in] BezierPoint2D
[in] int
[in] int
point,
nPolygonIndex,
nPointIndex );
Description
Set a single point on the polyPolygon. The remaining points of
the polyPolygon will not be changed by this method.
Top of Page Copyright © 2003 Sun Microsystems, Inc.