Uses of Class
com.iizigo.image.ImageInfo
Packages that use ImageInfo
Uses of ImageInfo in com.iizigo.image
Methods in com.iizigo.image that return ImageInfoModifier and TypeMethodDescriptionstatic 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 ImageInfoModifier and TypeMethodDescriptionvoid
Called to inform that new data is available in the instance of ImageInfo.void
Called to inform that new data is available in the instance of ImageInfo.void
Called to inform that new data is available in the instance of ImageInfo.Constructors in com.iizigo.image with parameters of type ImageInfoModifierConstructorDescriptionImagesControl
(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.