|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IMap
igeo.IVSineMap
public class IVSineMap
A subclass of IMap defined by sine curve in v direction.
| Field Summary | |
|---|---|
double |
frequency
|
double |
maxValue
|
double |
minValue
|
double |
phase
|
| Fields inherited from class igeo.IMap |
|---|
defaultDensityHeight, defaultDensityWidth, defaultExportHeight, defaultExportWidth, densityMinDelta, uIntegration, vIntegration |
| Constructor Summary | |
|---|---|
IVSineMap(double minamp,
double maxamp,
double freq,
double phs)
|
|
| Method Summary | |
|---|---|
double |
get(double x)
|
double |
get(double u,
double v)
A main method to get a value of the map. |
| Methods inherited from class igeo.IMap |
|---|
createImage, createImage, flipU, flipV, get, initDensityMapU, initDensityMapU, initDensityMapV, initDensityMapV, matchUDensityWithMap, matchUDensityWithMap, matchVDensityWithMap, matchVDensityWithMap, project, projectU, projectV, saveAsJPEG, saveAsJPEG, saveAsPNG, saveAsPNG, scaleDensityMapU, scaleDensityMapV |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double minValue
public double maxValue
public double frequency
public double phase
| Constructor Detail |
|---|
public IVSineMap(double minamp,
double maxamp,
double freq,
double phs)
| Method Detail |
|---|
public double get(double u,
double v)
IMap
get in class IMapu - u coordinates ranges 0.0 - 1.0v - v coordinates ranges 0.0 - 1.0
public double get(double x)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||