gui.dialogs.checkbox
Class MatrixBean

java.lang.Object
  extended by gui.dialogs.checkbox.MatrixBean
All Implemented Interfaces:
java.io.Serializable

public class MatrixBean
extends java.lang.Object
implements java.io.Serializable

Robert Distinti The image matrix bean -- modified from DocJava PreferencesBean

See Also:
Serialized Form

Constructor Summary
MatrixBean()
           
 
Method Summary
 byte[][] getData()
           
 java.lang.String getFileName()
           
 int getMatrixSize()
           
static MatrixBean restore()
          restores the properties from the preference in the user root.
 void save()
          saves the properties to the Preferences of the userRoot
 void setData(byte[][] data)
           
 void setFileName(java.lang.String fileName)
           
 void setMatrixSize(int matrixSize)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatrixBean

public MatrixBean()
Method Detail

save

public void save()
saves the properties to the Preferences of the userRoot


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

restore

public static MatrixBean restore()
restores the properties from the preference in the user root.


getFileName

public java.lang.String getFileName()

setFileName

public void setFileName(java.lang.String fileName)

getData

public byte[][] getData()

setData

public void setData(byte[][] data)

getMatrixSize

public int getMatrixSize()

setMatrixSize

public void setMatrixSize(int matrixSize)