RectangleType
in package
Class representing RectangleType.
XSD Type: rectangle
Table of Contents
Properties
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
$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
intgetLeft()
Gets as left.
public
getLeft() : int
Return values
intgetRight()
Gets as right.
public
getRight() : int
Return values
intgetTop()
Gets as top.
public
getTop() : int
Return values
intsetBottom()
Sets a new bottom.
public
setBottom(int $bottom) : self
Parameters
- $bottom : int
Return values
selfsetLeft()
Sets a new left.
public
setLeft(int $left) : self
Parameters
- $left : int
Return values
selfsetRight()
Sets a new right.
public
setRight(int $right) : self
Parameters
- $right : int
Return values
selfsetTop()
Sets a new top.
public
setTop(int $top) : self
Parameters
- $top : int