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

access name type description
public static final CENTER TextAlignment

Represents centered text alignment (ragged left and right).

public static final JUSTIFY TextAlignment

Represents justified text alignment.

public static final LEFT TextAlignment

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

public static final RIGHT TextAlignment

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