Package mgui.interfaces.shapes.util
Class ShapeVertexObject
java.lang.Object
mgui.interfaces.shapes.util.ShapeVertexObject
public class ShapeVertexObject
extends java.lang.Object
Used as a user object for a Java3D Node representing a single vertex. Stores
 a pointer to the shape and its vertex index.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
- 
Field SummaryFields Modifier and Type Field Description protected intindexprotected Shape3DIntshape
- 
Constructor SummaryConstructors Constructor Description ShapeVertexObject(Shape3DInt shape, int index)
- 
Method SummaryModifier and Type Method Description intgetIndex()Shape3DIntgetShape()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
shape
- 
indexprotected int index
 
- 
- 
Constructor Details- 
ShapeVertexObject
 
- 
- 
Method Details- 
getShape
- 
getIndexpublic int getIndex()
 
-