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 text alignment to the center.

public static finalJUSTIFYTextAlignment

Represents justified text alignment.

public static finalLEFTTextAlignment

Represents text alignment to the left.

public static finalRIGHTTextAlignment

Represents text alignment to the right.

Inherited Variables

Method Summary

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

Inherited Functions