Package | Description |
---|---|
org.uob.braveapi.signaller.algorithms.graphs | |
org.uob.braveapi.signaller.algorithms.leichen.sts |
Modifier and Type | Method and Description |
---|---|
Point2D |
Graph.translate(Point2D xy,
boolean allowOffLimit)
Translate a XY position into screen coordinates.
|
Point2D |
Graph.untranslate(Point2D xy,
boolean allowOffLimit)
Untranslate a screen coordinate back to its X/Y value.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Point2D> |
GraphSeries.getPoints() |
Modifier and Type | Method and Description |
---|---|
void |
Graph.makePointVisibleOnScreen(Point2D p)
Make the specified point visible on the graph.
|
Point2D |
Graph.translate(Point2D xy,
boolean allowOffLimit)
Translate a XY position into screen coordinates.
|
Point2D |
Graph.untranslate(Point2D xy,
boolean allowOffLimit)
Untranslate a screen coordinate back to its X/Y value.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Point2D> |
STSCalibrator.readFile(java.lang.String fileName)
Reads a velocity profile file and returns the graph points.
|