Package pi.actor

Class Text

All Implemented Interfaces:
FrameUpdateListenerRegistration, KeyStrokeListenerRegistration, MouseClickListenerRegistration, MouseScrollListenerRegistration
Direct Known Subclasses:
Counter, StopWatch, Text

public class Text extends TextActor<TextLineBox>
Zur Darstellung von einzeiligen Texten.
Since:
0.42.0
Author:
Josef Friedrich
  • Constructor Details

    • Text

      @API public Text(Object content)
      Erstellt einen Text mit spezifischem Inhalt.
      Parameters:
      content - Der Textinhalt, der dargestellt werden soll.
      Since:
      0.42.0