Skip to content

GridPos🔗

Position and dimensions of a panel in the grid

Definition🔗

public class GridPos {
  public Integer h;
  public Integer w;
  public Integer x;
  public Integer y;
  public Boolean staticArg;
}