Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 74D237748 for ; Fri, 25 Nov 2011 20:08:53 +0000 (UTC) Received: (qmail 89974 invoked by uid 500); 25 Nov 2011 20:08:53 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 89949 invoked by uid 500); 25 Nov 2011 20:08:53 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 89942 invoked by uid 99); 25 Nov 2011 20:08:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2011 20:08:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2011 20:08:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5005E2388A2C; Fri, 25 Nov 2011 20:08:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1206299 [2/19] - in /incubator/ooo/ooo-site/trunk/content/gsl: canvas/ canvas/api/ canvas/api/geometry/ canvas/api/index-files/ canvas/api/rendering/ psprint/ vcl/ vcl/plugins/ Date: Fri, 25 Nov 2011 20:07:51 -0000 To: ooo-commits@incubator.apache.org From: kschenk@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111125200814.5005E2388A2C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/IntegerSize2D.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/IntegerSize2D.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/IntegerSize2D.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/IntegerSize2D.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,115 @@ + + +Struct IntegerSize2D + + + + + + + + + + + + +
+ + + + + +
+
+ + + + + + + + + + + + +

:: drafts :: com :: sun :: star :: geometry ::

+
struct IntegerSize2D
+
Description
+
This structure contains data representing a two-dimensional size +
+
+
+
+ + + + + + + + + + + + +
Elements' Summary
Width Amount of space occupied in the x direction
Height Amount of space occupied in the y direction
+
+ + + + + + + + + +
Elements' Details
Width + + + + +
long Width;
+
+
Description
+
Amount of space occupied in the x direction
+
+
+
Height + + + + +
long Height;
+
+
Description
+
Amount of space occupied in the y direction
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/IntegerSize2D.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/Matrix2D-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/Matrix2D-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/Matrix2D-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/Matrix2D-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,68 @@ + + +Uses of Struct Matrix2D-xref + + + + + + + + + + + + +
+
+ + + + + + + +
uses of struct Matrix2D

back to struct Matrix2D
+
+ +Derived Structs
+ +Synonym Typedefs
+ +Uses as Return Type
+ +Uses as Parameter
+ +Uses as Data Type
+ +References in Developers Guide
+ +

+
+
+Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/Matrix2D-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/Matrix2D.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/Matrix2D.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/Matrix2D.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/Matrix2D.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,137 @@ + + +Struct Matrix2D + + + + + + + + + + + + +
+ + + + + +
+
+ + + + + + + + + + + + +

:: drafts :: com :: sun :: star :: geometry ::

+
struct Matrix2D
+
Description
+
This structure defines a 2 by 2 matrix. +
+

+ This constitutes a linear mapping of a point in 2D to another + point in 2D. + + // TODO: Explain mapping, order of multiplication etc. +

+
+
+
+ + + + + + + + + + + + + + + + +
Elements' Summary
m00
m01
m10
m11
+
+ + + + + + + + + + + + + + + +
Elements' Details
m00 + + + + +
double m00;
+
+
m01 + + + + +
double m01;
+
+
m10 + + + + +
double m10;
+
+
m11 + + + + +
double m11;
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/Matrix2D.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealBezierSegment2D-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealBezierSegment2D-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealBezierSegment2D-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealBezierSegment2D-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,92 @@ + + +Uses of Struct RealBezierSegment2D-xref + + + + + + + + + + + + +
+
+ + + + + + + +
uses of struct RealBezierSegment2D

back to struct RealBezierSegment2D
+
+ +Derived Structs
+ +Synonym Typedefs
+ +Uses as Return Type
+ +
Uses as Parameter
+ +
Uses as Data Type
+ +References in Developers Guide
+ +

+
+
+ + + + + + + +
Uses as Return Type
::drafts::com::sun::star::rendering::XBezierPolyPolygon2D::getPoint()
+::drafts::com::sun::star::rendering::XBezierPolyPolygon2D::getPoint()
+
+
+
+ + + + + + +
Uses as Parameter
::drafts::com::sun::star::rendering::XCanvas::drawBezier()
+::drafts::com::sun::star::rendering::XCanvas::drawBezier()
+::drafts::com::sun::star::rendering::XBezierPolyPolygon2D::setPoint()
+::drafts::com::sun::star::rendering::XBezierPolyPolygon2D::setPoint()
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealBezierSegment2D-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealBezierSegment2D.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealBezierSegment2D.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealBezierSegment2D.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealBezierSegment2D.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,191 @@ + + +Struct RealBezierSegment2D + + + + + + + + + + + + +
+ + + + + +
+
+ + + + + + + + + + + + +

:: drafts :: com :: sun :: star :: geometry ::

+
struct RealBezierSegment2D
+
Description
+
This structure contains the relevant data for a segment of a cubic + Bezier curve. + + The last point of the segment is taken from the first point of the + following segment, and thus not included herein. +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Elements' Summary
Px The x coordinate of the start point
Py The y coordinate of the start point
C1x The x coordinate of the first control point
C1y The y coordinate of the first control point
C2x The x coordinate of the second control point
C2y The y coordinate of the second control point
+
+ + + + + + + + + + + + + + + + + + + + + +
Elements' Details
Px + + + + +
double Px;
+
+
Description
+
The x coordinate of the start point
+
+
+
Py + + + + +
double Py;
+
+
Description
+
The y coordinate of the start point
+
+
+
C1x + + + + +
double C1x;
+
+
Description
+
The x coordinate of the first control point
+
+
+
C1y + + + + +
double C1y;
+
+
Description
+
The y coordinate of the first control point
+
+
+
C2x + + + + +
double C2x;
+
+
Description
+
The x coordinate of the second control point
+
+
+
C2y + + + + +
double C2y;
+
+
Description
+
The y coordinate of the second control point
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealBezierSegment2D.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealPoint2D-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealPoint2D-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealPoint2D-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealPoint2D-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,115 @@ + + +Uses of Struct RealPoint2D-xref + + + + + + + + + + + + +
+
+ + + + + + + +
uses of struct RealPoint2D

back to struct RealPoint2D
+
+ +Derived Structs
+ +Synonym Typedefs
+ +Uses as Return Type
+ +
Uses as Parameter
+ +
Uses as Data Type
+ +
References in Developers Guide
+ +

+
+
+ + + + + + + +
Uses as Return Type
::drafts::com::sun::star::rendering::XLinePolyPolygon2D::getPoint()
+XMapping2D::map()
+XMapping2D::mapInverse()
+
+
+
+ + + + + + +
Uses as Parameter
::drafts::com::sun::star::rendering::XPolyPolygon2D::addPolyPolygon()
+::drafts::com::sun::star::rendering::XCanvas::drawBezier()
+::drafts::com::sun::star::rendering::XCanvas::drawBezier()
+::drafts::com::sun::star::rendering::XCanvas::drawLine()
+::drafts::com::sun::star::rendering::XCanvas::drawLine()
+::drafts::com::sun::star::rendering::XCanvas::drawLine()
+::drafts::com::sun::star::rendering::XCanvas::drawLine()
+::drafts::com::sun::star::rendering::XCanvas::drawPoint()
+::drafts::com::sun::star::rendering::XCanvas::drawPoint()
+::drafts::com::sun::star::rendering::XParametricPolyPolygon2D::getPointColor()
+XMapping2D::map()
+XMapping2D::mapInverse()
+::drafts::com::sun::star::rendering::XSprite::move()
+::drafts::com::sun::star::rendering::XAnimatedSprite::setAll()
+::drafts::com::sun::star::rendering::XLinePolyPolygon2D::setPoint()
+
+
+
+ + + + + + +
Uses as Data Type
EllipticalArc::EndPosition
+EllipticalArc::StartPosition
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealPoint2D-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealPoint2D.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealPoint2D.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealPoint2D.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealPoint2D.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,115 @@ + + +Struct RealPoint2D + + + + + + + + + + + + +
+ + + + + +
+
+ + + + + + + + + + + + +

:: drafts :: com :: sun :: star :: geometry ::

+
struct RealPoint2D
+
Description
+
This structure contains x and y coordinate of a two-dimensional point +
+
+
+
+ + + + + + + + + + + + +
Elements' Summary
X The x coordinate of the point
Y The x coordinate of the point
+
+ + + + + + + + + +
Elements' Details
X + + + + +
double X;
+
+
Description
+
The x coordinate of the point
+
+
+
Y + + + + +
double Y;
+
+
Description
+
The x coordinate of the point
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealPoint2D.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealRectangle2D-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealRectangle2D-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealRectangle2D-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealRectangle2D-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,90 @@ + + +Uses of Struct RealRectangle2D-xref + + + + + + + + + + + + +
+
+ + + + + + + +
uses of struct RealRectangle2D

back to struct RealRectangle2D
+
+ +Derived Structs
+ +Synonym Typedefs
+ +Uses as Return Type
+ +
Uses as Parameter
+ +
Uses as Data Type
+ +References in Developers Guide
+ +

