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, setDescriptionpublic void perform(ToolContext tc)
Toolperform in interface Toolperform in class AbstractTooltc - 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)