Scratch for Java

Text::setY()

Sets the Y coordinate of the text.

Syntax

Java

.setY(y)

Parameters

Name Data Type Description
y double the new Y coordinate value

Return

void

setY()