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

expand all

Profile: desktop, common

Overview

Class which represents the vertical alignment values.

Profile: desktop conditional swing

Field Summary

accessnametypedescription
public static finalBOTTOMSwingVerticalAlignment

Represents the bottom vertical position.

public static finalCENTERSwingVerticalAlignment

Represents the central vertical position.

public static finalTOPSwingVerticalAlignment

Represents the top vertical position.

Inherited Variables

Method Summary

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

Inherited Functions