Uses of Record Class
org.eclipse.swt.internal.DPIUtil.ElementAtZoom
Packages that use DPIUtil.ElementAtZoom
Package
Description
SWT graphics classes.
SWT internal classes
SWT internal image loading/saving support classes.
-
Uses of DPIUtil.ElementAtZoom in org.eclipse.swt.graphics
Methods in org.eclipse.swt.graphics that return DPIUtil.ElementAtZoomModifier and TypeMethodDescriptionstatic DPIUtil.ElementAtZoom<ImageData> ImageDataLoader.loadByZoom(InputStream stream, int fileZoom, int targetZoom) static DPIUtil.ElementAtZoom<ImageData> ImageDataLoader.loadByZoom(String filename, int fileZoom, int targetZoom) Methods in org.eclipse.swt.graphics that return types with arguments of type DPIUtil.ElementAtZoomModifier and TypeMethodDescription(package private) List<DPIUtil.ElementAtZoom<ImageData>> ImageLoader.loadByZoom(InputStream stream, int fileZoom, int targetZoom) (package private) List<DPIUtil.ElementAtZoom<ImageData>> ImageLoader.loadByZoom(String filename, int fileZoom, int targetZoom) -
Uses of DPIUtil.ElementAtZoom in org.eclipse.swt.internal
Methods in org.eclipse.swt.internal that return DPIUtil.ElementAtZoomModifier and TypeMethodDescriptionprivate static <T> DPIUtil.ElementAtZoom<T> DPIUtil.getElementAtZoom(Function<Integer, T> elementForZoomProvider, int zoom) static DPIUtil.ElementAtZoom<ImageData> DPIUtil.validateAndGetImageDataAtZoom(ImageDataProvider provider, int zoom) Gets ImageData that are appropriate for the specified zoom level together with the zoom level at which the image data are.static DPIUtil.ElementAtZoom<String> DPIUtil.validateAndGetImagePathAtZoom(ImageFileNameProvider provider, int zoom) Gets the image file path that are appropriate for the specified zoom level together with the zoom level at which the image data are.Methods in org.eclipse.swt.internal that return types with arguments of type DPIUtil.ElementAtZoomModifier and TypeMethodDescriptionstatic List<DPIUtil.ElementAtZoom<ImageData>> NativeImageLoader.load(DPIUtil.ElementAtZoom<InputStream> streamAtZoom, ImageLoader imageLoader, int targetZoom) Methods in org.eclipse.swt.internal with parameters of type DPIUtil.ElementAtZoomModifier and TypeMethodDescriptionstatic List<DPIUtil.ElementAtZoom<ImageData>> NativeImageLoader.load(DPIUtil.ElementAtZoom<InputStream> streamAtZoom, ImageLoader imageLoader, int targetZoom) static ImageDataDPIUtil.scaleImageData(Device device, DPIUtil.ElementAtZoom<ImageData> elementAtZoom, int targetZoom) -
Uses of DPIUtil.ElementAtZoom in org.eclipse.swt.internal.image
Methods in org.eclipse.swt.internal.image that return types with arguments of type DPIUtil.ElementAtZoomModifier and TypeMethodDescriptionstatic List<DPIUtil.ElementAtZoom<ImageData>> FileFormat.load(DPIUtil.ElementAtZoom<InputStream> is, ImageLoader loader, int targetZoom) Read the specified input stream using the specified loader, and return the device independent image array represented by the stream.(package private) abstract List<DPIUtil.ElementAtZoom<ImageData>> FileFormat.loadFromByteStream(int fileZoom, int targetZoom) Format that do not implementFileFormat.StaticImageFileFormatMUST returnImageDatawith the specifiedtargetZoom.(package private) List<DPIUtil.ElementAtZoom<ImageData>> FileFormat.StaticImageFileFormat.loadFromByteStream(int fileZoom, int targetZoom) (package private) List<DPIUtil.ElementAtZoom<ImageData>> SVGFileFormat.loadFromByteStream(int fileZoom, int targetZoom) FileFormat.loadFromStream(LEDataInputStream stream, int fileZoom, int targetZoom) Read the specified input stream, and return the device independent image array represented by the stream.Methods in org.eclipse.swt.internal.image with parameters of type DPIUtil.ElementAtZoomModifier and TypeMethodDescriptionstatic booleanFileFormat.canLoadAtZoom(DPIUtil.ElementAtZoom<InputStream> is, int targetZoom) static List<DPIUtil.ElementAtZoom<ImageData>> FileFormat.load(DPIUtil.ElementAtZoom<InputStream> is, ImageLoader loader, int targetZoom) Read the specified input stream using the specified loader, and return the device independent image array represented by the stream.