LibreOffice Module android (master) 1
CanvasElementImplRequirement.java
Go to the documentation of this file.
1package org.libreoffice.canvas;
2
3import android.graphics.Canvas;
4
9interface CanvasElementImplRequirement {
10
16 boolean onHitTest(float x, float y);
17
24 void onDraw(Canvas canvas);
25}