Uses of Class
mgui.geometry.Point2D
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 Point2D in mgui.interfaces.graphics.util
Methods in mgui.interfaces.graphics.util with parameters of type Point2D Modifier and Type Method Description void
DrawingEngine. drawPoint2D(java.awt.Graphics2D g, Point2D pt, float size)
Draws a Point2D object. -
Uses of Point2D in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes that return Point2D Modifier and Type Method Description Point2D
Point2DInt. getPoint()
Constructors in mgui.interfaces.shapes with parameters of type Point2D Constructor Description Point2DInt(Point2D pt)
Point2DInt(Point2D pt, java.awt.Color colour, int size)