|
||||||||||
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
.
Nested Class Summary | |
---|---|
static class |
BackgroundComponent.Transparency
A description of how a BackgroundComponent should paint its background. |
Field Summary | |
---|---|
static Path |
KIND
the type of this UIValue |
Method Summary | |
---|---|
Component |
getComponent()
Gets the Component which is represented by this |
BackgroundComponent.Transparency |
getTransparency()
Tells whether this component is transparent or not. |
void |
repaint()
Informs this component that it should be repainted. |
void |
setTransparency(BackgroundComponent.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
null
void setTransparency(BackgroundComponent.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 notBackgroundComponent.Transparency getTransparency()
setTransparency(Transparency)
void repaint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |