Class TabStop
java.lang.Object
javafx.scene.text.TabStop
-
Constructor Summary
ConstructorsConstructorDescriptionTabStop(double position) Constructs a new tab stop with the specified position. -
Method Summary
Modifier and TypeMethodDescriptionfinal doubleReturns the position, in pixels, of the tab.
-
Constructor Details
-
TabStop
public TabStop(double position) Constructs a new tab stop with the specified position.- Parameters:
position- the position in pixels
-
-
Method Details
-
getPosition
public final double getPosition()Returns the position, in pixels, of the tab.- Returns:
- the position of the tab
-