getSkin

getSkin(): JadeSkin;

The getSkin method of the Application class returns a reference to the JADE skin that is currently set for the application. If no JADE skin is currently set for the application, a null value is returned.

Call this method only if the skin was set by using the Application class setSkin method.

The Application::getApplicationSkin method returns a reference to the JadeSkinApplication object.

See also the Application class getSkinCollection and setSkin methods and the JadeSkin class.