JavaFX CirlceA circle is a special type of ellipse with both of the focal points at the same position. Its horizontal radius is equal to its vertical radius. JavaFX allows us to create Circle on the GUI of any application by just instantiating javafx.scene.shape.Circle class. Just set the class properties by using the instance setter methods and add the class object to the Group. PropertiesThe class properties along with the setter methods and their description are given below in the table.
Example:Next TopicJavaFX Polygons |