public class HeadTransformationTool extends AbstractTool
Constructor and Description |
---|
HeadTransformationTool() |
Modifier and Type | Method and Description |
---|---|
void |
currentAngle(double ang) |
double |
getMaxAngle() |
double |
getMinAngle() |
boolean |
isInvert() |
void |
perform(ToolContext tc)
This method is called when the tool is activated and any
AxisState or TransformationMatrix of the current slots changes.
|
void |
setInvert(boolean invert) |
void |
setMaxAngle(double maxAngle) |
void |
setMinAngle(double minAngle) |
activate, addCurrentSlot, deactivate, equals, fullDescription, getActivationSlots, getCurrentSlots, getDescription, getDescription, hashCode, removeCurrentSlot, setDescription
public void perform(ToolContext tc)
Tool
perform
in interface Tool
perform
in class AbstractTool
tc
- The current tool contextpublic double getMaxAngle()
public void setMaxAngle(double maxAngle)
public double getMinAngle()
public void setMinAngle(double minAngle)
public boolean isInvert()
public void setInvert(boolean invert)
public void currentAngle(double ang)