Uses of Class
mgui.geometry.Text2D
Package | Description |
---|---|
mgui.interfaces.graphics.util |
Utility classes operating on 2D and 3D graphics objects.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
-
Uses of Text2D in mgui.interfaces.graphics.util
Methods in mgui.interfaces.graphics.util with parameters of type Text2D Modifier and Type Method Description void
DrawingEngine. drawText2D(java.awt.Graphics2D g, Text2D text)
Draws aText2D
object. -
Uses of Text2D in mgui.interfaces.shapes
Constructors in mgui.interfaces.shapes with parameters of type Text2D Constructor Description Text2DInt(Text2D thisText2D)
Text2DIntMouseCoords(Text2D thisText2D)