de.jreality.tutorial.tool
Class AddPointsExample

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

public class AddPointsExample
extends AbstractTool


Constructor Summary
AddPointsExample()
           
 
Method Summary
static void main(String[] args)
           
 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, addCurrentSlot, deactivate, equals, fullDescription, getActivationSlots, getCurrentSlots, getDescription, getDescription, hashCode, removeCurrentSlot, setDescription
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPointsExample

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

main

public static void main(String[] args)