public class SingleColorBackgroundFactory extends Object implements BackgroundFactory
| 构造器和说明 |
|---|
SingleColorBackgroundFactory() |
SingleColorBackgroundFactory(Color color) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
fillBackground(BufferedImage dest) |
void |
setColorFactory(ColorFactory colorFactory) |
public SingleColorBackgroundFactory()
public SingleColorBackgroundFactory(Color color)
public void setColorFactory(ColorFactory colorFactory)
public void fillBackground(BufferedImage dest)
fillBackground 在接口中 BackgroundFactoryCopyright © 2017. All rights reserved.