All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fi.faidon.jis.IndexColorModelSerializer

java.lang.Object
   |
   +----fi.faidon.jis.IndexColorModelSerializer

public class IndexColorModelSerializer
extends Object
implements Serializable
Class for saving AWT IndexColorModel as serialized objects.


Constructor Index

 o IndexColorModelSerializer()
Default constructor.
 o IndexColorModelSerializer(IndexColorModel)
Constructor which initializes the IndexColorModel.

Method Index

 o getModel()
Return the IndexColorModel.
 o main(String[])
Test main function.
 o setModel(IndexColorModel)
Set the IndexColorModel.

Constructors

 o IndexColorModelSerializer
 public IndexColorModelSerializer()
Default constructor.

 o IndexColorModelSerializer
 public IndexColorModelSerializer(IndexColorModel m)
Constructor which initializes the IndexColorModel. This is useful mainly for writing the model to the disk.

Methods

 o main
 public static void main(String argv[])
Test main function.

 o getModel
 public IndexColorModel getModel()
Return the IndexColorModel.

 o setModel
 public void setModel(IndexColorModel m)
Set the IndexColorModel.


All Packages  Class Hierarchy  This Package  Previous  Next  Index