|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BackgroundComponent
A BackgroundComponent is a Component whose background
is painted by a BackgroundPaint.
| Field Summary | |
|---|---|
static Path |
KIND
the type of this UIValue |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface bibliothek.gui.dock.util.UIValue |
|---|
set |
| Field Detail |
|---|
static final Path KIND
UIValue
| Method Detail |
|---|
Component getComponent()
Component which is represented by this
nullvoid 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||