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

access name type description
public static final NONE OrientationType

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

public static final ORTHOGONAL_TO_TANGENT OrientationType

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

Inherited Functions