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

access name type description
public static final BUTT StrokeLineCap

Ends unclosed subpaths and dash segments with no added decoration.

public static final ROUND StrokeLineCap

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 final SQUARE StrokeLineCap

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 StrokeLineCap[] values()
Returns
StrokeLineCap[]
 

Inherited Functions