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

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

Profile: desktop, common

Overview

Class which represents the vertical alignment values.

Profile: desktop

Field Summary

access name type description
public static final BOTTOM SwingVerticalAlignment

Represents the bottom vertical position.

public static final CENTER SwingVerticalAlignment

Represents the central vertical position.

public static final TOP SwingVerticalAlignment

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