Uses of Class
com.iizigo.image.SingleImageControl
Packages that use SingleImageControl
Uses of SingleImageControl in com.iizigo.image
Methods in com.iizigo.image that return SingleImageControlModifier and TypeMethodDescriptionstatic 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 SingleImageControlModifier and TypeMethodDescriptionstatic void
ImageHelper.addImageTooltipBottomPart
(PropCnr prop, org.eclipse.swt.widgets.Composite composite, AssetReference ref, org.eclipse.core.resources.IFile file, 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, ArrayList<AssetReference> refs, ArrayList<Position> offsets, int cx, int cy, SingleImageControl ic) Creates a preview of the part images with a separator line below.