45464748495051
* Creates a new {@link ContextButtonPadData}. */ public ContextButtonPadData() { this.topContextButtons = new ArrayList<SapphireAction>(); this.rightContextButtons = new ArrayList<SapphireAction>(); this.location = new Rectangle(0, 0, 0, 0); }