Uses of Class
com.adobe.epubcheck.util.SourceSet.ImageSource
-
Packages that use SourceSet.ImageSource Package Description com.adobe.epubcheck.util -
-
Uses of SourceSet.ImageSource in com.adobe.epubcheck.util
Fields in com.adobe.epubcheck.util with type parameters of type SourceSet.ImageSource Modifier and Type Field Description private static com.google.common.base.Function<SourceSet.ImageSource,java.lang.String>SourceSet. LIST_TO_URL_FUNCprivate java.util.List<SourceSet.ImageSource>SourceSet.Builder. sourcesprivate java.util.List<SourceSet.ImageSource>SourceSet. sourcesMethods in com.adobe.epubcheck.util that return SourceSet.ImageSource Modifier and Type Method Description static SourceSet.ImageSourceSourceSet.ImageSource. create(java.lang.String url, int width, float density)Returns a new image source.private SourceSet.ImageSourceSourceSet.Parser. finalizeSource(java.lang.StringBuilder url, java.util.List<java.lang.String> descriptors)Methods in com.adobe.epubcheck.util that return types with arguments of type SourceSet.ImageSource Modifier and Type Method Description java.util.List<SourceSet.ImageSource>SourceSet. getImageSources()Methods in com.adobe.epubcheck.util with parameters of type SourceSet.ImageSource Modifier and Type Method Description SourceSet.BuilderSourceSet.Builder. add(SourceSet.ImageSource source)Constructor parameters in com.adobe.epubcheck.util with type arguments of type SourceSet.ImageSource Constructor Description SourceSet(java.util.List<SourceSet.ImageSource> sources, java.lang.String size)
-