Uses of Class
mgui.geometry.PointSet2D
Package | Description |
---|---|
mgui.geometry |
Provides 2D and 3D geometry representations and utilities for all shapes used in ModelGUI.
|
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 PointSet2D in mgui.geometry
Subclasses of PointSet2D in mgui.geometry Modifier and Type Class Description class
Graph2D
Represents a graph as a 2D geometric shape. -
Uses of PointSet2D in mgui.interfaces.graphics.util
Methods in mgui.interfaces.graphics.util with parameters of type PointSet2D Modifier and Type Method Description void
DrawingEngine. drawPointSet2D(java.awt.Graphics2D g, PointSet2D point_set, float size, NodeShape shape, java.util.ArrayList<Colour> colours, float alpha)
Draws a PointSet3D with the specified parametersvoid
DrawingEngine. drawPointSet2D(java.awt.Graphics2D g, PointSet2D point_set, float size, NodeShape shape, java.util.ArrayList<Colour> colours, float alpha, java.util.ArrayList<java.lang.String> labels)
Draws a PointSet3D with the specified parameters -
Uses of PointSet2D in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes that return PointSet2D Modifier and Type Method Description PointSet2D
PointSet2DInt. getPointSet()
Constructors in mgui.interfaces.shapes with parameters of type PointSet2D Constructor Description PointSet2DInt(PointSet2D point_set)