|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RepaintBuffer | |
| com.tensegrity.composite.util | |
| Uses of RepaintBuffer in com.tensegrity.composite.util |
| Classes in com.tensegrity.composite.util that implement RepaintBuffer | |
class |
RamRepaintBuffer
This class is a concrete implementation of the RepaintBuffer interface.
|
| Methods in com.tensegrity.composite.util that return RepaintBuffer | |
abstract RepaintBuffer |
RepaintBufferFactory.newRepaintBuffer(int width,
int height,
java.lang.Object arg)
Returns an instance of RepaintBuffer. |
abstract RepaintBuffer |
RepaintBufferFactory.newRepaintBuffer(int width,
int height,
java.lang.Object arg,
java.lang.Object buffer)
Returns an instance of RepaintBuffer that is reused. |
RepaintBuffer |
RepaintManager.getBackground()
Returns the background RepaintBuffer of this instance,
null is returned if no background buffer is set. |
RepaintBuffer |
RepaintManager.getForeground()
Returns the foreground RepaintBuffer of this instance,
null is returned if no foreground buffer is set. |
| Methods in com.tensegrity.composite.util with parameters of type RepaintBuffer | |
void |
RepaintManager.validate(RepaintBuffer background,
RepaintBuffer foreground)
Validates this RepaintManager. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||