|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.app.image.QTEffect
|
+--quicktime.app.image.QTFilter
QTFilters are visual effects that are applied to a single source image. They inherit much of the characteristics of the QTEffect class.
| Field Summary |
| Fields inherited from interface quicktime.app.image.Redrawable |
kMultiFrame, kSingleFrame |
| Constructor Summary | |
QTFilter()
Deprecated. since QTJava 6.1 |
|
QTFilter(java.awt.Dimension d)
Deprecated. since QTJava 4.0 |
|
QTFilter(int isSingleFrame)
Deprecated. since QTJava 6.1 |
|
QTFilter(int isSingleFrame,
java.awt.Dimension d)
Deprecated. since QTJava 4.0 |
|
QTFilter(int isSingleFrame,
QDDimension d)
Deprecated. since QTJava 6.1 |
|
QTFilter(QDDimension d)
Deprecated. since QTJava 6.1 |
|
| Method Summary | |
QDDimension |
getOriginalSize()
Deprecated. since QTJava 6.1 |
ImageSpec |
getSourceImage()
Deprecated. Returns the currently set source image of the QTFilter * @deprecated since QTJava 6.1 |
void |
setEffect(AtomContainer effectParams)
Deprecated. since QTJava 6.1 |
void |
setSourceImage(ImageSpec image)
Deprecated. since QTJava 6.1 |
protected boolean |
setUpSequence()
Deprecated. since QTJava 6.1 |
| Methods inherited from class quicktime.app.image.QTEffect |
addedTo, checkForEffect, getClip, getCurrentFrame, getDescription, getDisplayBounds, getDSequence, getEffect, getFrames, getGraphicsMode, getGWorld, getImage, getInitialSize, getMatrix, isRedrawing, isSingleFrame, redraw, removedFrom, setClip, setDisplayBounds, setGraphicsMode, setGWorld, setLocation, setMatrix, setRedrawing |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QTFilter()
throws QTException
public QTFilter(java.awt.Dimension d)
throws QTException
d - the initSize of the effect.
public QTFilter(QDDimension d)
throws QTException
d - the initSize of the effect.
public QTFilter(int isSingleFrame)
throws QTException
public QTFilter(int isSingleFrame,
java.awt.Dimension d)
throws QTException
d - the initSize of the effect.
public QTFilter(int isSingleFrame,
QDDimension d)
throws QTException
d - the initSize of the effect.| Method Detail |
public void setEffect(AtomContainer effectParams)
throws QTException
setEffect in class QTEffecteffectParams - the parameters that determine the effect that is run
QTException
public QDDimension getOriginalSize()
throws QTException
getOriginalSize in interface TransformablegetOriginalSize in class QTEffectQTException
public void setSourceImage(ImageSpec image)
throws QTException
image - the image to use as the source of the filter
QTExceptionpublic ImageSpec getSourceImage()
protected boolean setUpSequence()
throws QTException
setUpSequence in class QTEffectQTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||