Package one.empty3.library
Class ZBufferImpl.ImageMapElement
java.lang.Object
one.empty3.library.ZBufferImpl.ImageMapElement
- Enclosing class:
ZBufferImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckCordinates(int x, int y) intCOULEUR_FOND_INT(int x, int y) intgetElementCouleur(int x, int y) longgetElementID(int x, int y) getElementPoint(int x, int y) getElementRepresentable(int x, int y) getInstance(int x, int y) Representable[][]getrMap()double[][]getuMap()double[][]getvMap()voidsetElementCouleur(int x, int y, int pc) voidsetElementID(int x, int y, long id) voidsetElementPoint(int x, int y, Point3D px) voidsetElementProf(int i, int j, double pr) voidsetElementRepresentable(int x, int y, Representable representable) voidsetrMap(Representable[][] rMap) voidsetuMap(double[][] uMap) voidsetvMap(double[][] vMap)
-
Field Details
-
couleur_fond_int
protected int couleur_fond_int
-
-
Constructor Details
-
ImageMapElement
public ImageMapElement()
-
-
Method Details
-
getElementRepresentable
-
setElementRepresentable
-
checkCordinates
public boolean checkCordinates(int x, int y) -
COULEUR_FOND_INT
public int COULEUR_FOND_INT(int x, int y) -
getElementCouleur
public int getElementCouleur(int x, int y) -
getElementID
public long getElementID(int x, int y) -
getElementPoint
-
getInstance
-
setElementCouleur
public void setElementCouleur(int x, int y, int pc) -
setElementID
public void setElementID(int x, int y, long id) -
setElementPoint
-
getuMap
public double[][] getuMap() -
setuMap
public void setuMap(double[][] uMap) -
getvMap
public double[][] getvMap() -
setvMap
public void setvMap(double[][] vMap) -
getrMap
-
setrMap
-
setElementProf
public void setElementProf(int i, int j, double pr)
-