Package | Description |
---|---|
com.iamsoft.util.ui.javafx.chart |
Classes related to plotting, charting, etc.
|
com.iamsoft.util.ui.javafx.guideline |
Modifier and Type | Method and Description |
---|---|
javafx.collections.ObservableList<GuideLine> |
MarkerLineChart.getGuideLines() |
Modifier and Type | Method and Description |
---|---|
void |
MarkerLineChart.bindGuideLineToMouseLocation(GuideLine<?> pGuideLine,
boolean pHideOnMouseExit) |
void |
MarkerLineChart.unbindGuideLineToMouseLocation(GuideLine<?> pGuideLine) |
static <X,Y> void |
ChartUtil.updateGuideLineSizeAndLocation(javafx.scene.chart.LineChart<X,Y> pChart,
GuideLine<?> pGuideLine,
javafx.geometry.Insets pInsets) |
static <X,Y> void |
ChartUtil.updateGuideLineValue(GuideLine<?> pGuideLine,
javafx.scene.input.MouseEvent pEvt,
GuideLineValueConverter<X> pXValueConverter,
GuideLineValueConverter<Y> pYValueConverter) |
static <T> void |
ChartUtil.updateGuideLineValue(GuideLine<T> pGuideLine,
double pLocation,
GuideLineValueConverter<T> pValueConverter) |
static <T> void |
ChartUtil.updateGuideLineValue(GuideLine<T> pGuideLine,
javafx.scene.input.MouseEvent pEvt,
GuideLineValueConverter<T> pValueConverter) |
static <X,Y> void |
ChartUtil.updateGuideLineValue(javafx.scene.chart.LineChart<X,Y> pChart,
GuideLine<?> pGuideLine,
javafx.scene.input.MouseEvent pEvt) |
Modifier and Type | Class and Description |
---|---|
class |
HorizontalGuideLine<T> |
class |
VerticalGuideLine<T> |
Modifier and Type | Method and Description |
---|---|
static Runnable |
GuideLineUtil.installGuideLines(javafx.collections.ObservableList<GuideLine> pGuideLines,
Consumer<javafx.scene.shape.Shape> pAddShapeOp,
Consumer<javafx.scene.shape.Shape> pRemoveShapeOp)
Installs the specified guide-line list using the specified add/remove operations.
|
static Runnable |
GuideLineUtil.installGuideLines(javafx.collections.ObservableList<GuideLine> pGuideLines,
Consumer<javafx.scene.shape.Shape> pAddLineOp,
Consumer<javafx.scene.shape.Shape> pRemoveLineOp,
Consumer<javafx.scene.shape.Shape> pAddRectangleOp,
Consumer<javafx.scene.shape.Shape> pRemoveRectangleOp)
Installs the specified guide-line list using the specified add/remove operations.
|
Copyright © 2023. All rights reserved.