| Package | Description |
|---|---|
| bibliothek.gui.dock.util |
Distribution of information in a global scale and methods available from
everywhere.
|
| Modifier and Type | Field and Description |
|---|---|
static AWTComponentCaptureStrategy |
AWTComponentCaptureStrategy.PAINT_ALL_STRATEGY
This strategy calls
Component.paintAll(Graphics) on the given component. |
static AWTComponentCaptureStrategy |
AWTComponentCaptureStrategy.RECURSIVE_PAINT_STRATEGY
This strategy calls
Component.paintAll(Graphics) recursively
on all Components. |
static AWTComponentCaptureStrategy |
AWTComponentCaptureStrategy.SCREEN_CAPTURE_STRATEGY
This strategy just takes a real screen capture of the area in which the
component is supposed to be.
|
| Modifier and Type | Field and Description |
|---|---|
static PropertyKey<AWTComponentCaptureStrategy> |
AWTComponentCaptureStrategy.STRATEGY
The
PropertyKey for a AWTComponentCaptureStrategy. |
Copyright © 2017 Docking Frames. All rights reserved.