Package mgui.morph.sections
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 AttributeListattributesjava.lang.StringidStrorg.jogamp.vecmath.Point2fpointdoublesortValue -
Constructor Summary
Constructors Constructor Description AttributeNode2D()AttributeNode2D(org.jogamp.vecmath.Point2f thisPt) -
Method Summary
Modifier and Type Method Description java.lang.Objectclone()intgetIndex()intgetSourceIndex()voidsetSortAttribute(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
-
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:
clonein classjava.lang.Object
-
getSourceIndex
public int getSourceIndex()
-