1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 02:09:35 +02:00

separate classes for options

This commit is contained in:
Nikolay Pultsin 2013-05-28 04:13:16 +01:00
parent 7fb943f59f
commit ce0f77c19f
9 changed files with 125 additions and 70 deletions

View file

@ -526,11 +526,11 @@ public class ApiServerImplementation extends ApiInterface.Stub implements Api, A
}
public String getZoneMap() {
return getReader().PageTurningOptions.TapZoneMapOption.getValue();
return getReader().PageTurningOptions.TapZoneMap.getValue();
}
public void setZoneMap(String name) {
getReader().PageTurningOptions.TapZoneMapOption.setValue(name);
getReader().PageTurningOptions.TapZoneMap.setValue(name);
}
public int getZoneMapHeight(String name) {