Class LCanvas.StatementElem

All Implemented Interfaces:
Cullable
Enclosing class:
LCanvas

public class LCanvas.StatementElem extends Table
  • Field Details

    • st

      public LStatement st
    • index

      public int index
  • Constructor Details

    • StatementElem

      public StatementElem(LStatement st)
  • Method Details

    • updateAddress

      public void updateAddress(int index)
    • copy

      public void copy()
    • draw

      public void draw()
      Description copied from class: WidgetGroup
      If this method is overridden, the super method or WidgetGroup.validate() should be called to ensure the widget group is laid out.
      Overrides:
      draw in class Table