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

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

access name type description
public static final CENTER SwingHorizontalAlignment

Represents the central horizontal position.

public static final LEADING SwingHorizontalAlignment

Represents the leading horizontal position.

public static final LEFT SwingHorizontalAlignment

Represents the left horizontal position.

public static final RIGHT SwingHorizontalAlignment

Represents the right horizontal position.

public static final TRAILING SwingHorizontalAlignment

Represents the trailing horizontal position.

Inherited Variables

Method Summary

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

Inherited Functions