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

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

Profile: desktop, common

Overview

Specifies the upright orientation of node along the path.

Profile: common

Field Summary

accessnametypedescription
public static finalNONEOrientationType

The targeted node's rotation matrix stays unchange along the geometric path.

public static finalORTHOGONAL_TO_TANGENTOrientationType

The targeted node's rotation matrix is set to keep node perpendicular to the path's tangent along the geometric path.

Inherited Variables

Method Summary

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

Inherited Functions