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

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

Profile: desktop, common

Overview

The TextAlignment enum represents the horizontal text alignment.

Profile: common

Field Summary

accessnametypedescription
public static finalCENTERTextAlignment

Represents centered text alignment (ragged left and right).

public static finalJUSTIFYTextAlignment

Represents justified text alignment.

public static finalLEFTTextAlignment

Represents text alignment to the left (left-justified, ragged right).

public static finalRIGHTTextAlignment

Represents text alignment to the right (right-justified, ragged left).

Inherited Variables

Method Summary

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

Inherited Functions