NOS.gui
Interface NOSDesktopBackgroundPlugin


public interface NOSDesktopBackgroundPlugin


Method Summary
 void destroy()
          Called to destory this background plugin.
 void draw(java.awt.Graphics g, java.awt.Dimension size)
          Draw a frame of this background plugin
 boolean isAnimated()
          Should return true if this background is animated over time.
 

Method Detail

draw

void draw(java.awt.Graphics g,
          java.awt.Dimension size)
Draw a frame of this background plugin

Parameters:
g - The Graphics context to use
size - The size of the target desktop.

isAnimated

boolean isAnimated()
Should return true if this background is animated over time.

Returns:
True if animated.

destroy

void destroy()
Called to destory this background plugin.