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:
parent
7fb943f59f
commit
ce0f77c19f
9 changed files with 125 additions and 70 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue