LibreOffice Module android (master) 1
SelectionHandleEnd.java
Go to the documentation of this file.
1package org.libreoffice.canvas;
2
4
5import org.libreoffice.R;
6
10public class SelectionHandleEnd extends SelectionHandle {
12 super(context, getBitmapForDrawable(context, R.drawable.handle_alias_end));
13 }
14
18 @Override
20 return HandleType.END;
21 }
22}
Main activity of the LibreOffice App.
Selection handle for showing and manipulating the end of a selection.
HandleType getHandleType()
Define the type of the handle.
SelectionHandleEnd(LibreOfficeMainActivity context)
Selection handle is a common class for "start", "middle" and "end" types of selection handles.
const sal_uInt8 R