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 7B29B777F for ; Fri, 25 Nov 2011 20:09:12 +0000 (UTC) Received: (qmail 90719 invoked by uid 500); 25 Nov 2011 20:09:12 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 90690 invoked by uid 500); 25 Nov 2011 20:09:12 -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 90683 invoked by uid 99); 25 Nov 2011 20:09:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2011 20:09:12 +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:09:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 617A62388B43; 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 [7/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.617A62388B43@eris.apache.org> Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGradient.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGradient.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGradient.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGradient.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,196 @@ + + +Interface XGradient + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + + +

::

+
interface XGradient
+
+ + + + + + + + + + + + + + + + +
Methods' Summary
getOutline Query the gradient outline at the specified value. The + returned outline must be clipped to the [0,1]x[0,1] + rectangle. + +
getColor Query the color value for the gradient area at the specified + parameter value. + +
getPointColor Query the color for a dedicated point in the plane. + +
+
+ + + + + + + + + + + + +
Methods' Details
getOutline + + + + +
+ + + + + +
XPolyPolygon2D
+getOutline(
 
+[in] double
 
+t );
+
+
+
Description
+
Query the gradient outline at the specified value. The + returned outline must be clipped to the [0,1]x[0,1] + rectangle. + +
+
Parameter t
+
+ Parameter value in the range [0,1]. During painting, this + range is sweeped through starting from 0, therefore the area + covered by the returned XPolyPolygon2D should be monotonically + decreasing with t (unless singularities in the resulting + gradient are desired). +
+
+
+
getColor + + + + +
+ + + + + +
sequence< double >
+getColor(
 
+[in] double
 
+t );
+
+
+
Description
+
Query the color value for the gradient area at the specified + parameter value. + +
+
Parameter t
+
+ Parameter value in the range [0,1]. During painting, this + range is sweeped through starting from 0. +
+
+
+
getPointColor + + + + +
+ + + + + +
sequence< double >
+getPointColor(
 
+[in] Point2D
 
+point );
+
+
+
Description
+
Query the color for a dedicated point in the plane. + +
+
Parameter point
+
+ The permissible parameter range for point is [0,1]x[0,1] +
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGradient.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGraphicDevice-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGraphicDevice-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGraphicDevice-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGraphicDevice-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,82 @@ + + +Uses of Interface XGraphicDevice-xref + + + + + + + + + + + + + + +
+
+ + + + + + + +
uses of interface XGraphicDevice

back to interface XGraphicDevice
+
+ +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 Return Type
XCanvas::getDevice()
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGraphicDevice-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGraphicDevice.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGraphicDevice.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGraphicDevice.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGraphicDevice.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,329 @@ + + +Interface XGraphicDevice + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + + +

::

+
interface XGraphicDevice
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods' Summary
getBufferController Query the controller for multi buffering functionality on this + graphic device. If there is no such functionality available, + the NULL reference is returned. +
getDeviceColorSpace Query the color space interface for this graphic device. This + is to be used when interpreting or setting device color values. +
getPhysicalResolution Query the physical resolution of the device in pixel per millimeter. +
getSize Query the physical dimensions of the device in millimeter +
createCompatibleBitmap Create a bitmap whose memory layout and sample model is + compatible to the graphic device. +
createVolatileBitmap Create a volatile bitmap that is usable with this graphic device. +
hasFullScreenMode Tells whether this graphic device has a full screen mode, + i.e. whether a window can cover the whole screen exclusively. +
enterFullScreenMode Enter or leave the fullscreen mode, if possible. The return + value denotes the success of the operation. +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods' Details
getBufferController + + + + +
+ + + + + +
XBufferController
+getBufferController();
 
+
 
+
+
+
+
Description
+
Query the controller for multi buffering functionality on this + graphic device. If there is no such functionality available, + the NULL reference is returned. +
+
+
+
getDeviceColorSpace + + + + +
+ + + + + +
XColorSpace
+getDeviceColorSpace();
 
+
 
+
+
+
+
Description
+
Query the color space interface for this graphic device. This + is to be used when interpreting or setting device color values. +
+
+
+
getPhysicalResolution + + + + +
+ + + + + +
Size2D
+getPhysicalResolution();
 
+
 
+
+
+
+
Description
+
Query the physical resolution of the device in pixel per millimeter. +
+
+
+
getSize + + + + +
+ + + + + +
Size2D
+getSize();
 
+
 
+
+
+
+
Description
+
Query the physical dimensions of the device in millimeter +
+
+
+
createCompatibleBitmap + + + + +
+ + + + + +
XBitmap
+createCompatibleBitmap();
 
+
 
+
+
+
+
Description
+
Create a bitmap whose memory layout and sample model is + compatible to the graphic device. +
+
+
+
createVolatileBitmap + + + + +
+ + + + + +
XVolatileBitmap
+createVolatileBitmap();
 
+
 
+
+
+
+
Description
+
Create a volatile bitmap that is usable with this graphic device. +
+
+
+
hasFullScreenMode + + + + +
+ + + + + +
boolean
+hasFullScreenMode();
 
+
 
+
+
+
+
Description
+
Tells whether this graphic device has a full screen mode, + i.e. whether a window can cover the whole screen exclusively. +
+
+
+
enterFullScreenMode + + + + +
+ + + + + +
boolean
+enterFullScreenMode(
 
+[in] boolean
 
+bEnter );
+
+
+
Description
+
Enter or leave the fullscreen mode, if possible. The return + value denotes the success of the operation. +
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XGraphicDevice.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XHalfFloatBitmap-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XHalfFloatBitmap-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XHalfFloatBitmap-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XHalfFloatBitmap-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,72 @@ + + +Uses of Interface XHalfFloatBitmap-xref + + + + + + + + + + + + + + +
+
+ + + + + + + +
uses of interface XHalfFloatBitmap

back to interface XHalfFloatBitmap
+
+ +Derived Interfaces
+ +Synonym Typedefs
+ +Services which Support this Interface
+ +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/index-files/XHalfFloatBitmap-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XHalfFloatBitmap.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XHalfFloatBitmap.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XHalfFloatBitmap.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XHalfFloatBitmap.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,262 @@ + + +Interface XHalfFloatBitmap + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + + + +

::

+
interface XHalfFloatBitmap
+
Base Hierarchy
+
XBitmap
+ |
+ +-XHalfFloatBitmap
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Methods' Summary
getData Query the raw data of this bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + whole bitmap can be queried. When querying subsets of the + bitmap, the same scanline padding takes place as when the + whole bitmap is requested. Note: as we currently have no 16 + bit float UNO data type, the values are transported as 16 bit + integers across the API (which requires casting on both sides). +
setData Set raw data of a bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + bitmap can be changed. When setting subsets of the bitmap, the + same scanline padding takes place as when the whole bitmap is + changed. +
setPixel Set a single pixel of the bitmap with the given color + value. +
getPixel Get a single pixel of the bitmap, returning its color + value. +
getMemoryLayout Query the memory layout for this bitmap +
+
+ + + + + + + + + + + + + + + + + + +
Methods' Details
getData + + + + +
+ + + + + +
sequence< short >
+getData(
 
+[in] Rectangle2D
 
+rect );
+
+
+
Description
+
Query the raw data of this bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + whole bitmap can be queried. When querying subsets of the + bitmap, the same scanline padding takes place as when the + whole bitmap is requested. Note: as we currently have no 16 + bit float UNO data type, the values are transported as 16 bit + integers across the API (which requires casting on both sides). +
+
+
+
setData + + + + +
+ + + + + +
void
+setData(
 
+[in] sequence< short >
+[in] Rectangle2D
 
+data,
+rect );
+
+
+
Description
+
Set raw data of a bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + bitmap can be changed. When setting subsets of the bitmap, the + same scanline padding takes place as when the whole bitmap is + changed. +
+
+
+
setPixel + + + + +
+ + + + + +
void
+setPixel(
 
+[in] sequence< short >
+[in] Point2D
 
+color,
+pos );
+
+
+
Description
+
Set a single pixel of the bitmap with the given color + value. +
+
+
+
getPixel + + + + +
+ + + + + +
sequence< short >
+getPixel(
 
+[in] Point2D
 
+pos );
+
+
+
Description
+
Get a single pixel of the bitmap, returning its color + value. +
+
+
+
getMemoryLayout + + + + +
+ + + + + +
FloatingPointBitmapLayout
+getMemoryLayout();
 
+
 
+
+
+
+
Description
+
Query the memory layout for this bitmap +
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XHalfFloatBitmap.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeDoubleBitmap-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeDoubleBitmap-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeDoubleBitmap-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeDoubleBitmap-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,72 @@ + + +Uses of Interface XIeeeDoubleBitmap-xref + + + + + + + + + + + + + + +
+
+ + + + + + + +
uses of interface XIeeeDoubleBitmap

back to interface XIeeeDoubleBitmap
+
+ +Derived Interfaces
+ +Synonym Typedefs
+ +Services which Support this Interface
+ +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/index-files/XIeeeDoubleBitmap-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeDoubleBitmap.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeDoubleBitmap.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeDoubleBitmap.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeDoubleBitmap.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,258 @@ + + +Interface XIeeeDoubleBitmap + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + + + +

::

+
interface XIeeeDoubleBitmap
+
Base Hierarchy
+
XBitmap
+ |
+ +-XIeeeDoubleBitmap
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Methods' Summary
getData Query the raw data of this bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + whole bitmap can be queried. When querying subsets of the + bitmap, the same scanline padding takes place as when the + whole bitmap is requested. +
setData Set raw data of a bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + bitmap can be changed. When setting subsets of the bitmap, the + same scanline padding takes place as when the whole bitmap is + changed. +
setPixel Set a single pixel of the bitmap with the given color + value. +
getPixel Get a single pixel of the bitmap, returning its color + value. +
getMemoryLayout Query the memory layout for this bitmap +
+
+ + + + + + + + + + + + + + + + + + +
Methods' Details
getData + + + + +
+ + + + + +
sequence< double >
+getData(
 
+[in] Rectangle2D
 
+rect );
+
+
+
Description
+
Query the raw data of this bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + whole bitmap can be queried. When querying subsets of the + bitmap, the same scanline padding takes place as when the + whole bitmap is requested. +
+
+
+
setData + + + + +
+ + + + + +
void
+setData(
 
+[in] sequence< double >
+[in] Rectangle2D
 
+data,
+rect );
+
+
+
Description
+
Set raw data of a bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + bitmap can be changed. When setting subsets of the bitmap, the + same scanline padding takes place as when the whole bitmap is + changed. +
+
+
+
setPixel + + + + +
+ + + + + +
void
+setPixel(
 
+[in] sequence< double >
+[in] Point2D
 
+color,
+pos );
+
+
+
Description
+
Set a single pixel of the bitmap with the given color + value. +
+
+
+
getPixel + + + + +
+ + + + + +
sequence< double >
+getPixel(
 
+[in] Point2D
 
+pos );
+
+
+
Description
+
Get a single pixel of the bitmap, returning its color + value. +
+
+
+
getMemoryLayout + + + + +
+ + + + + +
FloatingPointBitmapLayout
+getMemoryLayout();
 
+
 
+
+
+
+
Description
+
Query the memory layout for this bitmap +
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeDoubleBitmap.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeFloatBitmap-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeFloatBitmap-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeFloatBitmap-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeFloatBitmap-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,72 @@ + + +Uses of Interface XIeeeFloatBitmap-xref + + + + + + + + + + + + + + +
+
+ + + + + + + +
uses of interface XIeeeFloatBitmap

back to interface XIeeeFloatBitmap
+
+ +Derived Interfaces
+ +Synonym Typedefs
+ +Services which Support this Interface
+ +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/index-files/XIeeeFloatBitmap-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeFloatBitmap.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeFloatBitmap.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeFloatBitmap.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeFloatBitmap.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,258 @@ + + +Interface XIeeeFloatBitmap + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + + + +

::

+
interface XIeeeFloatBitmap
+
Base Hierarchy
+
XBitmap
+ |
+ +-XIeeeFloatBitmap
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
Methods' Summary
getData Query the raw data of this bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + whole bitmap can be queried. When querying subsets of the + bitmap, the same scanline padding takes place as when the + whole bitmap is requested. +
setData Set raw data of a bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + bitmap can be changed. When setting subsets of the bitmap, the + same scanline padding takes place as when the whole bitmap is + changed. +
setPixel Set a single pixel of the bitmap with the given color + value. +
getPixel Get a single pixel of the bitmap, returning its color + value. +
getMemoryLayout Query the memory layout for this bitmap +
+
+ + + + + + + + + + + + + + + + + + +
Methods' Details
getData + + + + +
+ + + + + +
sequence< float >
+getData(
 
+[in] Rectangle2D
 
+rect );
+
+
+
Description
+
Query the raw data of this bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + whole bitmap can be queried. When querying subsets of the + bitmap, the same scanline padding takes place as when the + whole bitmap is requested. +
+
+
+
setData + + + + +
+ + + + + +
void
+setData(
 
+[in] sequence< float >
+[in] Rectangle2D
 
+data,
+rect );
+
+
+
Description
+
Set raw data of a bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + bitmap can be changed. When setting subsets of the bitmap, the + same scanline padding takes place as when the whole bitmap is + changed. +
+
+
+
setPixel + + + + +
+ + + + + +
void
+setPixel(
 
+[in] sequence< float >
+[in] Point2D
 
+color,
+pos );
+
+
+
Description
+
Set a single pixel of the bitmap with the given color + value. +
+
+
+
getPixel + + + + +
+ + + + + +
sequence< float >
+getPixel(
 
+[in] Point2D
 
+pos );
+
+
+
Description
+
Get a single pixel of the bitmap, returning its color + value. +
+
+
+
getMemoryLayout + + + + +
+ + + + + +
FloatingPointBitmapLayout
+getMemoryLayout();
 
+
 
+
+
+
+
Description
+
Query the memory layout for this bitmap +
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIeeeFloatBitmap.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIntegerBitmap-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIntegerBitmap-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIntegerBitmap-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIntegerBitmap-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,72 @@ + + +Uses of Interface XIntegerBitmap-xref + + + + + + + + + + + + + + +
+
+ + + + + + + +
uses of interface XIntegerBitmap

back to interface XIntegerBitmap
+
+ +Derived Interfaces
+ +Synonym Typedefs
+ +Services which Support this Interface
+ +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/index-files/XIntegerBitmap-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIntegerBitmap.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIntegerBitmap.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIntegerBitmap.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIntegerBitmap.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,318 @@ + + +Interface XIntegerBitmap + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + + + +

::

+
interface XIntegerBitmap
+
Base Hierarchy
+
XBitmap
+ |
+ +-XIntegerBitmap
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods' Summary
getData Query the raw data of this bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + whole bitmap can be queried. If the internal data format's + pixel are not integer multiples of bytes (i.e. if one pixel + occupies less than a byte), the leftover content of the bytes + at the right of each scanline is filled with zero. When + querying subsets of the bitmap, the same scanline padding + takes place as when the whole bitmap is requested. +
setData Set raw data of a bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + bitmap can be changed. If the internal data format's + pixel are not integer multiples of bytes (i.e. if one pixel + occupies less than a byte), the leftover content of the bytes + at the right of each scanline is ignored and left unchanged in + the bitmap. When setting subsets of the bitmap, the same + scanline padding takes place as when the whole bitmap is + changed. +
setPixel Set a single pixel of the bitmap with the given color + value. If the internal data format's pixel are not integer + multiples of bytes (i.e. if one pixel occupies less than a + byte), the color value is expected in the least significant + bits of the single byte given as the color. +
getPixel Get a single pixel of the bitmap, returning its color + value. If the internal data format's pixel are not integer + multiples of bytes (i.e. if one pixel occupies less than a + byte), the color value is returned in the least significant + bits of the single byte returned as the color. +
getPalette Query the associated palette for this bitmap. Returns empty + interface or interface with empty palette for non-paletted + bitmaps. +
getMemoryLayout Query the memory layout for this bitmap +
+
+ + + + + + + + + + + + + + + + + + + + + +
Methods' Details
getData + + + + +
+ + + + + +
sequence< byte >
+getData(
 
+[in] Rectangle2D
 
+rect );
+
+
+
Description
+
Query the raw data of this bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + whole bitmap can be queried. If the internal data format's + pixel are not integer multiples of bytes (i.e. if one pixel + occupies less than a byte), the leftover content of the bytes + at the right of each scanline is filled with zero. When + querying subsets of the bitmap, the same scanline padding + takes place as when the whole bitmap is requested. +
+
+
+
setData + + + + +
+ + + + + +
void
+setData(
 
+[in] sequence< byte >
+[in] Rectangle2D
 
+data,
+rect );
+
+
+
Description
+
Set raw data of a bitmap, in the format as defined by + getMemoryLayout(). With the given rectangle, a subset of the + bitmap can be changed. If the internal data format's + pixel are not integer multiples of bytes (i.e. if one pixel + occupies less than a byte), the leftover content of the bytes + at the right of each scanline is ignored and left unchanged in + the bitmap. When setting subsets of the bitmap, the same + scanline padding takes place as when the whole bitmap is + changed. +
+
+
+
setPixel + + + + +
+ + + + + +
void
+setPixel(
 
+[in] sequence< byte >
+[in] Point2D
 
+color,
+pos );
+
+
+
Description
+
Set a single pixel of the bitmap with the given color + value. If the internal data format's pixel are not integer + multiples of bytes (i.e. if one pixel occupies less than a + byte), the color value is expected in the least significant + bits of the single byte given as the color. +
+
+
+
getPixel + + + + +
+ + + + + +
sequence< byte >
+getPixel(
 
+[in] Point2D
 
+pos );
+
+
+
Description
+
Get a single pixel of the bitmap, returning its color + value. If the internal data format's pixel are not integer + multiples of bytes (i.e. if one pixel occupies less than a + byte), the color value is returned in the least significant + bits of the single byte returned as the color. +
+
+
+
getPalette + + + + +
+ + + + + +
XBitmapPalette
+getPalette();
 
+
 
+
+
+
+
Description
+
Query the associated palette for this bitmap. Returns empty + interface or interface with empty palette for non-paletted + bitmaps. +
+
+
+
getMemoryLayout + + + + +
+ + + + + +
IntegerBitmapLayout
+getMemoryLayout();
 
+
 
+
+
+
+
Description
+
Query the memory layout for this bitmap +
+
+
+
+
Top of Page
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XIntegerBitmap.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XLinePolyPolygon2D-xref.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XLinePolyPolygon2D-xref.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XLinePolyPolygon2D-xref.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XLinePolyPolygon2D-xref.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,72 @@ + + +Uses of Interface XLinePolyPolygon2D-xref + + + + + + + + + + + + + + +
+
+ + + + + + + +
uses of interface XLinePolyPolygon2D

back to interface XLinePolyPolygon2D
+
+ +Derived Interfaces
+ +Synonym Typedefs
+ +Services which Support this Interface
+ +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/index-files/XLinePolyPolygon2D-xref.html ------------------------------------------------------------------------------ svn:eol-style = native Added: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XLinePolyPolygon2D.html URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XLinePolyPolygon2D.html?rev=1206299&view=auto ============================================================================== --- incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XLinePolyPolygon2D.html (added) +++ incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XLinePolyPolygon2D.html Fri Nov 25 20:06:37 2011 @@ -0,0 +1,232 @@ + + +Interface XLinePolyPolygon2D + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + + + +

::

+
interface XLinePolyPolygon2D
+
Base Hierarchy
+
XPolyPolygon2D
+ |
+ +-XLinePolyPolygon2D
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
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< Point2D > >
+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< Point2D > >
+[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 + + + + +
+ + + + + +
Point2D
+getPoint(
 
+[in] int
+[in] int
 
+nPolygonIndex,
+nPointIndex );
+
+
+
Description
+
Get a single point from the polyPolygon +
+
+
+
setPoint + + + + +
+ + + + + +
void
+setPoint(
 
+[in] Point2D
+[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
+ + + Propchange: incubator/ooo/ooo-site/trunk/content/gsl/canvas/api/index-files/XLinePolyPolygon2D.html ------------------------------------------------------------------------------ svn:eol-style = native