Uses of Class
com.iamsoft.util.ui.javafx.guideline.GuideLine
-
Packages that use GuideLine Package Description com.iamsoft.util.ui.javafx.chart Classes related to plotting, charting, etc.com.iamsoft.util.ui.javafx.guideline -
-
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 GuideLine Modifier and Type Method Description javafx.collections.ObservableList<GuideLine>
MarkerLineChart. getGuideLines()
Methods in com.iamsoft.util.ui.javafx.chart with parameters of type GuideLine Modifier and Type Method Description void
MarkerLineChart. bindGuideLineToMouseLocation(GuideLine<?> pGuideLine, boolean pHideOnMouseExit)
void
MarkerLineChart. unbindGuideLineToMouseLocation(GuideLine<?> pGuideLine)
static <X,Y>
voidChartUtil. updateGuideLineSizeAndLocation(javafx.scene.chart.LineChart<X,Y> pChart, GuideLine<?> pGuideLine, javafx.geometry.Insets pInsets)
static <X,Y>
voidChartUtil. 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>
voidChartUtil. 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.guideline Modifier and Type Class Description class
HorizontalGuideLine<T>
class
VerticalGuideLine<T>
Method parameters in com.iamsoft.util.ui.javafx.guideline with type arguments of type GuideLine Modifier and Type Method 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.
-