RectangleType
in package
Class representing RectangleType.
XSD Type: rectangle
Table of Contents
- $bottom : int|null
- $left : int|null
- $right : int|null
- $top : int|null
- 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
$bottom
private
int|null
$bottom
= null
$left
private
int|null
$left
= null
$right
private
int|null
$right
= null
$top
private
int|null
$top
= null
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