Documentation

RectangleType
in package

Class representing RectangleType.

XSD Type: rectangle

Table of Contents

Properties

$bottom  : int|null
$left  : int|null
$right  : int|null
$top  : int|null

Methods

getBottom()  : int
Gets as bottom.
getLeft()  : int
Gets as left.
getRight()  : int
Gets as right.
getTop()  : int
Gets as top.
setBottom()  : self
Sets a new bottom.
setLeft()  : self
Sets a new left.
setRight()  : self
Sets a new right.
setTop()  : self
Sets a new top.

Properties

Methods

getBottom()

Gets as bottom.

public getBottom() : int
Return values
int

getLeft()

Gets as left.

public getLeft() : int
Return values
int

getRight()

Gets as right.

public getRight() : int
Return values
int

getTop()

Gets as top.

public getTop() : int
Return values
int

setBottom()

Sets a new bottom.

public setBottom(int $bottom) : self
Parameters
$bottom : int
Return values
self

setLeft()

Sets a new left.

public setLeft(int $left) : self
Parameters
$left : int
Return values
self

setRight()

Sets a new right.

public setRight(int $right) : self
Parameters
$right : int
Return values
self

setTop()

Sets a new top.

public setTop(int $top) : self
Parameters
$top : int
Return values
self

        
On this page

Search results