Class UIPatternLauncher.PatternCycle

All Implemented Interfaces:
UIControlTarget, UIFocus, UIKeyFocus, UIMouseFocus, UITabFocus, UITriggerTarget, LXLoopTask
Enclosing class:
UIPatternLauncher

public class UIPatternLauncher.PatternCycle extends UIClipAction implements UITriggerTarget, UIControlTarget
  • Field Details

  • Method Details

    • onDraw

      protected void onDraw(UI ui, VGraphics vg)
      Description copied from class: UI2dComponent
      Subclasses should override this method to perform their drawing functions.
      Overrides:
      onDraw in class UI2dComponent
      Parameters:
      ui - UI context
      vg - Graphics context
    • getControlTarget

      public LXNormalizedParameter getControlTarget()
      Specified by:
      getControlTarget in interface UIControlTarget
    • getTriggerTarget

      public BooleanParameter getTriggerTarget()
      Specified by:
      getTriggerTarget in interface UITriggerTarget
    • getDescription

      public String getDescription()
      Description copied from class: UIObject
      Objects are encouraged to override this method providing a helpful String displayed to the user explaining the function of this UI component. If no help is available, return null rather than an empty String.
      Overrides:
      getDescription in class UIObject
      Returns:
      Helpful contextual string explaining function of this element
    • isActionValid

      protected boolean isActionValid()
      Overrides:
      isActionValid in class UIClipAction