LibreOffice Module android (master) 1
Public Member Functions | List of all members
org.libreoffice.canvas.SelectionHandleEnd Class Reference

Selection handle for showing and manipulating the end of a selection. More...

Inheritance diagram for org.libreoffice.canvas.SelectionHandleEnd:
[legend]
Collaboration diagram for org.libreoffice.canvas.SelectionHandleEnd:
[legend]

Public Member Functions

 SelectionHandleEnd (LibreOfficeMainActivity context)
 
HandleType getHandleType ()
 Define the type of the handle. More...
 
- Public Member Functions inherited from org.libreoffice.canvas.SelectionHandle
 SelectionHandle (LibreOfficeMainActivity context, Bitmap bitmap)
 
void dragStart (PointF point)
 Start of a touch and drag action on the handle. More...
 
void dragEnd (PointF point)
 End of a touch and drag action on the handle. More...
 
void dragging (PointF point)
 Handle has been dragged. More...
 
abstract HandleType getHandleType ()
 
- Public Member Functions inherited from org.libreoffice.canvas.BitmapHandle
void onDraw (Canvas canvas)
 Draw the bitmap handle to the canvas. More...
 
boolean onHitTest (float x, float y)
 Test if the bitmap has been hit. More...
 
void reposition (float x, float y)
 Change the position of the handle. More...
 
- Public Member Functions inherited from org.libreoffice.canvas.CommonCanvasElement
boolean isVisible ()
 Is element visible? More...
 
void setVisible (boolean visible)
 Set element visibility. More...
 
void draw (Canvas canvas)
 Trigger drawing the element on the canvas. More...
 
boolean contains (float x, float y)
 Hit test. More...
 
void draw (Canvas canvas)
 Called when the element needs to be draw no the canvas. More...
 
boolean contains (float x, float y)
 Hit test - returns true if the object has been hit. More...
 
boolean isVisible ()
 Return if element is visible. More...
 
void setVisible (boolean visible)
 Set element visibility. More...
 

Additional Inherited Members

- Public Attributes inherited from org.libreoffice.canvas.BitmapHandle
final RectF mDocumentPosition
 

Detailed Description

Selection handle for showing and manipulating the end of a selection.

Definition at line 10 of file SelectionHandleEnd.java.

Constructor & Destructor Documentation

◆ SelectionHandleEnd()

org.libreoffice.canvas.SelectionHandleEnd.SelectionHandleEnd ( LibreOfficeMainActivity  context)
inline

Definition at line 11 of file SelectionHandleEnd.java.

References R.

Member Function Documentation

◆ getHandleType()

HandleType org.libreoffice.canvas.SelectionHandleEnd.getHandleType ( )
inline

Define the type of the handle.

Reimplemented from org.libreoffice.canvas.SelectionHandle.

Definition at line 19 of file SelectionHandleEnd.java.

References org.libreoffice.canvas.SelectionHandle.HandleType.END.


The documentation for this class was generated from the following file: