- java.lang.Object
-
- com.iamsoft.util.ui.javafx.guideline.GuideLine<T>
-
- com.iamsoft.util.ui.javafx.guideline.VerticalGuideLine<T>
-
- Type Parameters:
T
- Axis type.
public class VerticalGuideLine<T> extends GuideLine<T>
-
-
Constructor Summary
Constructors Constructor Description VerticalGuideLine(T pValue)
VerticalGuideLine(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
-
-