Interface SubPrefsOptions
-
- All Known Implementing Classes:
CodeProjectionChoice,CustomProjectionChoice
public interface SubPrefsOptions
ProjectionChoice can implement this interface to set some additional options.- Since:
- 5226
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanshowProjectionCode()Determines if the projection code should be displayed in the top panel.booleanshowProjectionName()Determines if the projection name should be displayed in the top panel.
-
-
-
Method Detail
-
showProjectionCode
boolean showProjectionCode()
Determines if the projection code should be displayed in the top panel.- Returns:
- true, if the projection code should be displayed in the top panel
-
showProjectionName
boolean showProjectionName()
Determines if the projection name should be displayed in the top panel.- Returns:
- true, if the projection name should be displayed in the top panel
-
-