Package one.empty3.library
Class ZBufferImpl8.ImageMapElement
- java.lang.Object
-
- one.empty3.library.ZBufferImpl8.ImageMapElement
-
- Enclosing class:
- ZBufferImpl8
public class ZBufferImpl8.ImageMapElement extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
couleur_fond_int
-
Constructor Summary
Constructors Constructor Description ImageMapElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkCordinates(int x, int y)
int
COULEUR_FOND_INT(int x, int y)
int
getElementCouleur(int x, int y)
long
getElementID(int x, int y)
Point3D
getElementPoint(int x, int y)
Representable
getElementRepresentable(int x, int y)
ZBufferImpl8.ImageMapElement
getInstance(int x, int y)
void
setElementCouleur(int x, int y, int pc)
void
setElementID(int x, int y, long id)
void
setElementPoint(int x, int y, Point3D px)
void
setElementRepresentable(int x, int y, Representable representable)
-
-
-
Method Detail
-
getElementRepresentable
public Representable getElementRepresentable(int x, int y)
-
setElementRepresentable
public void setElementRepresentable(int x, int y, Representable representable)
-
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
public Point3D getElementPoint(int x, int y)
-
getInstance
public ZBufferImpl8.ImageMapElement getInstance(int x, int y)
-
setElementCouleur
public void setElementCouleur(int x, int y, int pc)
-
setElementID
public void setElementID(int x, int y, long id)
-
setElementPoint
public void setElementPoint(int x, int y, Point3D px)
-
-