Class RectElement

java.lang.Object
dev.pfaff.altargui.improv.Element
dev.pfaff.altargui.improv.elements.RectElement

public final class RectElement extends Element
  • Constructor Details

    • RectElement

      public RectElement(Context context)
  • Method Details

    • onSetAvailable

      protected void onSetAvailable()
      Description copied from class: Element
      Override this to invalidate parts of your layout when the "available" variables change. Note that any changes in this method should be queued, not executed immediately.
      Overrides:
      onSetAvailable in class Element