このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Interface XGraphics
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: awt ::

interface XGraphics
Description
供給するs the basic 生産(高) 操作/手術 of a 装置.

Methods' 要約
selectFont creates a new font and 始める,決めるs the font.  
setClipRegion 始める,決めるs the clip 地域 to 明示するd clipping.  
intersectClipRegion builds the 交差点 with the 現在の 地域.  
押し進める saves all 現在の settings (Font, TextColor, TextFillColor, LineColor, FillColor, RasterOp, ClipRegion).  
pop 回復するs all previous saved settings.  
(疑いを)晴らす (疑いを)晴らすs the given rectangle on the 装置  
copy copies a rectangle of pixels from another 装置 into this one.  
draw draws a part of the 明示するd bitmap to the 生産(高) 装置.  
drawPixel 始める,決めるs a 選び出す/独身 pixel in the 生産(高) 装置.  
drawLine draws a line in the 生産(高) 装置.  
drawRect draws a rectangle in the 生産(高) 装置.  
drawRoundedRect draws a rectangle with 一連の会議、交渉/完成するd corners in the 生産(高) 装置.  
drawPolyLine draws 多重の lines in the 生産(高) 装置 at once.  
drawPolygon draws a polygon line in the 生産(高) 装置.  
drawPolyPolygon draws 多重の polygons in the 生産(高) 装置 at once.  
drawEllipse draws an ellipse in the 生産(高) 装置.  
drawArc draws an arc (part of a circle) in the 生産(高) 装置.  
drawPie draws a circular area in the 生産(高) 装置.  
drawChord draws a chord of a circular area in the 生産(高) 装置.  
drawGradient draws a color dispersion in the 生産(高) 装置.  
drawText draws text in the 生産(高) 装置.  
drawTextArray draws texts in the 生産(高) 装置 using an explicit kerning (米)棚上げする/(英)提議する.  
drawImage draws a ::com::sun::星/主役にする::graphic::XGraphic in the 生産(高) 装置.  
せいにするs' 要約
装置 the 装置 of this graphics  
TextColor the text color used by text 操作/手術s.  
TextFillColor the fill color used by text 操作/手術s.  
LineColor the line color.  
FillColor the fill color.  
RasterOp the raster 操作/手術.  
Font the font used by text 操作/手術s.  
FontMetric the font metric of the 現在の font.  
Methods' 詳細(に述べる)s
selectFont
[oneway] 無効の
selectFont( [in] FontDescriptor  aDescription );

Description
creates a new font and 始める,決めるs the font.
setClipRegion
[oneway] 無効の
setClipRegion( [in] XRegion  Clipping );

Description
始める,決めるs the clip 地域 to 明示するd clipping.
intersectClipRegion
[oneway] 無効の
intersectClipRegion( [in] XRegion  xClipping );

Description
builds the 交差点 with the 現在の 地域.
押し進める
[oneway] 無効の
押し進める();

Description
saves all 現在の settings (Font, TextColor, TextFillColor, LineColor, FillColor, RasterOp, ClipRegion).
pop
[oneway] 無効の
pop();

Description
回復するs all previous saved settings.
(疑いを)晴らす
[oneway] 無効の
(疑いを)晴らす( [in] Rectangle  aRect );

Description
(疑いを)晴らすs the given rectangle on the 装置
Since
Apache OpenOffice 4.0
copy
[oneway] 無効の
copy( [in] XDevice  xSource,
[in] long  nSourceX,
[in] long  nSourceY,
[in] long  nSourceWidth,
[in] long  nSourceHeight,
[in] long  nDestX,
[in] long  nDestY,
[in] long  nDestWidth,
[in] long  nDestHeight );

Description
copies a rectangle of pixels from another 装置 into this one.
draw
[oneway] 無効の
draw( [in] XDisplayBitmap  xBitmapHandle,
[in] long  SourceX,
[in] long  SourceY,
[in] long  SourceWidth,
[in] long  SourceHeight,
[in] long  DestX,
[in] long  DestY,
[in] long  DestWidth,
[in] long  DestHeight );

Description
draws a part of the 明示するd bitmap to the 生産(高) 装置.
drawPixel
[oneway] 無効の
drawPixel( [in] long  X,
[in] long  Y );

Description
始める,決めるs a 選び出す/独身 pixel in the 生産(高) 装置.
drawLine
[oneway] 無効の
drawLine( [in] long  X1,
[in] long  Y1,
[in] long  X2,
[in] long  Y2 );

Description
draws a line in the 生産(高) 装置.
drawRect
[oneway] 無効の
drawRect( [in] long  X,
[in] long  Y,
[in] long  Width,
[in] long  高さ );

