mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
more API methods
This commit is contained in:
parent
6175f96a8f
commit
ce1bd674ec
3 changed files with 24 additions and 8 deletions
|
@ -447,12 +447,11 @@ public class ApiServerImplementation extends ApiInterface.Stub implements Api, A
|
|||
}
|
||||
|
||||
public boolean isZoneMapCustom(String name) throws ApiException {
|
||||
// TODO: implement
|
||||
return false;
|
||||
return TapZoneMap.zoneMap(name).isCustom();
|
||||
}
|
||||
|
||||
public void deleteZoneMap(String name) throws ApiException {
|
||||
// TODO: implement
|
||||
TapZoneMap.deleteZoneMap(name);
|
||||
}
|
||||
|
||||
public String getTapZoneAction(String name, int h, int v, boolean singleTap) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue