Uses of Interface
com.iizigo.image.ILayoutListener
Packages that use ILayoutListener Package Description com.iizigo.image Uses of ILayoutListener in com.iizigo.image
Classes in com.iizigo.image that implement ILayoutListener Modifier and Type Class Description class
ImageDefinitionEditor
The Image Definition Editor part.Constructors in com.iizigo.image with parameters of type ILayoutListener 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, int zoom, AssetReference ref, ILayoutListener layout)
Creates the image control with a zoom level.SingleImageControl(org.eclipse.swt.widgets.Composite parent, int style, int zoom, AssetReference ref, ILayoutListener layout, org.eclipse.swt.graphics.Rectangle rect)
Creates the image control with a zoom level.