de.javasoft.plaf.synthetica
Interface SyntheticaWindowShape


public interface SyntheticaWindowShape

This interface has to be implemented to provide a custom window shape. The name of the resulting class has to be provided by the UI-property "Synthetica.window.shape". On Windows and Linux Java6u10 or above is required.

Since:
V2.14
Version:
1.00, 13.09.2011

Method Summary
 java.awt.Shape getShape(int width, int height)
          Returns shape used for windows with enabled Synthetica window decoration.
 

Method Detail

getShape

java.awt.Shape getShape(int width,
                        int height)
Returns shape used for windows with enabled Synthetica window decoration.

Returns:
The window shape instance.


Copyright © 2004-2011 Jyloo Software. All Rights Reserved.