Interface AnnotationManager.OnAnnotationCreationModeSettingsChangeListener
-
- All Implemented Interfaces:
public interface AnnotationManager.OnAnnotationCreationModeSettingsChangeListener
Listener for annotation creation mode settings changes.
-
-
Method Summary
Modifier and Type Method Description abstract void
onAnnotationCreationModeSettingsChange(@NonNull() AnnotationCreationController controller)
Called when the settings changed in the active annotation creation mode. -
-
Method Detail
-
onAnnotationCreationModeSettingsChange
abstract void onAnnotationCreationModeSettingsChange(@NonNull() AnnotationCreationController controller)
Called when the settings changed in the active annotation creation mode. You can then get the new values from the provided AnnotationCreationController.
- Parameters:
controller
- Provided controller for managing annotation creation mode, holds values such as color, thickness, etc.
-
-
-
-