|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.media.core.Filter
org.opensourcephysics.media.core.GrayScaleFilter
public class GrayScaleFilter
This is a Filter that produces a grayscale version of the source.
| Field Summary | |
|---|---|
static double |
WT_B_VID
|
static double |
WT_FLAT
|
static double |
WT_G_VID
|
static double |
WT_R_VID
|
| Fields inherited from class org.opensourcephysics.media.core.Filter |
|---|
ableButton, clearButton, closeButton, deleteItem, enabledAction, enabledItem, frame, hasInspector, inspectorVisible, inspectorX, inspectorY, propertiesItem, stack, support, vidPanel |
| Constructor Summary | |
|---|---|
GrayScaleFilter()
Constructs a GrayScaleFilter object. |
|
| Method Summary | |
|---|---|
java.awt.image.BufferedImage |
getFilteredImage(java.awt.image.BufferedImage sourceImage)
Applies the filter to a source image and returns the result. |
javax.swing.JDialog |
getInspector()
Implements abstract Filter method. |
static XML.ObjectLoader |
getLoader()
Returns an XML.ObjectLoader to save and load filter data. |
void |
refresh()
Refreshes this filter's GUI |
void |
setWeights(double r,
double g,
double b)
|
| Methods inherited from class org.opensourcephysics.media.core.Filter |
|---|
addPropertyChangeListener, addPropertyChangeListener, clear, getMenu, isEnabled, removePropertyChangeListener, removePropertyChangeListener, setEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double WT_R_VID
public static final double WT_G_VID
public static final double WT_B_VID
public static final double WT_FLAT
| Constructor Detail |
|---|
public GrayScaleFilter()
| Method Detail |
|---|
public java.awt.image.BufferedImage getFilteredImage(java.awt.image.BufferedImage sourceImage)
getFilteredImage in class FiltersourceImage - the source image
public javax.swing.JDialog getInspector()
getInspector in class Filter
public void setWeights(double r,
double g,
double b)
public void refresh()
refresh in class Filterpublic static XML.ObjectLoader getLoader()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||