Description
draws a rectangle in the 生産(高) 装置.
drawRoundedRect
[oneway] 無効の
drawRoundedRect( [in] long  X,
[in] long  Y,
[in] long  Width,
[in] long  高さ,
[in] long  nHorzRound,
[in] long  nVertRound );

Description
draws a rectangle with 一連の会議、交渉/完成するd corners in the 生産(高) 装置.
drawPolyLine
[oneway] 無効の
drawPolyLine( [in] sequence< long >  DataX,
[in] sequence< long >  DataY );

Description
draws 多重の lines in the 生産(高) 装置 at once.
drawPolygon
[oneway] 無効の
drawPolygon( [in] sequence< long >  DataX,
[in] sequence< long >  DataY );

Description
draws a polygon line in the 生産(高) 装置.
drawPolyPolygon
[oneway] 無効の
drawPolyPolygon( [in] sequence< sequence< long > >  DataX,
[in] sequence< sequence< long > >  DataY );

Description
draws 多重の polygons in the 生産(高) 装置 at once.
drawEllipse
[oneway] 無効の
drawEllipse( [in] long  X,
[in] long  Y,
[in] long  Width,
[in] long  高さ );

Description
draws an ellipse in the 生産(高) 装置.
drawArc
[oneway] 無効の
drawArc( [in] long  X,
[in] long  Y,
[in] long  Width,
[in] long  高さ,
[in] long  X1,
[in] long  Y1,
[in] long  X2,
[in] long  Y2 );

Description
draws an arc (part of a circle) in the 生産(高) 装置.
drawPie
[oneway] 無効の
drawPie( [in] long  X,
[in] long  Y,
[in] long  Width,
[in] long  高さ,
[in] long  X1,
[in] long  Y1,
[in] long  X2,
[in] long  Y2 );

Description
draws a circular area in the 生産(高) 装置.
drawChord
[oneway] 無効の
drawChord( [in] long  nX,
[in] long  nY,
[in] long  nWidth,
[in] long  nHeight,
[in] long  nX1,
[in] long  nY1,
[in] long  nX2,
[in] long  nY2 );

Description
draws a chord of a circular area in the 生産(高) 装置.

A chord is a segment of a circle. You get two chords from a circle if you intersect the circle with a straight line joining two points on the circle.

drawGradient
[oneway] 無効の
drawGradient( [in] long  nX,
[in] long  nY,
[in] long  nWidth,
[in] long  高さ,
[in] Gradient  aGradient );

Description
draws a color dispersion in the 生産(高) 装置.
drawText
[oneway] 無効の
drawText( [in] long  X,
[in] long  Y,
[in] string  Text );

Description
draws text in the 生産(高) 装置.
drawTextArray
[oneway] 無効の
drawTextArray( [in] long  X,
[in] long  Y,
[in] string  Text,
[in] sequence< long >  Longs );

Description
draws texts in the 生産(高) 装置 using an explicit kerning (米)棚上げする/(英)提議する.
drawImage
[oneway] 無効の
drawImage( [in] long  nX,
[in] long  nY,
[in] long  nWidth,
[in] long  nHeight,
[in] short  nStyle,
[in] ::com::sun::星/主役にする::graphic::XGraphic  aGraphic );

Description
draws a ::com::sun::星/主役にする::graphic::XGraphic in the 生産(高) 装置.

公式文書,認める that some 装置s may not support this 操作/手術.

Since
Apache OpenOffice 4.0
Parameter nX
the X 調整する on the 装置 where the graphic will be drawn
Parameter nY
the Y 調整する on the 装置 where the graphic will be drawn
Parameter nWidth
the width of the 地域 on the 装置
Parameter nHeight
the 高さ of the 地域 on the 装置
Parameter nStyle
the style used to draw the image. See ImageDrawMode.
Parameter aGraphic
the ::com::sun::星/主役にする::graphic::XGraphic to be drawn の上に the 装置
せいにするs' 詳細(に述べる)s
装置
[ readonly ] XDevice 装置;
Description
the 装置 of this graphics
TextColor
::com::sun::星/主役にする::util::Color TextColor;
Description
the text color used by text 操作/手術s.
TextFillColor
::com::sun::星/主役にする::util::Color TextFillColor;
Description
the fill color used by text 操作/手術s.
LineColor
::com::sun::星/主役にする::util::Color LineColor;
Description
the line color.
FillColor
::com::sun::星/主役にする::util::Color FillColor;
Description
the fill color.
RasterOp
RasterOperation RasterOp;
Description
the raster 操作/手術.

If the 装置 does not support raster 操作/手術s, this せいにする is ignored.

Font
XFont Font;
Description
the font used by text 操作/手術s.
FontMetric
[ readonly ] SimpleFontMetric FontMetric;
Description
the font metric of the 現在の font.
最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.