Package gaiasky.util

Class Settings.SceneSettings.LabelSettings

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

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

    • size

      public float size
    • number

      public float number
  • Constructor Details

    • LabelSettings

      public LabelSettings()
  • Method Details

    • notify

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