uk.me.parabola.mkgmap.filters
Class FilterConfig

java.lang.Object
  extended by uk.me.parabola.mkgmap.filters.FilterConfig

public class FilterConfig
extends java.lang.Object

Configuration for filters. Some filters may need extra information that will be provided here.

Author:
Steve Ratcliffe

Constructor Summary
FilterConfig()
           
 
Method Summary
protected  int getResolution()
           
 int getShift()
           
 void setBounds(Area bounds)
           
 void setResolution(int resolution)
          Set the resolution and shift values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterConfig

public FilterConfig()
Method Detail

getResolution

protected int getResolution()

getShift

public int getShift()

setResolution

public void setResolution(int resolution)
Set the resolution and shift values.

Parameters:
resolution - The resolution.

setBounds

public void setBounds(Area bounds)