1 package org
.libreoffice
.canvas
;
3 import org
.libreoffice
.LibreOfficeMainActivity
;
5 import org
.libreoffice
.R
;
8 * Selection handle for showing and manipulating the end of a selection.
10 public class SelectionHandleEnd
extends SelectionHandle
{
11 public SelectionHandleEnd(LibreOfficeMainActivity context
) {
12 super(context
, getBitmapForDrawable(context
, R
.drawable
.handle_alias_end
));
16 * Define the type of the handle.
19 public HandleType
getHandleType() {
20 return HandleType
.END
;