Uses of Interface
com.iamsoft.util.ui.javafx.guideline.GuideLineValueConverter
Packages that use GuideLineValueConverter
Package
Description
Classes related to plotting, charting, etc.
-
Uses of GuideLineValueConverter in com.iamsoft.util.ui.javafx.chart
Methods in com.iamsoft.util.ui.javafx.chart with parameters of type GuideLineValueConverterModifier and TypeMethodDescriptionstatic <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) -
Uses of GuideLineValueConverter in com.iamsoft.util.ui.javafx.guideline
Fields in com.iamsoft.util.ui.javafx.guideline declared as GuideLineValueConverterModifier and TypeFieldDescriptionstatic final GuideLineValueConverter<Double>
GuideLineValueConverterFactory.IDENTITY_CONVERTER
Methods in com.iamsoft.util.ui.javafx.guideline that return GuideLineValueConverterModifier and TypeMethodDescriptionstatic <T> GuideLineValueConverter<T>
GuideLineValueConverterFactory.create
(javafx.scene.chart.Axis<T> pAxis) GuideLine.getGuideLineValueConverter()
Gets the value of the property guideLineValueConverter.Methods in com.iamsoft.util.ui.javafx.guideline that return types with arguments of type GuideLineValueConverterModifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<GuideLineValueConverter<T>>
GuideLine.guideLineValueConverterProperty()
Methods in com.iamsoft.util.ui.javafx.guideline with parameters of type GuideLineValueConverterModifier and TypeMethodDescriptionvoid
GuideLine.setGuideLineValueConverter
(GuideLineValueConverter<T> pConverter) Sets the value of the property guideLineValueConverter.