trait PositioningQualifierTrait

Trait PositioningQualifierTrait

Methods

x(int $x)

Sets the x position in pixels.

y(int $y)

Sets the y position in pixels.

Details

static X x(int $x)

Sets the x position in pixels.

Parameters

Name Type Description
$x int The x position.

Return Value

X

static Y y(int $y)

Sets the y position in pixels.

Parameters

Name Type Description
$y int The y position.

Return Value

Y