Uses of Class
mgui.interfaces.graphics.util.DrawingEngine
Package | Description |
---|---|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.graphs.shapes |
Specifies shapes for 2D and 3D graph rendering.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.graphs | |
mgui.morph.sections |
-
Uses of DrawingEngine in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics declared as DrawingEngine Modifier and Type Field Description protected DrawingEngine
InterfaceGraphic2D. drawEngine
Methods in mgui.interfaces.graphics that return DrawingEngine Modifier and Type Method Description DrawingEngine
InterfaceGraphic2D. getDrawingEngine()
Methods in mgui.interfaces.graphics with parameters of type DrawingEngine Modifier and Type Method Description void
Graphic2DGrid. draw2D(java.awt.Graphics2D g, DrawingEngine de)
-
Uses of DrawingEngine in mgui.interfaces.graphs.shapes
Methods in mgui.interfaces.graphs.shapes that return DrawingEngine Modifier and Type Method Description DrawingEngine
GraphShape. getDrawingEngine()
-
Uses of DrawingEngine in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as DrawingEngine Modifier and Type Field Description DrawingEngine
Shape2DInt. drawEngine
DrawingEngine
Shape3DInt. drawEngine2D
Methods in mgui.interfaces.shapes that return DrawingEngine Modifier and Type Method Description DrawingEngine
ShapePanel2D. getDrawingEngine()
Returns the drawing engine for this panelMethods in mgui.interfaces.shapes with parameters of type DrawingEngine Modifier and Type Method Description void
Ellipse2DInt. draw(java.awt.Graphics2D g, DrawingEngine de)
void
Image2DInt. draw(java.awt.Graphics2D g, DrawingEngine d)
void
Mesh2DInt. draw(java.awt.Graphics2D g, DrawingEngine d)
void
Point2DInt. draw(java.awt.Graphics2D g, DrawingEngine d)
void
PointSet2DInt. draw(java.awt.Graphics2D g, DrawingEngine d)
void
Polygon2DInt. draw(java.awt.Graphics2D g, DrawingEngine d)
void
Rect2DInt. draw(java.awt.Graphics2D g, DrawingEngine d)
protected void
SectionSet2DInt. draw(java.awt.Graphics2D g, DrawingEngine d)
protected void
Shape2DInt. draw(java.awt.Graphics2D g, DrawingEngine d)
void
Text2DInt. draw(java.awt.Graphics2D g, DrawingEngine d)
void
Vector2DInt. draw(java.awt.Graphics2D g, DrawingEngine d)
void
Volume2DInt. draw(java.awt.Graphics2D g, DrawingEngine d)
protected void
Shape3DInt. draw2D(Shape2DInt shape2d, java.awt.Graphics2D g, DrawingEngine d, Plane3D p, float above_dist, float below_dist)
void
ShapeSet3DInt. drawMember(int index, java.awt.Graphics2D g, DrawingEngine d)
void
ShapeSet2DInt. drawMember2D(int index, java.awt.Graphics2D g, DrawingEngine d)
protected void
SectionSet2DInt. drawSection(java.awt.Graphics2D g, DrawingEngine d, int section)
void
Line2DInt. drawShape(java.awt.Graphics2D g, DrawingEngine d)
void
ShapeSet3DInt. drawShape(java.awt.Graphics2D g, DrawingEngine d)
void
BoolPolygon2DInt. drawShape2D(java.awt.Graphics2D g, DrawingEngine d)
void
Circle2DInt. drawShape2D(java.awt.Graphics2D g, DrawingEngine d)
abstract void
InterfaceShape. drawShape2D(java.awt.Graphics2D g, DrawingEngine d)
ABSTRACT METHODSvoid
IntPolygon2DInt. drawShape2D(java.awt.Graphics2D g, DrawingEngine d)
void
LPolygon2DInt. drawShape2D(java.awt.Graphics2D g, DrawingEngine d)
void
Shape2DInt. drawShape2D(java.awt.Graphics2D g, DrawingEngine d)
void
Shape3DInt. drawShape2D(java.awt.Graphics2D g, DrawingEngine d)
void
Shape3DInt. drawShape2D(java.awt.Graphics2D g, DrawingEngine d, Plane3D p, float above_dist, float below_dist)
Draw this shape as it is intersected by plane p, as well as its projection from distances <= spacing / 2, if required.void
Shape3DInt. drawShape2D(java.awt.Graphics2D g, DrawingEngine d, Plane3D p, float above_dist, float below_dist, boolean listen)
Draw this shape as it is intersected by plane p, as well as its projection from distances <= spacing / 2, if required.void
ShapeSet2DInt. drawShape2D(java.awt.Graphics2D g, DrawingEngine d)
void
Volume2DInt. drawShape2D(java.awt.Graphics2D g, DrawingEngine d)
-
Uses of DrawingEngine in mgui.interfaces.shapes.graphs
Fields in mgui.interfaces.shapes.graphs declared as DrawingEngine Modifier and Type Field Description protected DrawingEngine
Graph2DInt.DrawingTransformer. drawing_engine
Methods in mgui.interfaces.shapes.graphs with parameters of type DrawingEngine Modifier and Type Method Description void
Graph2DInt. draw(java.awt.Graphics2D g, DrawingEngine d)
void
Graph2DInt.DrawingTransformer. setDrawingEngine(DrawingEngine de)
Constructors in mgui.interfaces.shapes.graphs with parameters of type DrawingEngine Constructor Description DrawingTransformer(DrawingEngine de)
-
Uses of DrawingEngine in mgui.morph.sections
Subclasses of DrawingEngine in mgui.morph.sections Modifier and Type Class Description class
MorphDrawEngine
Methods in mgui.morph.sections with parameters of type DrawingEngine Modifier and Type Method Description void
RadialRep2DInt. drawShape2D(java.awt.Graphics2D g, DrawingEngine d)