@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ImgLoaderIo
BasicImgLoader for a specific
format (the format is specified in the XML "ImageLoader" element).| Modifier and Type | Required Element and Description |
|---|---|
String |
format
Name for the format handled by the
BasicImgLoader. |
Class<? extends BasicImgLoader> |
type
The concrete class of the
BasicImgLoader that is loaded by the annotated class. |
| Modifier and Type | Optional Element and Description |
|---|---|
double |
priority |
public abstract String format
BasicImgLoader.public abstract Class<? extends BasicImgLoader> type
BasicImgLoader that is loaded by the annotated class.Copyright © 2015–2021 Fiji. All rights reserved.