Skip to main content

Class: Text3D

This page documents the methods and fields available in the Text3D class.

Members

SignatureDescription
Text3D()Creates a new instance of Text3D.
getColor()Returns the current color.
getFont()Returns the current font.
getResolution()Returns the current resolution.
getScale()Returns the current scale.
getText()Returns the current text.
measureHeight(String)Calculates and returns the height.
measureHeight(String[])Calculates and returns the height.
measureWidth(String)Calculates and returns the width.
measureWidth(String[])Calculates and returns the width.
setColor(Color)Sets or updates the color.
setFont(Font)Sets or updates the font.
setResolution(int)Sets or updates the resolution.
setScale(float)Sets or updates the scale.
setText(String)Sets or updates the text.