gui.dialogs.checkbox
Class MatrixBean
java.lang.Object
   gui.dialogs.checkbox.MatrixBean
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
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
MatrixBean
public MatrixBean()
save
public void save()
- saves the properties to the Preferences of the userRoot
 
- 
 
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin 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)
- 
 
-