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

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

There is a newer version: 2.0.2
Show newest version



    The Shape class provides definitions of common properties for objects that represent some form of geometric shape. These properties include:

  • The Paint to be applied to the fillable interior of the shape (see setFill).
  • The Paint to be applied to stroke the outline of the shape (see setStroke).
  • The decorative properties of the stroke, including:
    • The width of the border stroke.
    • Whether the border is drawn as an exterior padding to the edges of the shape, as an interior edging that follows the inside of the border, or as a wide path that follows along the border straddling it equally both inside and outside (see StrokeType).
    • Decoration styles for the joins between path segments and the unclosed ends of paths.
    • Dashing attributes.
]]>
Defines parameters to fill the interior of an Shape using the settings of the Paint context.

]]>
Defines whether antialiasing hints are used or not for this Shape.

]]>
Defines a distance specified in user coordinates that represents an offset into the dashing pattern.

]]>
The end cap style of this Shape as one of the following values that define possible end cap styles: StrokeLineCap.BUTT, StrokeLineCap.ROUND, and StrokeLineCap.SQUARE.

]]>
Defines the decoration applied where path segments meet.

]]>
Defines the limit for the StrokeLineJoin.MITER line join style.

]]>
Defines parameters of a stroke that is drawn around the outline of a Shape using the settings of the specified Paint.

]]>
Defines the direction (inside, centered, or outside) that the strokeWidth is applied to the boundary of the shape.

]]>
Defines a square pen line width

]]>
Defines parameters to fill the interior of an Shape using the settings of the Paint context.

]]>
Defines parameters of a stroke that is drawn around the outline of a Shape using the settings of the specified Paint.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy