Uses of Class
org.eclipse.epsilon.picto.ViewRenderer.ZoomType
-
Packages that use ViewRenderer.ZoomType Package Description org.eclipse.epsilon.picto org.eclipse.epsilon.picto.actions -
-
Uses of ViewRenderer.ZoomType in org.eclipse.epsilon.picto
Methods in org.eclipse.epsilon.picto that return ViewRenderer.ZoomType Modifier and Type Method Description static ViewRenderer.ZoomType
ViewRenderer.ZoomType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ViewRenderer.ZoomType[]
ViewRenderer.ZoomType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.epsilon.picto with parameters of type ViewRenderer.ZoomType Modifier and Type Method Description void
ViewRenderer. zoom(ViewRenderer.ZoomType type)
-
Uses of ViewRenderer.ZoomType in org.eclipse.epsilon.picto.actions
Fields in org.eclipse.epsilon.picto.actions declared as ViewRenderer.ZoomType Modifier and Type Field Description protected ViewRenderer.ZoomType
ZoomAction. type
Constructors in org.eclipse.epsilon.picto.actions with parameters of type ViewRenderer.ZoomType Constructor Description ZoomAction(ViewRenderer.ZoomType type, ViewRenderer viewRenderer)
-