de.jreality.ui.viewerapp
Class SelectionTool

java.lang.Object
  extended by de.jreality.scene.tool.AbstractTool
      extended by de.jreality.ui.viewerapp.SelectionTool
All Implemented Interfaces:
Tool

public class SelectionTool
extends AbstractTool

Allows selections within the displayed JrScene via picking.

Author:
msommer

Constructor Summary
SelectionTool()
           
SelectionTool(SelectionManagerInterface sm)
           
SelectionTool(ViewerApp v)
           
 
Method Summary
 void perform(ToolContext tc)
          This method is called when the tool is activated and any AxisState or TransformationMatrix of the current slots changes.
 
Methods inherited from class de.jreality.scene.tool.AbstractTool
activate, deactivate, fullDescription, getActivationSlots, getCurrentSlots, getDescription, getDescription, setDescription
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionTool

public SelectionTool(SelectionManagerInterface sm)

SelectionTool

public SelectionTool()

SelectionTool

public SelectionTool(ViewerApp v)
Method Detail

perform

public void perform(ToolContext tc)
Description copied from interface: Tool
This method is called when the tool is activated and any AxisState or TransformationMatrix of the current slots changes.

Specified by:
perform in interface Tool
Overrides:
perform in class AbstractTool
Parameters:
tc - The current tool context