bibliothek.gui.dock.station.screen.window
Interface ScreenWindowShapeCallback


public interface ScreenWindowShapeCallback

This class provides information for ScreenWindowShape and offers methods to modify a ScreenDockWindow.

Author:
Benjamin Sigg

Method Summary
 ScreenDockWindow getWindow()
          Gets the window which is modified by this callback.
 void setShape(Shape shape)
          Sets the shape of the window, a value of null indicates that the entire window should be visible.
 

Method Detail

getWindow

ScreenDockWindow getWindow()
Gets the window which is modified by this callback.

Returns:
the window, not null

setShape

void setShape(Shape shape)
Sets the shape of the window, a value of null indicates that the entire window should be visible.

Parameters:
shape - the visible part of the window, or null