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.
-
Property Summary
Properties inherited from class com.iamsoft.util.ui.javafx.guideline.GuideLine
aboveColor, aboveRectangle, belowRectangle, draggable, guideLineValueConverter, lineColor, linePosition, line, lineStroke, max, min, mousePositionTransformer, preserveLinePosition, value
-
Constructor Summary
ConstructorsConstructorDescriptionHorizontalGuideLine
(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
-
Constructor Details
-
HorizontalGuideLine
-
HorizontalGuideLine
public HorizontalGuideLine(T pValue, javafx.scene.paint.Color pLineColor, javafx.scene.paint.Color pAboveColor, javafx.scene.paint.Color pBelowColor)
-