Class AttributeNode2D

java.lang.Object
mgui.morph.sections.AttributeNode2D
All Implemented Interfaces:
java.lang.Cloneable

public class AttributeNode2D
extends java.lang.Object
implements java.lang.Cloneable
  • Field Summary

    Fields
    Modifier and Type Field Description
    AttributeList attributes  
    java.lang.String idStr  
    org.jogamp.vecmath.Point2f point  
    double sortValue  
  • Constructor Summary

    Constructors
    Constructor Description
    AttributeNode2D()  
    AttributeNode2D​(org.jogamp.vecmath.Point2f thisPt)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object clone()  
    int getIndex()  
    int getSourceIndex()  
    void setSortAttribute​(java.lang.String attrStr)  

    Methods inherited from class java.lang.Object

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

    • sortValue

      public double sortValue
    • point

      public org.jogamp.vecmath.Point2f point
    • attributes

      public AttributeList attributes
    • idStr

      public java.lang.String idStr
  • Constructor Details

    • AttributeNode2D

      public AttributeNode2D()
    • AttributeNode2D

      public AttributeNode2D​(org.jogamp.vecmath.Point2f thisPt)
  • Method Details

    • setSortAttribute

      public void setSortAttribute​(java.lang.String attrStr)
    • getIndex

      public int getIndex()
    • clone

      public java.lang.Object clone()
      Overrides:
      clone in class java.lang.Object
    • getSourceIndex

      public int getSourceIndex()