public class Painters extends Object
Painters and ObjectPainters| Modifier and Type | Method and Description |
|---|---|
static <T> Painter |
create(ObjectPainter<T> objectPainter,
T object)
Creates a new
Painter that only paints the given object
with the given ObjectPainter |
public static <T> Painter create(ObjectPainter<T> objectPainter, T object)
Painter that only paints the given object
with the given ObjectPainterT - The type of the painted objectobjectPainter - The ObjectPainterobject - The painted objectPainterCopyright © 2015. All rights reserved.