|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageFilter | |
---|---|
artofillusion | |
artofillusion.animation | |
artofillusion.image.filter | |
artofillusion.object |
Uses of ImageFilter in artofillusion |
---|
Methods in artofillusion that return types with arguments of type ImageFilter | |
---|---|
java.util.ArrayList<ImageFilter> |
CameraFilterDialog.FiltersPanel.getFilters()
Get the filters to apply. |
Methods in artofillusion with parameters of type ImageFilter | |
---|---|
static void |
ModellingApp.registerImageFilter(ImageFilter o)
Deprecated. Add a new ImageFilter to the list of available ones. |
Uses of ImageFilter in artofillusion.animation |
---|
Methods in artofillusion.animation that return ImageFilter | |
---|---|
ImageFilter |
FilterParameterTrack.getFilter()
Get the filter corresponding to this track. |
Constructors in artofillusion.animation with parameters of type ImageFilter | |
---|---|
FilterParameterTrack(java.lang.Object parent,
ImageFilter filter)
Create a new FilterParameterTrack. |
Uses of ImageFilter in artofillusion.image.filter |
---|
Subclasses of ImageFilter in artofillusion.image.filter | |
---|---|
class |
BlurFilter
This is an image filter which blurs an image. |
class |
BrightnessFilter
This is an image filter which adjusts the brightness of an image. |
class |
DepthOfFieldFilter
This is an image filter which blurs parts of an image to simulate a depth of field effect. |
class |
ExposureFilter
This is an image filter which compensates for over or under exposed images by applying a gamma correction. |
class |
GlowFilter
This is an image filter which adds glow to an image. |
class |
NoiseReductionFilter
This class implements an anisotropic diffusion filter, which is used to reduce noise in images. |
class |
OutlineFilter
This is an image filter which blurs an image. |
class |
SaturationFilter
This is an image filter which adjusts the saturation of an image. |
class |
TintFilter
This is an image filter which multiplies an image by a color. |
Methods in artofillusion.image.filter that return ImageFilter | |
---|---|
ImageFilter |
ImageFilter.duplicate()
Create an exact duplicate of this filter. |
Methods in artofillusion.image.filter with parameters of type ImageFilter | |
---|---|
void |
ImageFilter.copy(ImageFilter f)
Given another ImageFilter (of the same class as this one), make this one identical to it. |
Uses of ImageFilter in artofillusion.object |
---|
Methods in artofillusion.object that return ImageFilter | |
---|---|
ImageFilter[] |
SceneCamera.getImageFilters()
Get the list of ImageFilters for this camera. |
Methods in artofillusion.object with parameters of type ImageFilter | |
---|---|
void |
SceneCamera.setImageFilters(ImageFilter[] filters)
Set the list of ImageFilters for this camera. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |