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

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

Profile: desktop, common

Overview

A set of values for describing vertical positioning and alignment.

Field Summary

access name type description
public static final BASELINE VPos

Indicates baseline vertical position.

public static final BOTTOM VPos

Indicates bottom vertical position.

public static final CENTER VPos

Indicates centered vertical position.

public static final PAGE_END VPos

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 final PAGE_START VPos

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 final TOP VPos

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