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.Color
getBackgroundColor(java.math.BigInteger index)
java.awt.Color
getDefaultBackgroundColor()
void
setDefaultBackgroundColor(java.awt.Color c)
-