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

expand all

Profile: desktop, common

Overview

A set of values for describing vertical positioning and alignment.

Field Summary

accessnametypedescription
public static finalBASELINEVPos

Indicates baseline vertical position.

public static finalBOTTOMVPos

Indicates bottom vertical position.

public static finalCENTERVPos

Indicates centered vertical position.

public static finalPAGE_ENDVPos

Indicates vertical position at the end of the page, which means bottom in a top-to-bottom context and top in a bottom-to-top context.

public static finalPAGE_STARTVPos

Indicates vertical position at the start of the page, which means top in a top-to-bottom context and bottom in a bottom-to-top context.

public static finalTOPVPos

Indicates top vertical position.

Inherited Variables

Method Summary

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

Inherited Functions