Module com.iamsoft.util.ui
Class HorizontalGuideLine<T>
- java.lang.Object
-
- com.iamsoft.util.ui.javafx.guideline.GuideLine<T>
-
- com.iamsoft.util.ui.javafx.guideline.HorizontalGuideLine<T>
-
- Type Parameters:
T
- Axis type.
public class HorizontalGuideLine<T> extends GuideLine<T>
-
-
Constructor Summary
Constructors Constructor Description HorizontalGuideLine(T pValue)
HorizontalGuideLine(T pValue, javafx.scene.paint.Color pLineColor, javafx.scene.paint.Color pAboveColor, javafx.scene.paint.Color pBelowColor)
-
Method Summary
-
Methods inherited from class com.iamsoft.util.ui.javafx.guideline.GuideLine
aboveColorProperty, aboveRectangleProperty, belowRectangleProperty, draggableProperty, getAboveColor, getAboveRectangle, getAncestorRegion, getBelowColor, getBelowRectangle, getGuideLineValueConverter, getLine, getLineColor, getLinePosition, getMax, getMin, getMousePositionTransformer, getOrientation, getPreserveLinePosition, getValue, guideLineValueConverterProperty, isDraggable, lineColorProperty, linePositionProperty, lineProperty, lineStrokeProperty, maxProperty, minProperty, mousePositionTransformerProperty, preserveLinePositionProperty, refresh, setAboveColor, setAboveRectangle, setBelowColor, setBelowRectangle, setGuideLineValueConverter, setLine, setLineColor, setLinePosition, setLineTransformer, setMax, setMin, setMousePositionTransformer, setPreserveLinePosition, setRectangleTransformer, setValue, toBack, transform, transform, updateLine, updateValue, valueProperty
-
-