class Explicit extends Message

Properties

float[] $bounds

Methods

static 
descriptor()

No description

boolean
hasBounds()

Check if has a value

clearBounds()

Clear value

float
getBounds(int $idx = NULL)

Get value

setBounds($value, $idx = NULL)

Set value

float[]
getBoundsList()

Get all elements of

addBounds(float $value)

Add a new element to

Details

at line line 464
static descriptor()

at line line 488
boolean hasBounds()

Check if has a value

Return Value

boolean

at line line 497
Explicit clearBounds()

Clear value

Return Value

Explicit

at line line 507
float getBounds(int $idx = NULL)

Get value

Parameters

int $idx

Return Value

float

at line line 517
Explicit setBounds($value, $idx = NULL)

Set value

Parameters

$value
$idx

Return Value

Explicit

at line line 526
float[] getBoundsList()

Get all elements of

Return Value

float[]

at line line 536
Explicit addBounds(float $value)

Add a new element to

Parameters

float $value

Return Value

Explicit