Uses of Class
mgui.interfaces.shapes.util.ShapeEvent
Package | Description |
---|---|
mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.mesh | |
mgui.interfaces.shapes.selection | |
mgui.interfaces.shapes.trees | |
mgui.interfaces.shapes.util | |
mgui.interfaces.shapes.volume | |
mgui.morph.sections |
-
Uses of ShapeEvent in mgui.interfaces
Methods in mgui.interfaces with parameters of type ShapeEvent Modifier and Type Method Description void
InterfaceComboPanel. shapeUpdated(ShapeEvent e)
void
InterfaceDisplayPanel. shapeUpdated(ShapeEvent e)
void
InterfacePanel. shapeUpdated(ShapeEvent e)
void
InterfaceSelectionPanel. shapeUpdated(ShapeEvent e)
-
Uses of ShapeEvent in mgui.interfaces.graphics
Methods in mgui.interfaces.graphics with parameters of type ShapeEvent Modifier and Type Method Description void
InterfaceGraphic2D. shapeUpdated(ShapeEvent e)
void
InterfaceGraphic3D. shapeUpdated(ShapeEvent e)
void
View3D. shapeUpdated(ShapeEvent e)
-
Uses of ShapeEvent in mgui.interfaces.shapes
Methods in mgui.interfaces.shapes with parameters of type ShapeEvent Modifier and Type Method Description void
Shape2DInt. destroy(ShapeEvent event)
void
Shape3DInt. fireChildren2D(ShapeEvent e)
Fires a ShapeEvent for this shape's 2D childrenprotected void
InterfaceShape. fireShapeListeners(ShapeEvent e)
void
Shape2DInt. fireShapeListeners(ShapeEvent e)
protected void
Shape3DInt. fireShapeListeners(ShapeEvent e)
protected void
ShapeModel3D. fireShapeListeners(ShapeEvent e)
protected void
ShapeSet3DInt. fireShapeListeners(ShapeEvent e)
void
InterfaceSectionSetPanel. shapeUpdated(ShapeEvent e)
void
SectionSet3DInt. shapeUpdated(ShapeEvent e)
void
Shape2DInt. shapeUpdated(ShapeEvent e)
void
Shape2DSectionNode. shapeUpdated(ShapeEvent e)
void
Shape3DSceneNode. shapeUpdated(ShapeEvent e)
void
ShapeModel3D. shapeUpdated(ShapeEvent e)
void
ShapeSceneNode. shapeUpdated(ShapeEvent e)
void
ShapeSet2DInt. shapeUpdated(ShapeEvent e)
void
ShapeSet3DInt. shapeUpdated(ShapeEvent e)
Responds to a change in a member shape.void
Volume3DInt. shapeUpdated(ShapeEvent e)
void
VolumeSet3DInt. shapeUpdated(ShapeEvent e)
-
Uses of ShapeEvent in mgui.interfaces.shapes.mesh
Methods in mgui.interfaces.shapes.mesh with parameters of type ShapeEvent Modifier and Type Method Description void
InterfaceMeshPanel. shapeUpdated(ShapeEvent e)
-
Uses of ShapeEvent in mgui.interfaces.shapes.selection
Methods in mgui.interfaces.shapes.selection with parameters of type ShapeEvent Modifier and Type Method Description void
ShapeSelectionSet. shapeUpdated(ShapeEvent e)
-
Uses of ShapeEvent in mgui.interfaces.shapes.trees
Methods in mgui.interfaces.shapes.trees with parameters of type ShapeEvent Modifier and Type Method Description void
ShapeModel3DTreeNode. shapeUpdated(ShapeEvent e)
void
ShapeTreeNode. shapeUpdated(ShapeEvent e)
Respond to a shape event on this node's ShapeInt. -
Uses of ShapeEvent in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util with parameters of type ShapeEvent Modifier and Type Method Description void
ShapeListener. shapeUpdated(ShapeEvent event)
A shape that this object is listening to has been updated. -
Uses of ShapeEvent in mgui.interfaces.shapes.volume
Methods in mgui.interfaces.shapes.volume with parameters of type ShapeEvent Modifier and Type Method Description void
InterfaceVolumePanel. shapeUpdated(ShapeEvent e)
void
InterfaceVolumeSetPanel. shapeUpdated(ShapeEvent e)
-
Uses of ShapeEvent in mgui.morph.sections
Methods in mgui.morph.sections with parameters of type ShapeEvent Modifier and Type Method Description void
RadialRep2DInt. shapeUpdated(ShapeEvent e)