Uses of Class
facets.core.app.avatar.AvatarPolicies

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

Uses of AvatarPolicies in facets.core.app.avatar
 

Fields in facets.core.app.avatar declared as AvatarPolicies
protected  AvatarPolicies AvatarViewWorks.avatars
           
 

Methods in facets.core.app.avatar that return AvatarPolicies
 AvatarPolicies AvatarViewWorks.avatars()
           
 AvatarPolicies AvatarView.avatars()
           
protected  AvatarPolicies ZoomPanViewWorks.fetchActorPolicies()
           
 

Constructors in facets.core.app.avatar with parameters of type AvatarPolicies
AvatarViewWorks(java.lang.String title, AvatarPolicies avatars)
           
PlaneViewWorks(java.lang.String title, double showWidth, double showHeight, Vector plotShift, double scale, AvatarPolicies avatars)
           
ZoomPanViewWorks(java.lang.String title, double showWidth, double showHeight, AvatarPolicies policies)