+
+
+ + + + + + + +
Uses as Return Type
::drafts::com::sun::star::rendering::XCanvasFont::queryTextBounds()
+
+
+
+ + + + + + +
Uses as Parameter
::drafts::com::sun::star::rendering::XBitmapCanvas::copyRect()
+::drafts::com::sun::star::rendering::XBitmapCanvas::copyRect()
+::drafts::com::sun::star::rendering::XParametricPolyPolygon2DFactory::createRectangularGradient()
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealRectangle2D-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealRectangle2D.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealRectangle2D.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealRectangle2D.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealRectangle2D.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,157 @@ + + +Struct RealRectangle2D + + + + + + + + + + + + +
+ + + + + +
+
+ + + + + + + + + + + + +

:: drafts :: com :: sun :: star :: geometry ::

+
struct RealRectangle2D
+
Description
+
This structure contains the necessary information for a + two-dimensional rectangle. Please note that the XCanvas defines + the screen representation of rectangles in such a way that the + lower and the rightmost line of the rectangle are drawn on + screen. Thus, if for two rectangles R1 and R2, R1.x2 equals R2.x1, + the screen representation of these rectangles will not overlap, + but being exactly adjacent. +
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
Elements' Summary
X1 X coordinate of upper left corner
Y1 Y coordinate of upper left corner
X2 X coordinate of lower right corner. Must be greater than x1.
Y2 Y coordinate of lower right corner. Must be greater than y1.
+
+ + + + + + + + + + + + + + + +
Elements' Details
X1 + + + + +
double X1;
+
+
Description
+
X coordinate of upper left corner
+
+
+
Y1 + + + + +
double Y1;
+
+
Description
+
Y coordinate of upper left corner
+
+
+
X2 + + + + +
double X2;
+
+
Description
+
X coordinate of lower right corner. Must be greater than x1.
+
+
+
Y2 + + + + +
double Y2;
+
+
Description
+
Y coordinate of lower right corner. Must be greater than y1.
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealRectangle2D.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealSize2D-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealSize2D-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealSize2D-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealSize2D-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,89 @@ + + +Uses of Struct RealSize2D-xref + + + + + + + + + + + + +
+
+ + + + + + + +
uses of struct RealSize2D

back to struct RealSize2D
+
+ +Derived Structs
+ +Synonym Typedefs
+ +Uses as Return Type
+ +Uses as Parameter
+ +
Uses as Data Type
+ +
References in Developers Guide
+ +

+
+
+ + + + + + + +
Uses as Parameter
::drafts::com::sun::star::rendering::XSpriteCanvas::createCustomSprite()
+::drafts::com::sun::star::rendering::XBitmap::getScaledBitmap()
+
+
+
+ + + + + + +
Uses as Data Type
::drafts::com::sun::star::rendering::AnimationAttributes::UntransformedSize
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealSize2D-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealSize2D.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealSize2D.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealSize2D.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealSize2D.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,115 @@ + + +Struct RealSize2D + + + + + + + + + + + + +
+ + + + + +
+
+ + + + + + + + + + + + +

:: drafts :: com :: sun :: star :: geometry ::

+
struct RealSize2D
+
Description
+
This structure contains data representing a two-dimensional size +
+
+
+
+ + + + + + + + + + + + +
Elements' Summary
Width Amount of space occupied in the x direction
Height Amount of space occupied in the y direction
+
+ + + + + + + + + +
Elements' Details
Width + + + + +
double Width;
+
+
Description
+
Amount of space occupied in the x direction
+
+
+
Height + + + + +
double Height;
+
+
Description
+
Amount of space occupied in the y direction
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/RealSize2D.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/XMapping2D-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/XMapping2D-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/XMapping2D-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/XMapping2D-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,81 @@ + + +Uses of Interface XMapping2D-xref + + + + + + + + + + + + +
+
+ + + + + + + +
uses of interface XMapping2D

back to interface XMapping2D
+
+ +Derived Interfaces
+ +Synonym Typedefs
+ +Services which Support this Interface
+ +Uses as Return Type
+ +Uses as Parameter
+ +
Uses as Data Type
+ +References in Developers Guide
+ +

+
+
+ + + + + + + +
Uses as Parameter
::drafts::com::sun::star::rendering::XCanvas::fillTextureMappedPolyPolygon()
+::drafts::com::sun::star::rendering::XCanvas::strokeTextureMappedPolyPolygon()
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/XMapping2D-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/XMapping2D.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/XMapping2D.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/XMapping2D.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/XMapping2D.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,152 @@ + + +Interface XMapping2D + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + + + + +

:: drafts :: com :: sun :: star :: geometry ::

