|
LibreOffice Module android (master) 1
|
All possible handle positions. More...
Public Attributes | |
| TOP_LEFT | |
| TOP | |
| TOP_RIGHT | |
| RIGHT | |
| BOTTOM_RIGHT | |
| BOTTOM | |
| BOTTOM_LEFT | |
| LEFT | |
All possible handle positions.
The selection rectangle has 8 possible handles.
Definition at line 134 of file GraphicSelectionHandle.java.
| org.libreoffice.canvas.GraphicSelectionHandle.HandlePosition.BOTTOM |
Definition at line 140 of file GraphicSelectionHandle.java.
Referenced by org.libreoffice.canvas.GraphicSelection.GraphicSelection().
| org.libreoffice.canvas.GraphicSelectionHandle.HandlePosition.BOTTOM_LEFT |
Definition at line 141 of file GraphicSelectionHandle.java.
Referenced by org.libreoffice.canvas.GraphicSelection.GraphicSelection().
| org.libreoffice.canvas.GraphicSelectionHandle.HandlePosition.BOTTOM_RIGHT |
Definition at line 139 of file GraphicSelectionHandle.java.
Referenced by org.libreoffice.canvas.GraphicSelection.GraphicSelection().
| org.libreoffice.canvas.GraphicSelectionHandle.HandlePosition.LEFT |
Definition at line 143 of file GraphicSelectionHandle.java.
Referenced by org.libreoffice.canvas.GraphicSelection.GraphicSelection().
| org.libreoffice.canvas.GraphicSelectionHandle.HandlePosition.RIGHT |
Definition at line 138 of file GraphicSelectionHandle.java.
Referenced by org.libreoffice.canvas.GraphicSelection.GraphicSelection().
| org.libreoffice.canvas.GraphicSelectionHandle.HandlePosition.TOP |
Definition at line 136 of file GraphicSelectionHandle.java.
Referenced by org.libreoffice.canvas.GraphicSelection.GraphicSelection().
| org.libreoffice.canvas.GraphicSelectionHandle.HandlePosition.TOP_LEFT |
Definition at line 135 of file GraphicSelectionHandle.java.
Referenced by org.libreoffice.canvas.GraphicSelection.GraphicSelection().
| org.libreoffice.canvas.GraphicSelectionHandle.HandlePosition.TOP_RIGHT |
Definition at line 137 of file GraphicSelectionHandle.java.
Referenced by org.libreoffice.canvas.GraphicSelection.GraphicSelection().