Package qupath.lib.gui.actions
Class OverlayActions
java.lang.Object
qupath.lib.gui.actions.OverlayActions
Actions that interact with
OverlayOptions
.
These can be used as a basis for creating UI controls that operate on the same options.- Since:
- v0.5.0
- Author:
- Pete Bankhead
-
Field Summary
Modifier and TypeFieldDescriptionfinal org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the overlay options controlled by these actions.
-
Field Details
-
SHOW_GRID
@ActionIcon(GRID) @ActionAccelerator("shift+g") @ActionConfig("OverlayActions.showCountingGrid") public final org.controlsfx.control.action.Action SHOW_GRID -
GRID_SPACING
@ActionConfig("OverlayActions.setCountingGridSpacing") public final org.controlsfx.control.action.Action GRID_SPACING -
SHOW_PIXEL_CLASSIFICATION
@ActionIcon(PIXEL_CLASSIFICATION) @ActionAccelerator("c") @ActionConfig("OverlayActions.showPixelOverlay") public final org.controlsfx.control.action.Action SHOW_PIXEL_CLASSIFICATION -
SHOW_CELL_BOUNDARIES
@ActionIcon(CELL_ONLY) @ActionConfig("OverlayActions.showCellBoundaries") public final org.controlsfx.control.action.Action SHOW_CELL_BOUNDARIES -
SHOW_CELL_NUCLEI
@ActionIcon(NUCLEI_ONLY) @ActionConfig("OverlayActions.showCellNuclei") public final org.controlsfx.control.action.Action SHOW_CELL_NUCLEI -
SHOW_CELL_BOUNDARIES_AND_NUCLEI
@ActionIcon(CELL_NUCLEI_BOTH) @ActionConfig("OverlayActions.showCellBoth") public final org.controlsfx.control.action.Action SHOW_CELL_BOUNDARIES_AND_NUCLEI -
SHOW_CELL_CENTROIDS
@ActionIcon(CENTROIDS_ONLY) @ActionConfig("OverlayActions.showCellCentroids") public final org.controlsfx.control.action.Action SHOW_CELL_CENTROIDS -
SHOW_ANNOTATIONS
@ActionIcon(ANNOTATIONS) @ActionAccelerator("a") @ActionConfig("OverlayActions.showAnnotations") public final org.controlsfx.control.action.Action SHOW_ANNOTATIONS -
SHOW_NAMES
@ActionIcon(SHOW_NAMES) @ActionAccelerator("n") @ActionConfig("OverlayActions.showAnnotationNames") public final org.controlsfx.control.action.Action SHOW_NAMES -
FILL_ANNOTATIONS
@ActionIcon(ANNOTATIONS_FILL) @ActionAccelerator("shift+f") @ActionConfig("OverlayActions.fillAnnotations") public final org.controlsfx.control.action.Action FILL_ANNOTATIONS -
SHOW_TMA_GRID
@ActionIcon(TMA_GRID) @ActionAccelerator("g") @ActionConfig("OverlayActions.showTMAGrid") public final org.controlsfx.control.action.Action SHOW_TMA_GRID -
SHOW_TMA_GRID_LABELS
@ActionConfig("OverlayActions.showTMALabels") public final org.controlsfx.control.action.Action SHOW_TMA_GRID_LABELS -
SHOW_DETECTIONS
@ActionIcon(DETECTIONS) @ActionAccelerator("d") @ActionConfig("OverlayActions.showDetections") public final org.controlsfx.control.action.Action SHOW_DETECTIONS -
FILL_DETECTIONS
@ActionIcon(DETECTIONS_FILL) @ActionAccelerator("f") @ActionConfig("OverlayActions.fillDetections") public final org.controlsfx.control.action.Action FILL_DETECTIONS -
SHOW_CONNECTIONS
@ActionConfig("OverlayActions.showConnections") public final org.controlsfx.control.action.Action SHOW_CONNECTIONS
-
-
Constructor Details
-
OverlayActions
-
-
Method Details
-
getOverlayOptions
Get the overlay options controlled by these actions.- Returns:
-