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

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

Uses of AvatarView in facets.core.app.avatar
 

Subinterfaces of AvatarView in facets.core.app.avatar
 interface PlaneView
          Policy for a custom viewer that plots to an unbounded plane.
 interface ZoomPanView
          Policy for a viewer that zooms and pans over a bounded plane area.
 

Classes in facets.core.app.avatar that implement AvatarView
 class AvatarViewWorks
          SelectionView that (partially) implements AvatarView.
 class PlaneViewWorks
          AvatarViewWorks that implements PlaneView.
 class ZoomPanViewWorks
          PlaneViewWorks that implements ZoomPanView.
 

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