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

expand all

Profile: desktop, common

Overview

Specifies whether the font is italicized

Profile: common

Field Summary

accessnametypedescription
public static finalITALICFontPosture

represents italic.

public static finalREGULARFontPosture

represents regular.

Inherited Variables

Method Summary

public static FontPosture findByName(java.lang.String name)

Returns FontPosture by its name.

Returns FontPosture by its name.

Parameters
name

name of the FontPosture

Returns
FontPosture

Profile: common

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

Inherited Functions