Uses of Interface
imagingbook.core.resource.NamedResource
Packages that use NamedResource
Package
Description
Defines the basic functionality for working with named resources and accessing
resources in JAR files.
PDF-related code, separated from the main imagingbook library to minimize
third-party dependencies.
-
Uses of NamedResource in imagingbook.common.color.cie
Classes in imagingbook.common.color.cie that implement NamedResource -
Uses of NamedResource in imagingbook.core.resource
Subinterfaces of NamedResource in imagingbook.core.resourceModifier and TypeInterfaceDescriptioninterfaceInterface to be implemented by named image resources.Method parameters in imagingbook.core.resource with type arguments of type NamedResourceModifier and TypeMethodDescriptionstatic String[]NamedResource.getNamedResourceFileNames(Class<? extends NamedResource> clazz) Returns the names of the actual files contained in the associated resource directory of the specified class, which must implement theNamedResourceinterface.static StringNamedResource.getRelativeDirectory(Class<? extends NamedResource> clazz) -
Uses of NamedResource in imagingbook.pdf
Classes in imagingbook.pdf that implement NamedResourceModifier and TypeClassDescriptionenumThis enum type collects the set of 14 Type-1 standard fonts that every PS/PDF reader is supposed to have available by default. -
Uses of NamedResource in imagingbook.sampleimages
Classes in imagingbook.sampleimages that implement NamedResourceModifier and TypeClassDescriptionenumEnumeration defining a set ofImageResourceobjects for selected sample images. -
Uses of NamedResource in imagingbook.sampleimages.kimia
Classes in imagingbook.sampleimages.kimia that implement NamedResourceModifier and TypeClassDescriptionenumA set of 1070 (actually only 1069 after removing one double) binary shape images downloaded from https://vision.lems.brown.edu/content/available-software-and-databases (http://vision.lems.brown.edu/sites/default/files/1070db.tar.gz).enumA set of 216 binary shape images downloaded from https://vision.lems.brown.edu/content/available-software-and-databases (http://vision.lems.brown.edu/sites/default/files/216db.tar.gz).enumA set of 99 binary shape images downloaded from https://vision.lems.brown.edu/content/available-software-and-databases (http://vision.lems.brown.edu/sites/default/files/99db.tar.gz).enumTest images composed of shapes from the Kimia data sets (see https://vision.lems.brown.edu/content/available-software-and-databases)