Scratch für Java

Text

Die Text-Klasse ermöglicht das freie Platzieren von Text-Objekten auf der Bühne.

Konstruktoren

  • Text()
  • Text(text, x, y, width)
  • Text(text, x, y, width, style)
  • Text(text, x, y, fullWidth, style)
Text