de.jreality.tools
Class ShipRotateTool

java.lang.Object
  extended by de.jreality.scene.tool.AbstractTool
      extended by de.jreality.tools.ShipRotateTool
All Implemented Interfaces:
Tool

public class ShipRotateTool
extends AbstractTool

Author:
weissman

Constructor Summary
ShipRotateTool()
           
 
Method Summary
 double getGain()
           
 void perform(ToolContext tc)
          This method is called when the tool is activated and any AxisState or TransformationMatrix of the current slots changes.
 void setGain(double gain)
           
 
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

ShipRotateTool

public ShipRotateTool()
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

getGain

public double getGain()

setGain

public void setGain(double gain)