Package engine.fontRendering
Class TextMaster
java.lang.Object
engine.fontRendering.TextMaster
the Class of the Text rendering
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cleanUp()
method to clean up the rendererstatic void
initilizing the class with the loaderstatic void
method to load a text into the text batch and the array list of the texts ready to renderstatic void
removeText
(GUIText text) method to remove a text from the textbatch and the array list of textsstatic void
render()
method to render the texts in the array list of texts
-
Constructor Details
-
TextMaster
public TextMaster()
-
-
Method Details
-
init
initilizing the class with the loader- Parameters:
theLoader
-
-
loadText
method to load a text into the text batch and the array list of the texts ready to render- Parameters:
text
-
-
render
public static void render()method to render the texts in the array list of texts -
removeText
method to remove a text from the textbatch and the array list of texts- Parameters:
text
-
-
cleanUp
public static void cleanUp()method to clean up the renderer
-