Holger's
Java API

Uses of Interface
com.antelmann.image.Imageable

Packages that use Imageable
com.antelmann.crm Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM). 
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.genealogy This package contains classes that provide classes to implement applications dealing with genealogy related issues. 
com.antelmann.image This package contains classes for more easily dealing with images. 
com.antelmann.io This package contains classes that are concerned with input/output operations. 
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.net.web This package contains classes for dealing with Web-related content. 
com.antelmann.sql This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes 
 

Uses of Imageable in com.antelmann.crm
 

Subinterfaces of Imageable in com.antelmann.crm
 interface Contact
          represents a contact that is also the base to have several different roles
 interface Person
          represents the role of a person
 

Classes in com.antelmann.crm that implement Imageable
 class ContactImpl<T extends Keyword>
          a base implementation for a Contact
static class Person.Gender
           
 class PersonImpl<T extends Keyword>
          a basic implementation for a Person
 

Uses of Imageable in com.antelmann.db
 

Subinterfaces of Imageable in com.antelmann.db
 interface DocumentEntry
          specifies a general-purpose document that can be managed in a database
 

Classes in com.antelmann.db that implement Imageable
 class BaseDocument
          a base implementation for a DocumentEntry
 

Uses of Imageable in com.antelmann.genealogy
 

Subinterfaces of Imageable in com.antelmann.genealogy
 interface GItem
           
 

Classes in com.antelmann.genealogy that implement Imageable
 class GPerson
          represents a natural person
 

Uses of Imageable in com.antelmann.image
 

Classes in com.antelmann.image that implement Imageable
 class ImageHolder
          allows to keep an image while supporting serialization of the same via a given format or a URLImageRetriever.
 class ImageURLEntry
          ImageEntry serves as a basic wrapper for image information stored in a database.
static class ImageURLEntry.Thumbnail<T extends ImageURLEntry>
           
 

Uses of Imageable in com.antelmann.io
 

Classes in com.antelmann.io that implement Imageable
 class MyFile
          A specialized File class that provides some additional functionality.
 

Uses of Imageable in com.antelmann.net
 

Classes in com.antelmann.net that implement Imageable
 class ServerLogFile
          ServerLogFile implements a web-server log based on a standard log file.
 

Uses of Imageable in com.antelmann.net.web
 

Classes in com.antelmann.net.web that implement Imageable
 class YouTubeVideo
          wraps a YouTube video ID and provides access to online meta data for the video
 

Uses of Imageable in com.antelmann.sql
 

Classes in com.antelmann.sql that implement Imageable
 class DBDocument
          DBDocument stores/retrieves the content from a stream out of a table column in a relational database.
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads