Lines Matching refs:view
60 /** Get view canvas.<p>
63 view.<p>
66 same object, as long as this view is added to any slide show.
70 /** This method clears the whole view area.
72 The slideshow uses this method to fully erase the view
73 content. Since the slideshow has no notion of view size, this
74 is the only reliable way to wholly clear the view.
78 /** Query the current transformation matrix for this view.<p>
81 view. When notified via the transformation change listener,
84 @return the view transformation matrix. Note that the slide
88 or whatever size the output view has). Furthermore, the aspect
96 This method registers a listener with the view, which will get
111 /** Add a listener to get notified when this view needs a repaint.<p>
113 This method registers a listener with the view, which will get
114 called everytime the view needs an update of their screen
118 Listener interface to call when the view needs a repaint.
129 /** Add a mouse listener to the view.<p>
131 This method registers a listener with the view, which will get
132 called everytime the mouse is clicked on the view.<p>
135 Listener interface to call when the mouse is clicked on the view.
146 /** Add a mouse motion listener to the view.<p>
148 This method registers a listener with the view, which will get
149 called everytime the mouse is moved on the view.<p>
152 Listener interface to call when the mouse is moved on the view.
166 this view.<p>
169 New mouse cursor shape to display for this view. Must be from
175 this slideshow view uses.