Uses of Enum Class
pi.resources.font.FontStyle
Packages that use FontStyle
Package
Description
Enthält die Hauptklassen wie zum Beispiel
Controller oder
Scene.Jede Figur auf der Zeichenebene ist eine Unterklasse von
Actor.Eine Beschriftung (
Label) für eine Figur.Eine Box ist ein rechteckiges graphisches Element, das in die
Graphics2D-API eingezeichnet werden kann.Klassen zur Schriftartenverwaltung.
-
Uses of FontStyle in pi
Modifier and TypeMethodDescriptionstatic FontStyleRandom.fontStyleAsEnum()Gibt einen zufälligen Schriftstil alsFontStyleEnum-Wert zurück. -
Uses of FontStyle in pi.actor
Modifier and TypeMethodDescriptionTextActor.style()Gibt den Stil der Schriftart als Aufzählungstyp zurück. -
Uses of FontStyle in pi.actor.label
Methods in pi.actor.label that return FontStyleModifier and TypeMethodDescriptionTextLabel.fontStyle()Gibt den Stil der Schriftart als Aufzählungstyp zurück.Methods in pi.actor.label with parameters of type FontStyle -
Uses of FontStyle in pi.graphics.boxes
Methods in pi.graphics.boxes that return FontStyleModifier and TypeMethodDescriptionTextBox.fontStyle()Gibt den Stil der Schriftart als Aufzählungstyp zurück.Methods in pi.graphics.boxes with parameters of type FontStyle -
Uses of FontStyle in pi.resources.font
Methods in pi.resources.font that return FontStyleModifier and TypeMethodDescriptionstatic FontStyleFontStyle.style(int style) Gibt den zu einem numerischen Stilwert passenden AufzählungstypFontStylezurück.static FontStyleReturns the enum constant of this class with the specified name.static FontStyle[]FontStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in pi.resources.font with parameters of type FontStyleModifier and TypeMethodDescriptionFontContainer.defaultFont(FontStyle style) Gibt die mit der Engine Pi mitgelieferte Standardschrift aus.