|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--prupp.filter.Filter | +--prupp.filter.BackgroundFilter
Remove background images from pages.
Constructor Summary | |
BackgroundFilter()
constructor |
Method Summary | |
java.lang.String |
filter(HTMLBlock block)
Filter away backgroundimges(found in the body-tag) on webpages. |
static java.util.Properties |
getProperties()
Called when you want to get the possible settings this filter support. |
static void |
setup(java.util.Properties properties)
Called when you want to setup how this filter should work. |
Methods inherited from class prupp.filter.Filter |
isString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BackgroundFilter()
Method Detail |
public java.lang.String filter(HTMLBlock block)
block
- the HTMLBlock were about to filter.public static void setup(java.util.Properties properties)
properties
- the properties to use.public static java.util.Properties getProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |