Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jempeg.empeg.logoedit
Class PixelQueue.Pixel  view PixelQueue.Pixel download PixelQueue.Pixel.java

java.lang.Object
  extended byorg.jempeg.empeg.logoedit.PixelQueue.Pixel
Enclosing class:
PixelQueue

class PixelQueue.Pixel
extends java.lang.Object


Field Summary
 PixelQueue.Pixel next
           
 int x
           
 int y
           
 
Constructor Summary
(package private) PixelQueue.Pixel(int _x, int _y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

next

public PixelQueue.Pixel next
Constructor Detail

PixelQueue.Pixel

PixelQueue.Pixel(int _x,
                 int _y)