public class MarkerBuilder<B extends MarkerBuilder<B>>
extends Object
-
Constructor Summary
Constructors
-
Method Summary
stroke(javafx.scene.paint.Color stroke)
textFill(javafx.scene.paint.Color textFill)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MarkerBuilder
protected MarkerBuilder(Axis axis,
double value)
-
Method Details
-
-
stroke
public final B stroke(javafx.scene.paint.Color stroke)
-
lineWidth
public final B lineWidth(double lineWidth)
-
-
textFill
public final B textFill(javafx.scene.paint.Color textFill)
-
fromatString
public final B fromatString(String formatString)
-
-