Uses of Class
com.iizigo.image.SingleImageControl
Packages that use SingleImageControl Package Description com.iizigo.image Uses of SingleImageControl in com.iizigo.image
Methods in com.iizigo.image that return SingleImageControl Modifier and Type Method Description static SingleImageControl
ImageHelper. addImageTooltipImagePart(org.eclipse.swt.widgets.Composite composite, AssetReference ref, org.eclipse.core.resources.IFile file, org.eclipse.swt.graphics.Rectangle rect)
Creates the default image part for the tooltip, added to the top composite.Methods in com.iizigo.image with parameters of type SingleImageControl Modifier and Type Method Description static void
ImageHelper. addImageTooltipBottomPart(PropCnr prop, org.eclipse.swt.widgets.Composite composite, AssetReference ref, org.eclipse.core.resources.IFile file, java.lang.String id, org.eclipse.swt.graphics.Rectangle rect, SingleImageControl ic)
Adds the bottom part to the tooltip composite.static void
ImageHelper. addImageTooltipPreviews(org.eclipse.swt.widgets.Composite composite, java.util.ArrayList<AssetReference> refs, java.util.ArrayList<Position> offsets, int cx, int cy, SingleImageControl ic)
Creates a preview of the part images with a separator line below.