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

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

Profile: desktop, common

Overview

The TextOrigin enum represents the text origin.

Profile: common

Field Summary

accessnametypedescription
public static finalBASELINETextOrigin

Represents the baseline text origin.

public static finalBOTTOMTextOrigin

Represents the bottom text origin.

public static finalTOPTextOrigin

Represents the top text origin.

Inherited Variables

Method Summary

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

Inherited Functions