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 TypeInterfaceDescriptioninterface
Interface to be implemented by named image resources.Method parameters in imagingbook.core.resource with type arguments of type NamedResourceModifier and TypeMethodDescriptionstatic String
NamedResource.getRelativeDirectory
(Class<? extends NamedResource> clazz) static String[]
NamedResource.getResourceFileNames
(Class<? extends NamedResource> clazz) Returns the names of the actual files contained in the associated resource directory of the specified class, which must implement theNamedResource
interface. -
Uses of NamedResource in imagingbook.pdf
Classes in imagingbook.pdf that implement NamedResourceModifier and TypeClassDescriptionenum
This class 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 TypeClassDescriptionenum
Enumeration defining a set ofImageResource
objects for selected sample images. -
Uses of NamedResource in imagingbook.sampleimages.kimia
Classes in imagingbook.sampleimages.kimia that implement NamedResourceModifier and TypeClassDescriptionenum
A 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).enum
A 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).enum
A 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).enum
Test images composed of shapes from the Kimia data sets (see https://vision.lems.brown.edu/content/available-software-and-databases)