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
:: drafts :: com :: sun :: star :: geometry ::
struct EllipticalArc
Description
This structure contains all parameters necessary to specify
arbitrary elliptical arcs. The parameters are modelled closely
after the SVG specification.
As with the parameters below, there are mostly four different
ellipses arcs (two different ellipses, on which four different
arcs connect start and end point) which satisfy the given set of
constrains, there are two flags indicating which one of those
ellipses should be taken.
Elements' Summary
StartPosition
Start point of the arc
EndPosition
End point of the arc
RadiusX
Main radius in x direction of the ellipse this arc is part of
RadiusY
Main radius in y direction of the ellipse this arc is part of
XAxisRotation
Rotation angle of the x axis of the ellipse relative to the x
axis of the reference coordinate system
LargeArcFlag
If true, and there's a choice, take the longer one of two arcs
connecting start and end point.
SweepFlag
If true, and there's a choice, take the arc that goes
clock-wise from start to end point.
Elements' Details
StartPosition
RealPoint2D StartPosition ;
Description
Start point of the arc
EndPosition
RealPoint2D EndPosition ;
Description
End point of the arc
RadiusX
double RadiusX ;
Description
Main radius in x direction of the ellipse this arc is part of
RadiusY
double RadiusY ;
Description
Main radius in y direction of the ellipse this arc is part of
XAxisRotation
double XAxisRotation ;
Description
Rotation angle of the x axis of the ellipse relative to the x
axis of the reference coordinate system
LargeArcFlag
boolean LargeArcFlag ;
Description
If true, and there's a choice, take the longer one of two arcs
connecting start and end point.
SweepFlag
boolean SweepFlag ;
Description
If true, and there's a choice, take the arc that goes
clock-wise from start to end point.
Top of Page Copyright © 2003 Sun Microsystems, Inc.