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

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

Profile: desktop, common

Overview

Defines the line join style of a Shape.

Profile: common

Field Summary

access name type description
public static final BEVEL StrokeLineJoin

Joins path segments by connecting the outer corners of their wide outlines with a straight segment.

public static final MITER StrokeLineJoin

Joins path segments by extending their outside edges until they meet.

public static final ROUND StrokeLineJoin

Joins path segments by rounding off the corner at a radius of half the line width.

Inherited Variables

Method Summary

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

Inherited Functions