2D Shapes(Objects) Properties Stroke Fill



This property is of the type Paint and it represents the color that is to be filled inside the shape. You can set the fill color of a shape using the method setFill() as follows −

path.setFill(COLOR.BLUE);

By default, the value of the stroke color is BLACK. Following is a diagram of a triangle with different colors.

Stroke Fill
javafx_2d_shapes.htm
Advertisements