|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectj2d.filters.bufferedImageConvolution.ImageMatrixBean
public class ImageMatrixBean
Robert Distinti The image matrix bean -- modified from DocJava PreferencesBean
Constructor Summary | |
---|---|
ImageMatrixBean()
|
Method Summary | |
---|---|
byte |
getBorderType()
|
int |
getCount()
|
byte[][] |
getData()
|
int |
getFilterType()
"convolution", "fftr2", "pfa" |
java.awt.Image |
getImage()
create an image that has 0 and 255 for the pixels |
java.awt.Image |
getImage(int width,
int height)
make an image that is widthxheight in size. |
ImageMatrixBeanProcessorInterface |
getImageProcessor()
|
java.awt.image.Kernel |
getKernel()
|
int |
getMatrixSize()
|
java.lang.String |
getString()
|
static ImageMatrixBean |
restore()
restores the properties from the preference in the user root. |
void |
save()
saves the properties to the Preferences of the userRoot |
void |
setBorderType(byte value)
|
void |
setData(byte[][] data)
|
void |
setFilterType(int selectedIndex)
"convolution", "fftr2", "pfa" |
void |
setImageProcessor(ImageMatrixBeanProcessorInterface imbpi)
|
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 |
---|
public ImageMatrixBean()
Method Detail |
---|
public int getCount()
public void save()
public java.lang.String toString()
toString
in class java.lang.Object
public static ImageMatrixBean restore()
public byte[][] getData()
public java.awt.image.Kernel getKernel()
public void setData(byte[][] data)
public int getMatrixSize()
public void setMatrixSize(int matrixSize)
public byte getBorderType()
public void setBorderType(byte value)
public java.lang.String getString()
public void setFilterType(int selectedIndex)
public int getFilterType()
public java.awt.Image getImage()
public ImageMatrixBeanProcessorInterface getImageProcessor()
public void setImageProcessor(ImageMatrixBeanProcessorInterface imbpi)
public java.awt.Image getImage(int width, int height)
width
- height
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |