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 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 NodeShape in mgui.interfaces.graphs.util
Methods in mgui.interfaces.graphs.util that return NodeShape Modifier and Type Method Description static NodeShape
GraphFunctions. createNodeShape(java.lang.String line)
Creates aShape
instance, used to render graph nodes, by parsing a line of text, with the format:protected static NodeShape
GraphFunctions. 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 NodeShape
PointSet2DInt. getVertexShape(AbstractGraphNode vertex)
NodeShape
Shape2DInt. getVertexShape()
Methods in mgui.interfaces.shapes with parameters of type NodeShape Modifier and Type Method Description void
Shape2DInt. 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 NodeShape
Graph2DInt. getVertexShape(AbstractGraphNode vertex)