|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.fhpotsdam.unfolding.texture.AbstractLensDistorter de.fhpotsdam.unfolding.texture.ScaleInterpolationDistorter
public class ScaleInterpolationDistorter
Scale interpolation algorithm by [Bogen 2008], Visual Navigation with Schematic Maps
Field Summary | |
---|---|
protected float |
r0
|
protected float |
r1
|
protected float |
s1
|
protected float |
zoom
|
Fields inherited from class de.fhpotsdam.unfolding.texture.AbstractLensDistorter |
---|
center, DEFAULT_ZOOM |
Constructor Summary | |
---|---|
ScaleInterpolationDistorter(float radius0,
float radius1)
|
Method Summary | |
---|---|
protected float |
interpolateRadius(float radius)
|
void |
setRadius(int r)
|
void |
setZoom(float zoom)
|
Methods inherited from class de.fhpotsdam.unfolding.texture.AbstractLensDistorter |
---|
distort, setCenter, setCenter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected float r0
protected float r1
protected float zoom
protected float s1
Constructor Detail |
---|
public ScaleInterpolationDistorter(float radius0, float radius1)
Method Detail |
---|
protected float interpolateRadius(float radius)
interpolateRadius
in class AbstractLensDistorter
public void setRadius(int r)
public void setZoom(float zoom)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |