Interface BackgroundColorModel
- 
- All Known Subinterfaces:
 ListingBackgroundColorModel
- All Known Implementing Classes:
 DefaultBackgroundColorModel,PropertyBasedBackgroundColorModel
public interface BackgroundColorModel 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.ColorgetBackgroundColor(java.math.BigInteger index)java.awt.ColorgetDefaultBackgroundColor()voidsetDefaultBackgroundColor(java.awt.Color c) 
 -