1
0
Fork 0
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:
Nikolay Pultsin 2012-05-23 06:12:42 +01:00
parent 6175f96a8f
commit ce1bd674ec
3 changed files with 24 additions and 8 deletions

View file

@ -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) {