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

Profile: desktop, common

Overview

Class which represents the horizontal alignment values.

Profile: desktop

Field Summary

accessnametypedescription
public static finalCENTERSwingHorizontalAlignment

Represents the central horizontal position.

public static finalLEADINGSwingHorizontalAlignment

Represents the leading horizontal position.

public static finalLEFTSwingHorizontalAlignment

Represents the left horizontal position.

public static finalRIGHTSwingHorizontalAlignment

Represents the right horizontal position.

public static finalTRAILINGSwingHorizontalAlignment

Represents the trailing horizontal position.

Inherited Variables

Method Summary

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

Inherited Functions