Uses of Class
mgui.geometry.util.NodeShape
| Package | Description |
|---|---|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
| mgui.interfaces.graphics.util |
Utility classes operating on 2D and 3D graphics objects.
|
| mgui.interfaces.graphs.util | |
| mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
| mgui.interfaces.shapes.graphs |
-
Uses of NodeShape in mgui.interfaces
Methods in mgui.interfaces that return types with arguments of type NodeShape Modifier and Type Method Description static java.util.HashMap<java.lang.String,NodeShape>InterfaceEnvironment. getVertexShapes()Returns a map of vertex shapes. -
Uses of NodeShape in mgui.interfaces.graphics.util
Methods in mgui.interfaces.graphics.util with parameters of type NodeShape Modifier and Type Method Description voidDrawingEngine. 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 parametersvoidDrawingEngine. 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 NodeShape in mgui.interfaces.graphs.util
Methods in mgui.interfaces.graphs.util that return NodeShape Modifier and Type Method Description static NodeShapeGraphFunctions. createNodeShape(java.lang.String line)Creates aShapeinstance, used to render graph nodes, by parsing a line of text, with the format:protected static NodeShapeGraphFunctions. loadNodeShapeFromSvg(java.lang.String filename)Loads a node shape from an svg file -
Uses of NodeShape in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes that return NodeShape Modifier and Type Method Description protected NodeShapePointSet2DInt. getVertexShape(AbstractGraphNode vertex)NodeShapeShape2DInt. getVertexShape()Methods in mgui.interfaces.shapes with parameters of type NodeShape Modifier and Type Method Description voidShape2DInt. setVertexShape(NodeShape shape) -
Uses of NodeShape in mgui.interfaces.shapes.graphs
Methods in mgui.interfaces.shapes.graphs that return NodeShape Modifier and Type Method Description protected NodeShapeGraph2DInt. getVertexShape(AbstractGraphNode vertex)