Uses of Class
eu.svjatoslav.sixth.e3d.gui.TextPointer
Package
Description
Sixth 3D engine.
-
Uses of TextPointer in eu.svjatoslav.sixth.e3d.gui
Modifier and TypeMethodDescriptionint
TextPointer.compareTo
(TextPointer textPointer) Compares this pointer to another pointer.boolean
TextPointer.isBetween
(TextPointer start, TextPointer end) Checks if this pointer is between the argument pointers. -
Uses of TextPointer in eu.svjatoslav.sixth.e3d.gui.textEditorComponent
Modifier and TypeFieldDescriptionTextEditComponent.cursorLocation
TextEditComponent.selectionEnd
TextEditComponent.selectionStart
Selection start and end pointers. -
Uses of TextPointer in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.textcanvas
Modifier and TypeMethodDescriptionTextCanvas.getSize()
static TextPointer
TextCanvas.getTextDimensions
(String text) ModifierConstructorDescriptionTextCanvas
(Transform location, TextPointer dimensions, Color foregroundColor, Color backgroundColor)