Class CurvatureAction
java.lang.Object
javax.swing.AbstractAction
cz.fidentis.analyst.gui.task.ControlPanelAction<CurvaturePanel>
cz.fidentis.analyst.gui.task.curvature.CurvatureAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
Action listener for the curvature computation.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
enabled, changeSupport
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
ConstructorsConstructorDescriptionCurvatureAction
(Canvas canvas, Task task, JTabbedPane topControlPane) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected void
protected void
Methods inherited from class cz.fidentis.analyst.gui.task.ControlPanelAction
getCanvas, getControlPanel, getPrimaryDrawableFace, getPrimaryFace, getPrimaryFaceId, getPrimaryFeaturePoints, getPrimaryInteractiveMask, getScene, getSecondaryDrawableFace, getSecondaryFace, getSecondaryFaceId, getSecondaryFeaturePoints, getSecondaryInteractiveMask, getTask, hideShowPanelActionPerformed, popup, renderScene, setControlPanel, setShowHideCode
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
CurvatureAction
Constructor. A newCurvaturePanel
is instantiated and added to thetopControlPane
- Parameters:
canvas
- OpenGL canvastopControlPane
- A top component when a new control panel is placedfaces
- Faces processed by current analytical task
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
- Specified by:
actionPerformed
in classControlPanelAction<CurvaturePanel>
-
setHeatmap
protected void setHeatmap() -
updateVisibleHeatmap
protected void updateVisibleHeatmap() -
calcHeatmap
-