Class GMovable

    • Constructor Detail

      • GMovable

        public GMovable()
    • Method Detail

      • draw

        public void draw​(java.awt.Graphics2D g)
        Overrides:
        draw in class GRect
      • onPositionChangedEvent

        public void onPositionChangedEvent​(PositionChangedEvent event)
        Position changed listener.
        Parameters:
        event -
      • onStartSync

        public void onStartSync​(StartSyncEvent event)
        Synchronization between beacon and satellite is starting. Start the synchronization animation.
        Parameters:
        event -
      • onStopSync

        public void onStopSync​(StopSyncEvent event)
        Synchronization between beacon and satellite is stopping. Stop the synchronization animation.
        Parameters:
        event -
      • drawSyncAnim

        public void drawSyncAnim​(java.awt.Graphics2D g)
        Draw the synchronisation animation.
        Parameters:
        g -
        See Also:
        draw
      • drawNothing

        public void drawNothing​(java.awt.Graphics2D g)
        Draw none animation
        Parameters:
        g -
        See Also:
        draw