Class UIImage

All Implemented Interfaces:
LXLoopTask

public class UIImage extends UI2dComponent
  • Constructor Details

  • Method Details

    • setTint

      public UIImage setTint(boolean hasTint)
    • setTintColor

      public UIImage setTintColor(int tint)
    • setTintColor

      public UIImage setTintColor(UIColor tint)
    • onDraw

      public 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