public class InteractionPrefs extends Preferences
Constructor and Description |
---|
InteractionPrefs(InteractionSettings settings) |
Modifier and Type | Method and Description |
---|---|
void |
applyToCurrent() |
boolean |
getAlignDraggersToPoints() |
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
boolean |
getArticulatedTransforms() |
double |
getFrameRate() |
boolean |
getInitDraggersInWorld() |
boolean |
getNavigationPanelLines() |
double |
getRealTimeScaling() |
void |
setAlignDraggersToPoints(boolean enable) |
void |
setArticulatedTransforms(boolean enable) |
void |
setFrameRate(double rate) |
void |
setFromCurrent() |
void |
setInitDraggersInWorld(boolean enable) |
void |
setNavigationPanelLines(boolean enabled) |
void |
setRealTimeScaling(double scaling) |
actionPerformed, getEditingPanel, getProperty, isWritable, numScanWarnings, scan, setDefaults, write, writeItems
public InteractionPrefs(InteractionSettings settings)
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
getAllPropertyInfo
in class Preferences
public boolean getArticulatedTransforms()
public void setArticulatedTransforms(boolean enable)
public double getFrameRate()
public void setFrameRate(double rate)
public boolean getInitDraggersInWorld()
public void setInitDraggersInWorld(boolean enable)
public boolean getAlignDraggersToPoints()
public void setAlignDraggersToPoints(boolean enable)
public double getRealTimeScaling()
public void setRealTimeScaling(double scaling)
public boolean getNavigationPanelLines()
public void setNavigationPanelLines(boolean enabled)
public void setFromCurrent()
setFromCurrent
in class Preferences
public void applyToCurrent()
applyToCurrent
in class Preferences