Package | Description |
---|---|
InstrumentationPlatformGUI | |
InstrumentationPlatformGUI.Elements |
Modifier and Type | Method and Description |
---|---|
static FloatPoint |
FloatPoint.getDownMostPoint(FloatPoint... fpa)
Given some number of FloatPoints as vararg, return the downmost one.
|
static FloatPoint |
FloatPoint.getLeftMostPoint(FloatPoint... fpa)
Given some number of FloatPoints as vararg, return the one most to the left.
|
FloatPoint |
PlotLine.getPointLeftTo(double value)
Returns the FloatPoint, x value of which is the closest to the value
provided, but smaller.
|
FloatPoint |
PlotLine.getPointRightTo(double value)
Returns the FloatPoint, x value of which is the closest to the value
provided, but greater.
|
static FloatPoint |
FloatPoint.getRightMostPoint(FloatPoint... fpa)
Given some number of FloatPoints as vararg, return the one most to the right.
|
static FloatPoint |
FloatPoint.getUpMostPoint(FloatPoint... fpa)
Given some number of FloatPoints as vararg, return the upmost one.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ConcurrentSkipListMap<java.lang.Double,FloatPoint> |
PlotLine.getPoints() |
Modifier and Type | Method and Description |
---|---|
void |
PlotLine.addPoint(FloatPoint fp)
Add a data point to this
PlotLine . |
static FloatPoint |
FloatPoint.getDownMostPoint(FloatPoint... fpa)
Given some number of FloatPoints as vararg, return the downmost one.
|
static FloatPoint |
FloatPoint.getLeftMostPoint(FloatPoint... fpa)
Given some number of FloatPoints as vararg, return the one most to the left.
|
static FloatPoint |
FloatPoint.getRightMostPoint(FloatPoint... fpa)
Given some number of FloatPoints as vararg, return the one most to the right.
|
static FloatPoint |
FloatPoint.getUpMostPoint(FloatPoint... fpa)
Given some number of FloatPoints as vararg, return the upmost one.
|
Modifier and Type | Method and Description |
---|---|
FloatPoint |
GUIelement.getLastPositionDrawnTo() |