Uses of Class
facets.core.app.avatar.PlaneView.ResizeResponse

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

Uses of PlaneView.ResizeResponse in facets.core.app.avatar
 

Methods in facets.core.app.avatar that return PlaneView.ResizeResponse
 PlaneView.ResizeResponse ZoomPanViewWorks.resizeResponse()
           
 PlaneView.ResizeResponse PlaneViewWorks.resizeResponse()
           
 PlaneView.ResizeResponse PlaneView.resizeResponse()
          Does the view adjust its scale or its shape if the viewer facet is resized?
static PlaneView.ResizeResponse PlaneView.ResizeResponse.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlaneView.ResizeResponse[] PlaneView.ResizeResponse.values()
          Returns an array containing the constants of this enum type, in the order they are declared.