Spec-Zone .ru
спецификации, руководства, описания, API

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

Profile: desktop, common

Overview

Defines the end cap style of a Shape.

Profile: common

Field Summary

accessnametypedescription
public static finalBUTTStrokeLineCap

Ends unclosed subpaths and dash segments with no added decoration.

public static finalROUNDStrokeLineCap

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

public static finalSQUAREStrokeLineCap

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.

Inherited Variables

Method Summary

public static StrokeLineCap valueOf(java.lang.String name)
Parameters
name
Returns
StrokeLineCap
 
public static final StrokeLineCap[] values()
Returns
StrokeLineCap[]
 

Inherited Functions