Package gaiasky.util
Class Settings.SceneSettings.ProperMotionSettings
java.lang.Object
gaiasky.util.SettingsObject
gaiasky.util.Settings.SceneSettings.ProperMotionSettings
- Enclosing class:
Settings.SceneSettings
public static class Settings.SceneSettings.ProperMotionSettings
extends SettingsObject
implements IObserver
-
Field Summary
Modifier and TypeFieldDescriptionboolean
int
Color mode for velocity vectors 0 - direction 1 - length 2 - has radial velocity 3 - redshift (sun) 4 - redshift (camera) 5 - single colorfloat
double
Fields inherited from class gaiasky.util.SettingsObject
parent
-
Constructor Summary
-
Method Summary
Methods inherited from class gaiasky.util.SettingsObject
isEnabled, setParent
-
Field Details
-
length
public float length -
number
public double number -
colorMode
public int colorModeColor mode for velocity vectors- 0 - direction
- 1 - length
- 2 - has radial velocity
- 3 - redshift (sun)
- 4 - redshift (camera)
- 5 - single color
-
arrowHeads
public boolean arrowHeads
-
-
Constructor Details
-
ProperMotionSettings
public ProperMotionSettings()
-
-
Method Details
-
notify
Description copied from interface:IObserver
Event notification call. -
clone
- Overrides:
clone
in classSettingsObject
-
setParentRecursive
- Specified by:
setParentRecursive
in classSettingsObject
-
setupListeners
protected void setupListeners()- Specified by:
setupListeners
in classSettingsObject
-
dispose
public void dispose()- Specified by:
dispose
in interfacecom.badlogic.gdx.utils.Disposable
-
apply
public void apply()
-