Class CoordAttr

java.lang.Object
mgui.io.foreign.vol.Attr
mgui.io.foreign.vol.CoordAttr

public class CoordAttr
extends Attr
  • Field Summary

    Fields inherited from class mgui.io.foreign.vol.Attr

    numFormat
  • Method Summary

    Modifier and Type Method Description
    org.jogamp.vecmath.Point3d getValue()  
    void reset()  
    void set​(java.lang.String stringValue)  
    void set​(org.jogamp.vecmath.Point3d newValue)  
    void set​(org.jogamp.vecmath.Point3f newValue)  
    java.lang.String toString()  

    Methods inherited from class mgui.io.foreign.vol.Attr

    getLabel, getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • set

      public void set​(java.lang.String stringValue)
    • set

      public void set​(org.jogamp.vecmath.Point3d newValue)
    • set

      public void set​(org.jogamp.vecmath.Point3f newValue)
    • reset

      public void reset()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • getValue

      public org.jogamp.vecmath.Point3d getValue()