public class

RectL

extends Object
java.lang.Object
   ↳ net.pierrox.lightning_launcher.script.api.RectL

Class Overview

A rectangle class.

Summary

Public Constructors
RectL(int l, int t, int r, int b)
RectL(Rect r)
Public Methods
int getBottom()
int getLeft()
int getRight()
int getTop()
Rect toRect()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RectL (int l, int t, int r, int b)

public RectL (Rect r)

Public Methods

public int getBottom ()

public int getLeft ()

public int getRight ()

public int getTop ()

public Rect toRect ()

public String toString ()