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

expand all

Profile: desktop, common

Overview

Mixin class for defining offsets needed to align nodes based on their text content. This mixin should be implemented by any node subclass which needs to support being laid out with a vertical alignment on its text baseline (vpos == VPos.BASELINE).

Profile: common

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
public-read protectedbaselineOffsetNumbersubclasssubclass

The 'alphabetic' (or 'roman') baseline offset from the node's layoutBounds.minY location.

Inherited Variables

Inherited Functions