|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectigeo.IMap
igeo.IULinearMap
public class IULinearMap
A subclass of IMap defined by two value to generate gradient map in u direction.
| Field Summary | |
|---|---|
double |
uval1
|
double |
uval2
|
| Fields inherited from class igeo.IMap |
|---|
defaultDensityHeight, defaultDensityWidth, densityMinDelta, uIntegration, vIntegration |
| Constructor Summary | |
|---|---|
IULinearMap(double u1,
double u2)
|
|
| Method Summary | |
|---|---|
void |
flipU()
to be defined in sub class |
double |
get(double u,
double v)
A main method to get a value of the map. |
| Methods inherited from class igeo.IMap |
|---|
createImage, flipV, get, initDensityMapU, initDensityMapU, initDensityMapV, initDensityMapV, matchUDensityWithMap, matchUDensityWithMap, matchVDensityWithMap, matchVDensityWithMap, project, projectU, projectV, scaleDensityMapU, scaleDensityMapV |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double uval1
public double uval2
| Constructor Detail |
|---|
public IULinearMap(double u1,
double u2)
| 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 void flipU()
IMap
flipU in class IMap
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||