Overview
Provides script-level functions to allow an application to query capablities of the platform. An application should not create an instance of this class.
For example:
import javafx.runtime.*;
// Query whether filter effects are supported
if (Platform.isSupported(ConditionalFeature.EFFECT)) {
// use effects
}
Profile: common
Inherited Variables
Script Function Summary
- public isSupported(feature: ConditionalFeature) : Boolean
