org.eclipse.nebula.widgets.nattable.coordinate
Class PixelCoordinate

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.coordinate.PixelCoordinate

public class PixelCoordinate
extends Object

Author:
esp

Constructor Summary
PixelCoordinate(int x, int y)
           
 
Method Summary
 int getX()
           
 int getY()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PixelCoordinate

public PixelCoordinate(int x,
                       int y)
Method Detail

getX

public int getX()

getY

public int getY()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.