JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

Defines the end cap style of the Shape and AbstractShape as one of the static values that define possible end cap styles.

Profile: common

Attribute Summary

nametypedescription
Public
BUTTStrokeLineCap

Ends unclosed subpaths and dash segments with no added decoration.

More: [+]

Ends unclosed subpaths and dash segments with no added decoration.

Profile: common

ROUNDStrokeLineCap

Ends unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the width of the pen.

More: [+]

Ends unclosed subpaths and dash segments with a round decoration that has a radius equal to half of the width of the pen.

Profile: common

SQUAREStrokeLineCap

Ends unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

More: [+]

Ends unclosed subpaths and dash segments with a square projection that extends beyond the end of the segment to a distance equal to half of the line width.

Profile: common

Protected

Inherited Attributes

Function Summary

public toString() : java.lang.String

More: [+]

Returns
String

Inherited Functions