Uses of Class
com.iamsoft.util.ui.javafx.guideline.GuideLine
Packages that use GuideLine
Package
Description
Classes related to plotting, charting, etc.
-
Uses of GuideLine in com.iamsoft.util.ui.javafx.chart
Methods in com.iamsoft.util.ui.javafx.chart that return types with arguments of type GuideLineModifier and TypeMethodDescriptionjavafx.collections.ObservableList<GuideLine>
MarkerLineChart.getGuideLines()
Methods in com.iamsoft.util.ui.javafx.chart with parameters of type GuideLineModifier and TypeMethodDescriptionvoid
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) -
Uses of GuideLine in com.iamsoft.util.ui.javafx.guideline
Subclasses of GuideLine in com.iamsoft.util.ui.javafx.guidelineMethod parameters in com.iamsoft.util.ui.javafx.guideline with type arguments of type GuideLineModifier and TypeMethodDescriptionstatic 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.