B C D G P

B

BackingStore - class com.macmillan.nmeyers.BackingStore.
Implement a container with graphical backing store.
BackingStore(Component) - Constructor for class com.macmillan.nmeyers.BackingStore
Constructs a backing store handler for the requested lightweight component.

C

com.macmillan.nmeyers - package com.macmillan.nmeyers
 

D

doLayout() - Method in class com.macmillan.nmeyers.BackingStore
This lays out the managed component by sizing it to fill the BackingStore window.

G

getInsets() - Method in class com.macmillan.nmeyers.BackingStore
This wraps the BackingStore window tightly around the window being managed by setting insets to 0.
getMaximumSize() - Method in class com.macmillan.nmeyers.BackingStore
This calls the managed component's version of this method.
getMinimumSize() - Method in class com.macmillan.nmeyers.BackingStore
This calls the managed component's version of this method.
getPreferredSize() - Method in class com.macmillan.nmeyers.BackingStore
This calls the managed component's version of this method.

P

paint(Graphics) - Method in class com.macmillan.nmeyers.BackingStore
The core logic of BackingStore, this method repaints either from the backing store buffer or by calling the managed object to repaint.

B C D G P