org.doit.muffin.filter
Class Compass
java.lang.Object
|
+--org.doit.muffin.filter.Compass
- All Implemented Interfaces:
- org.doit.muffin.FilterFactory
- public class Compass
- extends java.lang.Object
- implements org.doit.muffin.FilterFactory
Factory for compass filters.
- Version:
- $Id: Compass.java,v 1.2 2003/09/11 03:16:33 glchen Exp $
- Author:
- Guanling Chen
Field Summary |
protected org.doit.muffin.FilterManager |
manager
|
protected org.doit.muffin.Prefs |
prefs
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manager
protected org.doit.muffin.FilterManager manager
prefs
protected org.doit.muffin.Prefs prefs
Compass
public Compass()
setManager
public void setManager(org.doit.muffin.FilterManager manager)
- Specified by:
setManager
in interface org.doit.muffin.FilterFactory
setPrefs
public void setPrefs(org.doit.muffin.Prefs prefs)
- Specified by:
setPrefs
in interface org.doit.muffin.FilterFactory
getPrefs
public org.doit.muffin.Prefs getPrefs()
- Specified by:
getPrefs
in interface org.doit.muffin.FilterFactory
viewPrefs
public void viewPrefs()
- Specified by:
viewPrefs
in interface org.doit.muffin.FilterFactory
createFilter
public org.doit.muffin.Filter createFilter()
- Specified by:
createFilter
in interface org.doit.muffin.FilterFactory
shutdown
public void shutdown()
- Specified by:
shutdown
in interface org.doit.muffin.FilterFactory
save
void save()