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

翻訳前ページへ


Interface XSlideShowView
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: 星/主役にする :: 贈呈 ::

interface XSlideShowView
Description
見解(をとる) interface to 陳列する,発揮する slideshow 贈呈s on.

This interface 供給するs the necessary methods to enable an XSlideShow interface to 陳列する,発揮する a 贈呈. The slideshow can be 陳列する,発揮するd 同時に on 多重の 見解(をとる)s

Since
OOo 2.4

Methods' 要約
getCanvas Get 見解(をとる) canvas. 
(疑いを)晴らす This method (疑いを)晴らすs the whole 見解(をとる) area. The slideshow uses this method to fully erase the 見解(をとる) content. Since the slideshow has no notion of 見解(をとる) size, this is the only reliable way to wholly (疑いを)晴らす the 見解(をとる).  
getTransformation Query the 現在の 変形 matrix for this 見解(をとる). 
addTransformationChangedListener 追加する a listener to get 通知するd when the 変形 matrix changes. 
removeTransformationChangedListener 取り消す a 以前 登録(する)d 変形 matrix change listener. 
addPaintListener 追加する a listener to get 通知するd when this 見解(をとる) needs a repaint. 
removePaintListener 取り消す a 以前 登録(する)d paint listener. 
addMouseListener 追加する a mouse listener to the 見解(をとる). 
removeMouseListener 取り消す a 以前 登録(する)d mouse listener. 
addMouseMotionListener 追加する a mouse 動議 listener to the 見解(をとる). 
removeMouseMotionListener 取り消す a 以前 登録(する)d mouse move listener. 
setMouseCursor Change the mouse cursor 現在/一般に in 影響. 
getCanvasArea Get rectangle defining area inside of canvas 装置 which this slideshow 見解(をとる) uses.  
Methods' 詳細(に述べる)s
getCanvas
::com::sun::星/主役にする::(判決などを)下すing::XSpriteCanvas
getCanvas();

Description
Get 見解(をとる) canvas.

This method gets the underlying XCanvas to 陳列する,発揮する on this 見解(をとる).

Returns
XSpriteCanvas to 陳列する,発揮する on. Must be valid, and the same 反対する, as long as this 見解(をとる) is 追加するd to any slide show.
(疑いを)晴らす
無効の
(疑いを)晴らす();

Description
This method (疑いを)晴らすs the whole 見解(をとる) area. The slideshow uses this method to fully erase the 見解(をとる) content. Since the slideshow has no notion of 見解(をとる) size, this is the only reliable way to wholly (疑いを)晴らす the 見解(をとる).
getTransformation
::com::sun::星/主役にする::geometry::AffineMatrix2D
getTransformation();

Description
Query the 現在の 変形 matrix for this 見解(をとる).

This method returns the 変形 matrix of the 見解(をとる). When 通知するd 経由で the 変形 change listener, the show will be 陳列する,発揮するd using the new 変形.

Returns
the 見解(をとる) 変形 matrix. 公式文書,認める that the slide show itself will paint all slides as one-by-one boxes, one therefore has to at least 供給する a 規模ing at this matrix to blow this up to the 願望(する)d 装置 pixel size (640 times 480, or whatever size the 生産(高) 見解(をとる) has). その上に, the 面 割合 of the 規模ing should match that of the slides (さもなければ, the slides will be 規模d anisotrophically).
addTransformationChangedListener
無効の
addTransformationChangedListener( [in] ::com::sun::星/主役にする::util::XModifyListener  xListener );

Description
追加する a listener to get 通知するd when the 変形 matrix changes.

This method 登録(する)s a listener with the 見解(をとる), which will get called everytime the 変形 matrix changes.

Parameter xListener
Listener interface to call when the 変形 matrix changes.
removeTransformationChangedListener
無効の
removeTransformationChangedListener( [in] ::com::sun::星/主役にする::util::XModifyListener  xListener );

Description
取り消す a 以前 登録(する)d 変形 matrix change listener.

Parameter xListener
Listener interface to 取り消す from 存在 called.
addPaintListener
無効の
addPaintListener( [in] ::com::sun::星/主役にする::awt::XPaintListener  xListener );

Description
追加する a listener to get 通知するd when this 見解(をとる) needs a repaint.

This method 登録(する)s a listener with the 見解(をとる), which will get called everytime the 見解(をとる) needs an update of their 審査する 代表.

Parameter xListener
Listener interface to call when the 見解(をとる) needs a repaint.
removePaintListener
無効の
removePaintListener( [in] ::com::sun::星/主役にする::awt::XPaintListener  xListener );

Description
取り消す a 以前 登録(する)d paint listener.

Parameter xListener
Listener interface to 取り消す from 存在 called.
addMouseListener
無効の
addMouseListener( [in] ::com::sun::星/主役にする::awt::XMouseListener  xListener );

Description
追加する a mouse listener to the 見解(をとる).

This method 登録(する)s a listener with the 見解(をとる), which will get called everytime the mouse is clicked on the 見解(をとる).

Parameter xListener
Listener interface to call when the mouse is clicked on the 見解(をとる).
removeMouseListener
無効の
removeMouseListener( [in] ::com::sun::星/主役にする::awt::XMouseListener  xListener );

Description
取り消す a 以前 登録(する)d mouse listener.

Parameter xListener
Listener interface to 取り消す from 存在 called.
addMouseMotionListener
無効の
addMouseMotionListener( [in] ::com::sun::星/主役にする::awt::XMouseMotionListener  xListener );

Description
追加する a mouse 動議 listener to the 見解(をとる).

This method 登録(する)s a listener with the 見解(をとる), which will get called everytime the mouse is moved on the 見解(をとる).

Parameter xListener
Listener interface to call when the mouse is moved on the 見解(をとる).
removeMouseMotionListener
無効の
removeMouseMotionListener( [in] ::com::sun::星/主役にする::awt::XMouseMotionListener  xListener );

Description
取り消す a 以前 登録(する)d mouse move listener.

Parameter xListener
Listener interface to 取り消す from 存在 called.
setMouseCursor
無効の
setMouseCursor( [in] short  nPointerShape );

Description
Change the mouse cursor 現在/一般に in 影響.

This method changes the mouse cursor 現在/一般に in 影響, for this 見解(をとる).

Parameter nPointerShape
New mouse cursor 形態/調整 to 陳列する,発揮する for this 見解(をとる). Must be from the ::com::sun::星/主役にする::awt::SystemPointer constant group.
getCanvasArea
::com::sun::星/主役にする::awt::Rectangle
getCanvasArea();

Description
Get rectangle defining area inside of canvas 装置 which this slideshow 見解(をとる) uses.
最高の,を越す 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.