Package de.gsi.dataset.spi
Class LimitedIndexedTreeDataSet.DataAtom
- java.lang.Object
-
- de.gsi.dataset.spi.LimitedIndexedTreeDataSet.DataAtom
-
- All Implemented Interfaces:
java.lang.Comparable<LimitedIndexedTreeDataSet.DataAtom>
- Enclosing class:
- LimitedIndexedTreeDataSet
protected class LimitedIndexedTreeDataSet.DataAtom extends java.lang.Object implements java.lang.Comparable<LimitedIndexedTreeDataSet.DataAtom>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataAtom(double x, double y, double ex, double ey, java.lang.String... args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(LimitedIndexedTreeDataSet.DataAtom other)protected doublegetErrorX()protected doublegetErrorY()protected java.lang.StringgetLabel()protected java.lang.StringgetStyle()protected doublegetX()protected doublegetY()protected voidset(double x, double y, double ex, double ey, java.lang.String... args)
-
-
-
Method Detail
-
compareTo
public int compareTo(LimitedIndexedTreeDataSet.DataAtom other)
- Specified by:
compareToin interfacejava.lang.Comparable<LimitedIndexedTreeDataSet.DataAtom>
-
getErrorX
protected double getErrorX()
-
getErrorY
protected double getErrorY()
-
getLabel
protected java.lang.String getLabel()
-
getStyle
protected java.lang.String getStyle()
-
getX
protected double getX()
-
getY
protected double getY()
-
set
protected final void set(double x, double y, double ex, double ey, java.lang.String... args)
-
-