Guest User

Untitled

a guest
May 23rd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public class Picture
  2. {
  3. // A two dimensional array of integers who represent the color of each individual pixel.
  4. private final int[][] pixel;
  5.  
  6. ...
  7. }
  8.  
  9. [ sx 0 0 ]
  10. [ 0 sy 0 ]
  11. [ 0 0 1 ]
Add Comment
Please, Sign In to add comment