Class ZBufferImpl8.ImageMapElement

  • Enclosing class:
    ZBufferImpl8

    public class ZBufferImpl8.ImageMapElement
    extends java.lang.Object
    • Field Detail

      • couleur_fond_int

        protected int couleur_fond_int
    • Constructor Detail

      • ImageMapElement

        public ImageMapElement()
    • 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)
      • 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)