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.
-
IndexColorModelSerializer()
- Default constructor.
-
IndexColorModelSerializer(IndexColorModel)
- Constructor which initializes the IndexColorModel.
-
getModel()
- Return the IndexColorModel.
-
main(String[])
- Test main function.
-
setModel(IndexColorModel)
- Set the IndexColorModel.
IndexColorModelSerializer
public IndexColorModelSerializer()
- Default constructor.
IndexColorModelSerializer
public IndexColorModelSerializer(IndexColorModel m)
- Constructor which initializes the IndexColorModel. This is
useful mainly for writing the model to the disk.
main
public static void main(String argv[])
- Test main function.
getModel
public IndexColorModel getModel()
- Return the IndexColorModel.
setModel
public void setModel(IndexColorModel m)
- Set the IndexColorModel.
All Packages Class Hierarchy This Package Previous Next Index