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

access name type description
public static final BASELINE TextOrigin

Represents the baseline text origin.

public static final BOTTOM TextOrigin

Represents the bottom text origin.

public static final TOP TextOrigin

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