Uses of Class
com.iizigo.image.ImageInfo
Packages that use ImageInfo Package Description com.iizigo.image Uses of ImageInfo in com.iizigo.image
Methods in com.iizigo.image that return ImageInfo Modifier and Type Method Description static ImageInfo
ImageInfo. grab(AssetReference ref, GProp<?> anyPropInTree)
From a AssetReference, gets the ImageInfo instance and adds a reference count to it.Methods in com.iizigo.image with parameters of type ImageInfo Modifier and Type Method Description void
IImageInfoChanged. onChanged(ImageInfo info)
Called to inform that new data is available in the instance of ImageInfo.void
ImagesControl. onChanged(ImageInfo info)
Called to inform that new data is available in the instance of ImageInfo.void
SingleImageControl. onChanged(ImageInfo info)
Called to inform that new data is available in the instance of ImageInfo.Constructors in com.iizigo.image with parameters of type ImageInfo Constructor Description ImagesControl(org.eclipse.swt.widgets.Composite parent, int style, int zoom, ImageInfo imageInfo, ILayoutListener layout, IEditorImage _baseImage)
Creates the image control from a file with zoom 1.SingleImageControl(org.eclipse.swt.widgets.Composite parent, int style, ImageInfo imageInfo, org.eclipse.swt.graphics.Rectangle rect)
Creates the image control from a file with zoom 1.