breakout
Class BColor

java.lang.Object
  extended by breakout.BColor

public class BColor
extends java.lang.Object


Constructor Summary
BColor()
           
 
Method Summary
static java.awt.Color getBlockColor(Block block)
           
static java.awt.Color getDropBaseColor(Drop drop)
           
static void refresh()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BColor

public BColor()
Method Detail

getDropBaseColor

public static java.awt.Color getDropBaseColor(Drop drop)

getBlockColor

public static java.awt.Color getBlockColor(Block block)

refresh

public static void refresh()