Uses of Class
org.eclipse.nebula.widgets.xviewer.util.internal.OverlayUtil.Location
-
Packages that use OverlayUtil.Location Package Description org.eclipse.nebula.widgets.xviewer.util.internal -
-
Uses of OverlayUtil.Location in org.eclipse.nebula.widgets.xviewer.util.internal
Fields in org.eclipse.nebula.widgets.xviewer.util.internal declared as OverlayUtil.Location Modifier and Type Field Description OverlayUtil.Location
OverlayUtil.ImageInfo. location
Methods in org.eclipse.nebula.widgets.xviewer.util.internal that return OverlayUtil.Location Modifier and Type Method Description static OverlayUtil.Location
OverlayUtil.Location. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OverlayUtil.Location[]
OverlayUtil.Location. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.nebula.widgets.xviewer.util.internal with parameters of type OverlayUtil.Location Constructor Description ImageInfo(org.eclipse.jface.resource.ImageDescriptor descriptor, OverlayUtil.Location location)
OverlayUtil(org.eclipse.swt.graphics.Image baseImage, org.eclipse.jface.resource.ImageDescriptor overlayImageDescriptor, OverlayUtil.Location location)
-