Uses of Class
eu.svjatoslav.sixth.e3d.gui.TextPointer
Packages that use TextPointer
Package
Description
Sixth 3D engine.
-
Uses of TextPointer in eu.svjatoslav.sixth.e3d.gui
Methods in eu.svjatoslav.sixth.e3d.gui with parameters of type TextPointerModifier and TypeMethodDescriptionintTextPointer.compareTo(TextPointer textPointer) Compares this pointer to another pointer.booleanTextPointer.isBetween(TextPointer start, TextPointer end) Checks if this pointer is between the argument pointers.Constructors in eu.svjatoslav.sixth.e3d.gui with parameters of type TextPointer -
Uses of TextPointer in eu.svjatoslav.sixth.e3d.gui.textEditorComponent
Fields in eu.svjatoslav.sixth.e3d.gui.textEditorComponent declared as TextPointerModifier and TypeFieldDescriptionTextEditComponent.cursorLocationThe current cursor position in the text (row and column).TextEditComponent.selectionEndTextEditComponent.selectionStartSelection start and end pointers. -
Uses of TextPointer in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.textcanvas
Methods in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.textcanvas that return TextPointerModifier and TypeMethodDescriptionTextCanvas.getSize()Returns the dimensions of this text canvas.static TextPointerTextCanvas.getTextDimensions(String text) Computes the row and column dimensions needed to fit the given text.Methods in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.textcanvas with parameters of type TextPointerModifier and TypeMethodDescriptionvoidTextCanvas.putChar(TextPointer location, char character) Writes a character at the position specified by aTextPointer.Constructors in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.textcanvas with parameters of type TextPointerModifierConstructorDescriptionTextCanvas(Transform location, TextPointer dimensions, Color foregroundColor, Color backgroundColor) Creates a blank text canvas with the specified dimensions.