Class Pixel


  • public class Pixel
    extends Object
    Tile Pixel
    Author:
    osbornb
    • Constructor Detail

      • Pixel

        public Pixel​(float x,
                     float y)
        Constructor
        Parameters:
        x - x pixel
        y - y pixel
    • Method Detail

      • getX

        public float getX()
        Get the x pixel
        Returns:
        x pixel
      • setX

        public void setX​(float x)
        Set the x pixel
        Parameters:
        x - x pixel
      • getY

        public float getY()
        Get the y pixel
        Returns:
        y pixel
      • setY

        public void setY​(float y)
        Set the y pixel
        Parameters:
        y - y pixel