Uses of Interface
facets.core.app.avatar.AvatarContent

Packages that use AvatarContent
facets.core.app.avatar Core types for custom viewers. 
 

Uses of AvatarContent in facets.core.app.avatar
 

Methods in facets.core.app.avatar with parameters of type AvatarContent
 AvatarPolicy AvatarPolicies.avatarPolicy(SViewer viewer, AvatarContent content, PainterSource p)
          /** Defines how an avatar should paint its content.
 DragPolicy AvatarPolicies.dragPolicy(AvatarView view, AvatarContent[] content, java.lang.Object hit, PainterSource p)
          Defines how the viewer should drag an avatar selection.
 boolean AvatarPolicies.isContentSelectable(AvatarContent content)