facets.core.app.avatar
Interface Painter


public interface Painter

Object to be used in custom avatar painting.

A Painter is a discrete object to be used by a custom avatar when painting its content; it will often also be Pickable

Painters will often be supplied by the facet builder used to create the viewer to which they are passed.


Field Summary
static Painter EMPTY
           
 
Method Summary
 void paintInGraphics(java.lang.Object graphics)
           
 

Field Detail

EMPTY

static final Painter EMPTY
Method Detail

paintInGraphics

void paintInGraphics(java.lang.Object graphics)