+
interface XMapping2D
+
Base Hierarchy
+
::com::sun::star::uno::XInterface
+ |
+ +-XMapping2D
+
+
+
Description
+
Interface for an arbitrary bijective mapping from R^2 to R^2 +
+
+
+
+ + + + + + + + + + + + +
Methods' Summary
map Forward 2D mapping function +
mapInverse Inverse 2D mapping function. The following invariant must + hold: map(mapInverse(p))=p. This effectively rules out + non-bijective mappings. +
+
+ + + + + + + + + +
Methods' Details
map + + + + +
+ + + + + +
RealPoint2D
+map(
 
+[in] RealPoint2D
 
+point );
+
+
+
Description
+
Forward 2D mapping function +
+
+
+
mapInverse + + + + +
+ + + + + +
RealPoint2D
+mapInverse(
 
+[in] RealPoint2D
 
+point );
+
+
+
Description
+
Inverse 2D mapping function. The following invariant must + hold: map(mapInverse(p))=p. This effectively rules out + non-bijective mappings. +
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/XMapping2D.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/module-ix.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/module-ix.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/module-ix.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/module-ix.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,160 @@ + + +Module geometry + + + + + + + + + + + + +
+ + + + + + + + + + + + +
+
+ + + + + + + + + +

:: drafts :: com :: sun :: star ::

+
module geometry
+
+ + + + + + + + +
Interfaces
XMapping2D Interface for an arbitrary bijective mapping from R^2 to R^2 +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Structs
AffineMatrix2D This structure defines a 2 by 3 matrix. +
EllipticalArc This structure contains all parameters necessary to specify + arbitrary elliptical arcs. The parameters are modelled closely + after the SVG specification.
IntegerBezierSegment2D This structure contains the relevant data for a segment of a cubic + Bezier curve. + + The last point of the segment is taken from the first point of the + following segment, and thus not included herein. +
IntegerPoint2D This structure contains x and y coordinate of a two-dimensional point +
IntegerRectangle2D This structure contains the necessary information for a + two-dimensional rectangle. + + Please note that the XCanvas defines the screen representation of + rectangles in such a way that the lower and the rightmost line of + the rectangle are drawn on screen. Thus, if for two rectangles R1 + and R2, R1.x2 equals R2.x1, the screen representation of these + rectangles will not overlap, but being exactly adjacent. +
IntegerSize2D This structure contains data representing a two-dimensional size +
Matrix2D This structure defines a 2 by 2 matrix. +
RealBezierSegment2D This structure contains the relevant data for a segment of a cubic + Bezier curve. + + The last point of the segment is taken from the first point of the + following segment, and thus not included herein. +
RealPoint2D This structure contains x and y coordinate of a two-dimensional point +
RealRectangle2D This structure contains the necessary information for a + two-dimensional rectangle. Please note that the XCanvas defines + the screen representation of rectangles in such a way that the + lower and the rightmost line of the rectangle are drawn on + screen. Thus, if for two rectangles R1 and R2, R1.x2 equals R2.x1, + the screen representation of these rectangles will not overlap, + but being exactly adjacent. +
RealSize2D This structure contains data representing a two-dimensional size +
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/geometry/module-ix.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/AnimationAttributes-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/AnimationAttributes-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/AnimationAttributes-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/AnimationAttributes-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,80 @@ + + +Uses of Struct AnimationAttributes-xref + + + + + + + + + + + + + + +
+
+ + + + + + + +
uses of struct AnimationAttributes

back to struct AnimationAttributes
+
+ +Derived Structs
+ +Synonym Typedefs
+ +Uses as Return Type
+ +
Uses as Parameter
+ +Uses as Data Type
+ +References in Developers Guide
+ +

+
+
+ + + + + + + +
Uses as Return Type
XAnimation::getAnimationAttributes()
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/AnimationAttributes-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/AnimationAttributes.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/AnimationAttributes.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/AnimationAttributes.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/AnimationAttributes.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,133 @@ + + +Struct AnimationAttributes + + + + + + + + + + + + + + +
+ + + + + +
+
+ + + + + + + + + + + +

::

+
struct AnimationAttributes
+
+ + + + + + + + + + + + + + + + +
Elements' Summary
duration Preferred duration of the animation sequence in seconds
repeatMode Determines how the [0,1] parameter space of the animation + should be sweeped through +
size Preferred size of the animation
+
+ + + + + + + + + + + + +
Elements' Details
duration + + + + +
double duration;
+
+
Description
+
Preferred duration of the animation sequence in seconds
+
+
+
repeatMode + + + + +
AnimationRepeat repeatMode;
+
+
Description
+
Determines how the [0,1] parameter space of the animation + should be sweeped through +
+
+
+
size + + + + +
Rectangle2D size;
+
+
Description
+
Preferred size of the animation
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/AnimationAttributes.html ------------------------------------------------------------------------------ svn:eol-style = native