Class NodesUpdater

java.lang.Object
mgui.interfaces.shapes.NodesUpdater
All Implemented Interfaces:
org.jogamp.java3d.GeometryUpdater

public class NodesUpdater
extends java.lang.Object
implements org.jogamp.java3d.GeometryUpdater
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean newArray  
  • Constructor Summary

    Constructors
    Constructor Description
    NodesUpdater​(Shape3DInt s)  
  • Method Summary

    Modifier and Type Method Description
    org.jogamp.vecmath.Point3f[] getNodes()  
    void setNodes​(org.jogamp.vecmath.Point3f[] array)  
    void updateData​(org.jogamp.java3d.Geometry g)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • newArray

      public boolean newArray
  • Constructor Details

    • NodesUpdater

      public NodesUpdater​(Shape3DInt s)
  • Method Details

    • updateData

      public void updateData​(org.jogamp.java3d.Geometry g)
      Specified by:
      updateData in interface org.jogamp.java3d.GeometryUpdater
    • setNodes

      public void setNodes​(org.jogamp.vecmath.Point3f[] array)
    • getNodes

      public org.jogamp.vecmath.Point3f[] getNodes()