Package gaiasky.util

Class Settings.SceneSettings.ProperMotionSettings

java.lang.Object
gaiasky.util.Settings.SceneSettings.ProperMotionSettings
All Implemented Interfaces:
IObserver
Enclosing class:
Settings.SceneSettings

public static class Settings.SceneSettings.ProperMotionSettings extends Object implements IObserver
  • Field Details

    • length

      public float length
    • number

      public double number
    • colorMode

      public int colorMode
      Color 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

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Specified by:
      notify in interface IObserver
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.