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

accessnametypedescription
public static finalDECORATEDStageStyle

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

public static finalTRANSPARENTStageStyle

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

public static finalUNDECORATEDStageStyle

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