Class UIAxes

All Implemented Interfaces:
LXLoopTask, LXSerializable

public class UIAxes extends UI3dComponent implements LXSerializable
  • Constructor Details

  • Method Details

    • dispose

      public void dispose()
      Overrides:
      dispose in class UIObject
    • onDraw

      public void onDraw(UI ui, View view)
      Description copied from class: UI3dComponent
      Subclasses should override this method with specific drawing routings
      Overrides:
      onDraw in class UI3dComponent
      Parameters:
      ui - UI
      view - View to draw into
    • save

      public void save(LX lx, JsonObject object)
      Description copied from interface: LXSerializable
      Serializes this instance into the JSON object
      Specified by:
      save in interface LXSerializable
      Parameters:
      lx - LX instance
      object - Object to serialize into
    • load

      public void load(LX lx, JsonObject object)
      Description copied from interface: LXSerializable
      Restores this instance from a JSON object
      Specified by:
      load in interface LXSerializable
      Parameters:
      lx - LX instance
      object - Object to deserialize