public class NavigationActions extends Actions
Modifier and Type | Field and Description |
---|---|
static String |
ALIGN_PLANE
Deprecated.
|
static String |
ALIGN_XY_PLANE |
static String[] |
ALIGN_XY_PLANE_KEYS |
static String |
ALIGN_XZ_PLANE |
static String[] |
ALIGN_XZ_PLANE_KEYS |
static String |
ALIGN_ZY_PLANE |
static String[] |
ALIGN_ZY_PLANE_KEYS |
static String |
NEXT_TIMEPOINT |
static String[] |
NEXT_TIMEPOINT_KEYS |
static String |
PREVIOUS_TIMEPOINT |
static String[] |
PREVIOUS_TIMEPOINT_KEYS |
static String |
SET_CURRENT_SOURCE |
static String |
SET_CURRENT_SOURCE_KEYS_FORMAT |
static String |
TOGGLE_FUSED_MODE |
static String[] |
TOGGLE_FUSED_MODE_KEYS |
static String |
TOGGLE_GROUPING |
static String[] |
TOGGLE_GROUPING_KEYS |
static String |
TOGGLE_INTERPOLATION |
static String[] |
TOGGLE_INTERPOLATION_KEYS |
static String |
TOGGLE_SOURCE_VISIBILITY |
static String |
TOGGLE_SOURCE_VISIBILITY_KEYS_FORMAT |
keyConfig, keyStrokeAdder
Constructor and Description |
---|
NavigationActions(KeyStrokeAdder.Factory keyConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
alignPlaneAction(ViewerPanel viewer,
ViewerPanel.AlignPlane plane,
String... defaultKeyStrokes)
Deprecated.
|
void |
alignPlanes(ViewerPanel viewer)
Deprecated.
|
static void |
install(Actions actions,
ViewerPanel viewer,
boolean is2D)
Create navigation actions and install them in the specified
Actions . |
static void |
installActionBindings(InputActionBindings inputActionBindings,
ViewerPanel viewer,
KeyStrokeAdder.Factory keyProperties)
Deprecated.
|
static void |
installAlignPlaneAction(Actions actions,
ViewerPanel viewer,
ViewerPanel.AlignPlane plane,
String... defaultKeyStrokes)
Deprecated.
|
static void |
installAlignPlaneActions(Actions actions,
ViewerPanel viewer,
boolean is2D) |
static void |
installModeActions(Actions actions,
ViewerState state) |
static void |
installSourceActions(Actions actions,
ViewerState state) |
static void |
installTimeActions(Actions actions,
ViewerState state) |
void |
modes(ViewerPanel viewer)
Deprecated.
|
static void |
nextTimePoint(ViewerState state) |
static void |
previousTimePoint(ViewerState state) |
void |
sources(ViewerPanel viewer)
Deprecated.
|
void |
time(ViewerPanel viewer)
Deprecated.
|
static void |
toggleInterpolation(ViewerState state) |
getActionMap, getInputMap, install, namedAction, runnableAction, updateKeyConfig, updateKeyConfig
public static final String TOGGLE_INTERPOLATION
public static final String TOGGLE_FUSED_MODE
public static final String TOGGLE_GROUPING
public static final String SET_CURRENT_SOURCE
public static final String TOGGLE_SOURCE_VISIBILITY
public static final String ALIGN_XY_PLANE
public static final String ALIGN_ZY_PLANE
public static final String ALIGN_XZ_PLANE
public static final String NEXT_TIMEPOINT
public static final String PREVIOUS_TIMEPOINT
public static final String[] TOGGLE_INTERPOLATION_KEYS
public static final String[] TOGGLE_FUSED_MODE_KEYS
public static final String[] TOGGLE_GROUPING_KEYS
public static final String SET_CURRENT_SOURCE_KEYS_FORMAT
public static final String TOGGLE_SOURCE_VISIBILITY_KEYS_FORMAT
public static final String[] ALIGN_XY_PLANE_KEYS
public static final String[] ALIGN_ZY_PLANE_KEYS
public static final String[] ALIGN_XZ_PLANE_KEYS
public static final String[] NEXT_TIMEPOINT_KEYS
public static final String[] PREVIOUS_TIMEPOINT_KEYS
@Deprecated public static final String ALIGN_PLANE
@Deprecated public NavigationActions(KeyStrokeAdder.Factory keyConfig)
public static void install(Actions actions, ViewerPanel viewer, boolean is2D)
Actions
.actions
- navigation actions are installed here.viewer
- Navigation actions are targeted at this ViewerPanel
.public static void installModeActions(Actions actions, ViewerState state)
public static void installTimeActions(Actions actions, ViewerState state)
public static void installSourceActions(Actions actions, ViewerState state)
public static void installAlignPlaneActions(Actions actions, ViewerPanel viewer, boolean is2D)
@Deprecated public static void installAlignPlaneAction(Actions actions, ViewerPanel viewer, ViewerPanel.AlignPlane plane, String... defaultKeyStrokes)
public static void toggleInterpolation(ViewerState state)
public static void nextTimePoint(ViewerState state)
public static void previousTimePoint(ViewerState state)
@Deprecated public static void installActionBindings(InputActionBindings inputActionBindings, ViewerPanel viewer, KeyStrokeAdder.Factory keyProperties)
InputActionBindings
.inputActionBindings
- InputMap
and ActionMap
are installed here.viewer
- Navigation actions are targeted at this ViewerPanel
.keyProperties
- user-defined key-bindings.@Deprecated public void alignPlaneAction(ViewerPanel viewer, ViewerPanel.AlignPlane plane, String... defaultKeyStrokes)
@Deprecated public void modes(ViewerPanel viewer)
@Deprecated public void time(ViewerPanel viewer)
@Deprecated public void sources(ViewerPanel viewer)
@Deprecated public void alignPlanes(ViewerPanel viewer)
Copyright © 2015–2021 Fiji. All rights reserved.