protected class LimitedIndexedTreeDataSet.DataAtom extends Object implements Comparable<LimitedIndexedTreeDataSet.DataAtom>
| Modifier and Type | Field and Description |
|---|---|
protected double |
ex |
protected double |
ey |
protected String |
label |
protected String |
style |
protected double |
x |
protected double |
y |
| Modifier | Constructor and Description |
|---|---|
protected |
DataAtom(double x,
double y,
double ex,
double ey,
String... args) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(LimitedIndexedTreeDataSet.DataAtom other) |
protected double |
getErrorX() |
protected double |
getErrorY() |
protected String |
getLabel() |
protected String |
getStyle() |
protected double |
getX() |
protected double |
getY() |
protected void |
set(double x,
double y,
double ex,
double ey,
String... args) |
protected double x
protected double y
protected double ex
protected double ey
protected String label
protected String style
protected DataAtom(double x,
double y,
double ex,
double ey,
String... args)
public int compareTo(LimitedIndexedTreeDataSet.DataAtom other)
compareTo in interface Comparable<LimitedIndexedTreeDataSet.DataAtom>protected double getErrorX()
protected double getErrorY()
protected String getLabel()
protected String getStyle()
protected double getX()
protected double getY()
protected final void set(double x,
double y,
double ex,
double ey,
String... args)
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.