All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.scene.shape.Arc.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    The Arc class represents a 2D arc object, defined by a center point, start angle (in degrees), angular extent (length of the arc in degrees), and an arc type (ArcType.OPEN, ArcType.CHORD, or ArcType.ROUND).

]]>
Defines the X coordinate of the center point of the arc.

]]>
Defines the Y coordinate of the center point of the arc.

]]>
Defines the angular extent of the arc in degrees.

]]>
Defines the overall width (horizontal radius) of the full ellipse of which this arc is a partial section.

]]>
Defines the overall height (vertical radius) of the full ellipse of which this arc is a partial section.

]]>
Defines the starting angle of the arc in degrees.

]]>
Defines the closure type for the arc: ArcType.OPEN, ArcType.CHORD,or ArcType.ROUND.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy