public interface BackgroundComponent extends UIValue<BackgroundPaint>
| Modifier and Type | Field and Description |
|---|---|
static Path |
KIND
the type of this
UIValue |
| Modifier and Type | Method and Description |
|---|---|
Component |
getComponent()
Gets the
Component which is represented by this |
Transparency |
getTransparency()
Tells whether this component is transparent or not.
|
void |
repaint()
Informs this component that it should be repainted.
|
void |
setTransparency(Transparency transparency)
Informs this component whether it should be transparent or not.
|
Component getComponent()
Component which is represented by thisnullvoid setTransparency(Transparency transparency)
ScreenDockWindow usually do not support any transparency at all.DockTitle or a Tab, usually paint some parts of their background even if transparent.BackgroundPaint, any component can be made to look as if transparent.transparency - whether to paint a background or notTransparency getTransparency()
setTransparency(Transparency)void repaint()
Copyright © 2017 Docking Frames. All rights reserved.