21 module
com { module sun { module star { module awt {
23 published
interface XRegion;
24 published
interface XDisplayBitmap;
25 published
interface XFont;
26 published
interface XDevice;
43 void setFont( [in]
XFont xNewFont );
74 void setClipRegion( [in]
XRegion Clipping );
78 void intersectClipRegion( [in]
XRegion xClipping );
91 void copy( [in]
XDevice xSource,
94 [in]
long nSourceWidth,
95 [in]
long nSourceHeight,
99 [in]
long nDestHeight );
106 [in]
long SourceWidth,
107 [in]
long SourceHeight,
111 [in]
long DestHeight );
115 void drawPixel( [in]
long X,
120 void drawLine( [in]
long X1,
127 void drawRect( [in]
long X,
134 void drawRoundedRect( [in]
long X,
138 [in]
long nHorzRound,
139 [in]
long nVertRound );
143 void drawPolyLine( [in] sequence<long> DataX,
144 [in] sequence<long> DataY );
148 void drawPolygon( [in] sequence<long> DataX,
149 [in] sequence<long> DataY );
153 void drawPolyPolygon( [in] sequence< sequence<long> > DataX,
154 [in] sequence< sequence<long> > DataY );
158 void drawEllipse( [in]
long X,
165 void drawArc( [in]
long X,
176 void drawPie( [in]
long X,
191 void drawChord( [in]
long nX,
202 void drawGradient( [in]
long nX,
210 void drawText( [in]
long X,
216 void drawTextArray( [in]
long X,
219 [in] sequence<long> Longs );
RasterOperation
These values are used to specify the binary pixel-operation applied when pixels are written to the de...
Definition: RasterOperation.idl:28
describes a font on a specific device.
Definition: XFont.idl:29
provides the basic output operation of a device.
Definition: XGraphics.idl:31
provides information about a graphical output device and offers a factory for the graphics which prov...
Definition: XDevice.idl:33
Definition: Ambiguous.idl:20
const short Y
Definition: Key.idl:135
const short X
specifies to strike out the characters with X's.
Definition: FontStrikeout.idl:64
describes the general metrics of a certain font.
Definition: SimpleFontMetric.idl:27
describes the characteristics of a font.
Definition: FontDescriptor.idl:29
manages multiple rectangles which make up a region.
Definition: XRegion.idl:27
Describes a gradient between two colors.
Definition: Gradient.idl:29
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:45
specifies an object as a bitmap for which data is formatted for a specific output device...
Definition: XDisplayBitmap.idl:30