public class EncompassTool extends AbstractTool
| Constructor and Description |
|---|
EncompassTool() |
| Modifier and Type | Method and Description |
|---|---|
double |
getMargin() |
boolean |
isSetClippingPlanes() |
void |
perform(ToolContext tc)
This method is called when the tool is activated and any
AxisState or TransformationMatrix of the current slots changes.
|
void |
setAutomaticClippingPlanes(boolean setClippingPlanes) |
void |
setMargin(double p) |
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 void setMargin(double p)
public double getMargin()
public boolean isSetClippingPlanes()
public void setAutomaticClippingPlanes(boolean setClippingPlanes)