public interface ScreenWindowShapeCallback
ScreenWindowShape
and offers methods to modify
a ScreenDockWindow
.Modifier and Type | Method and Description |
---|---|
ScreenDockWindow |
getWindow()
Gets the window which is modified by this callback.
|
void |
setShape(java.awt.Shape shape)
Sets the shape of
the window , a value of null indicates
that the entire window should be visible. |
ScreenDockWindow getWindow()
null
void setShape(java.awt.Shape shape)
the window
, a value of null
indicates
that the entire window should be visible.shape
- the visible part of the window, or null