A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
Edges — Final class in package de.popforge.imageprocessing.filters.convolution
The Edges class is a filter that uses a convolution matrix to extract the edges an image contains.
Edges() — Constructor in class de.popforge.imageprocessing.filters.convolution.Edges
Creates a new Edges object.
Emboss — Final class in package de.popforge.imageprocessing.filters.convolution
The Emboss class is a filter that uses a convolution matrix to apply an emboss effect.
Emboss() — Constructor in class de.popforge.imageprocessing.filters.convolution.Emboss
enableOutput(textField) — Method in class de.popforge.imageprocessing.filters.FilterQueue
Enables debug output.
encode(bitmapData, quality) — Static method in class de.popforge.imageprocessing.formats.JPEG
Encodes a BitmapData object into a ByteArray containing a JPEG file.
encode(bitmapData, type) — Static method in class de.popforge.imageprocessing.formats.PNG
Encodes a BitmapData object into a ByteArray containing a PNG file.
Erosion — Final class in package de.popforge.imageprocessing.filters.morphological
The Erosion class is a filter that uses the minimum of the structuring function.
Erosion(structuringFunction:de.popforge.imageprocessing.geom:StructuringFunction) — Constructor in class de.popforge.imageprocessing.filters.morphological.Erosion
Creates a new Erosion object.
Extract — Final class in package de.popforge.imageprocessing.filters.color
The Extract class is a filter that extracts a given color.
Extract(color, cache) — Constructor in class de.popforge.imageprocessing.filters.color.Extract
Creates a new Extract object.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z