Uses of Class
org.graphstream.ui.javafx.util.StrokeFx
| Package | Description |
|---|---|
| org.graphstream.ui.javafx.renderer.shape.javafx | |
| org.graphstream.ui.javafx.renderer.shape.javafx.baseShapes |
-
Uses of StrokeFx in org.graphstream.ui.javafx.renderer.shape.javafx
Methods in org.graphstream.ui.javafx.renderer.shape.javafx that return StrokeFx Modifier and Type Method Description abstract StrokeFxShapeStroke. stroke(double width, Form shape, javafx.scene.paint.Paint fillColor) -
Uses of StrokeFx in org.graphstream.ui.javafx.renderer.shape.javafx.baseShapes
Methods in org.graphstream.ui.javafx.renderer.shape.javafx.baseShapes with parameters of type StrokeFx Modifier and Type Method Description voidForm.Ellipse2D. setDoubleStroke(StrokeFx strokeBig, StrokeFx strokeSmall, javafx.scene.paint.Paint fillColor)voidForm.Rectangle2D. setDoubleStroke(StrokeFx strokeBig, StrokeFx strokeSmall, javafx.scene.paint.Paint fillColor)