get Immediate Decoration Type
fun Component.getImmediateDecorationType(): RadianceThemingSlices.DecorationAreaType?
Content copied to clipboard
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.