| Modifier and Type | Method and Description |
|---|---|
static <T> Painter |
Painters.create(ObjectPainter<T> objectPainter,
T object)
Creates a new
Painter that only paints the given object
with the given ObjectPainter |
| Constructor and Description |
|---|
SimpleObjectPainter(ObjectPainter<? super T> objectPainter)
Creates a new simple object painter using the given delegate
|
Copyright © 2015. All rights reserved.