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

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

Uses of PlaneView in facets.core.app.avatar
 

Subinterfaces of PlaneView in facets.core.app.avatar
 interface ZoomPanView
          Policy for a viewer that zooms and pans over a bounded plane area.
 

Classes in facets.core.app.avatar that implement PlaneView
 class PlaneViewWorks
          AvatarViewWorks that implements PlaneView.
 class ZoomPanViewWorks
          PlaneViewWorks that implements ZoomPanView.