app
/
org.powbot.api
/
Rectangle
Rectangle
class
Rectangle
(x:
Int
, y:
Int
, width:
Int
, height:
Int
) :
Validatable
Content copied to clipboard
Types
Constructors
Functions
Properties
Constructors
Rectangle
Link copied to clipboard
fun
Rectangle
(x:
Int
, y:
Int
, dim:
Dimension
)
Content copied to clipboard
Rectangle
Link copied to clipboard
fun
Rectangle
(p:
Point
, dim:
Dimension
)
Content copied to clipboard
Rectangle
Link copied to clipboard
fun
Rectangle
()
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
center
Link copied to clipboard
fun
center
():
Point
Content copied to clipboard
contains
Link copied to clipboard
fun
contains
(p:
Point
?):
Boolean
Content copied to clipboard
fun
contains
(x:
Int
, y:
Int
):
Boolean
Content copied to clipboard
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
is
Empty
Link copied to clipboard
fun
isEmpty
():
Boolean
Content copied to clipboard
next
Point
Link copied to clipboard
fun
nextPoint
():
Point
Content copied to clipboard
set
Bounds
Link copied to clipboard
fun
setBounds
(r:
Rectangle
)
Content copied to clipboard
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
valid
Link copied to clipboard
open override fun
valid
():
Boolean
Content copied to clipboard
Properties
centerX
Link copied to clipboard
val
centerX
:
Int
Content copied to clipboard
centerY
Link copied to clipboard
val
centerY
:
Int
Content copied to clipboard
height
Link copied to clipboard
var
height
:
Int
Content copied to clipboard
width
Link copied to clipboard
var
width
:
Int
Content copied to clipboard
x
Link copied to clipboard
var
x
:
Int
Content copied to clipboard
y
Link copied to clipboard
var
y
:
Int
Content copied to clipboard