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

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

Profile: desktop, common

Overview

This enum defines the possible styles for a Stage.

Profile: common

Field Summary

access name type description
public static final DECORATED StageStyle

Defines a normal Stage style with a solid white background and platform decorations.

public static final TRANSPARENT StageStyle

Defines a Stage style with a transparent background and no decorations.

public static final UNDECORATED StageStyle

Defines a Stage style with a solid white background and no decorations.

Inherited Variables

Method Summary

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

Inherited Functions