getImmediateDecorationType

fun Component.getImmediateDecorationType(): RadianceThemingSlices.DecorationAreaType?

Returns the immediate decoration area type of this component. The component is checked for the registered decoration area type. If JComponent.setDecorationType was not called on this component, this method returns null.

Return

Immediate decoration area type of the component.

See also