All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fi.faidon.jis.ImageSerializerVector

java.lang.Object
   |
   +----java.util.Vector
           |
           +----fi.faidon.jis.ImageSerializerVector

public class ImageSerializerVector
extends Vector
implements Serializable
Class for storing a vector of images. It just extends the Vector class without adding any new funtionality for the moment. It is, however, useful to have a specific class for object type identification purposes.


Constructor Index

 o ImageSerializerVector(int)
Just call Vector constructor.

Constructors

 o ImageSerializerVector
 public ImageSerializerVector(int initialCapacity)
Just call Vector constructor.


All Packages  Class Hierarchy  This Package  Previous  Next  Index