org.apache.jetspeed.layout.impl
Class CoordinateImpl

java.lang.Object
  extended by org.apache.jetspeed.layout.impl.CoordinateImpl
All Implemented Interfaces:
Coordinate

public class CoordinateImpl
extends java.lang.Object
implements Coordinate

CoordinateImpl

Version:
$Id: $
Author:
David Sean Taylor, David Gurney

Constructor Summary
CoordinateImpl()
           
CoordinateImpl(int p_iOldCol, int p_iOldRow)
           
CoordinateImpl(int p_iOldCol, int p_iOldRow, int p_iNewCol, int p_iNewRow)
           
 
Method Summary
 int getNewCol()
           
 int getNewRow()
           
 int getOldCol()
           
 int getOldRow()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoordinateImpl

public CoordinateImpl()

CoordinateImpl

public CoordinateImpl(int p_iOldCol,
                      int p_iOldRow)

CoordinateImpl

public CoordinateImpl(int p_iOldCol,
                      int p_iOldRow,
                      int p_iNewCol,
                      int p_iNewRow)
Method Detail

getNewCol

public int getNewCol()
Specified by:
getNewCol in interface Coordinate

getNewRow

public int getNewRow()
Specified by:
getNewRow in interface Coordinate

getOldCol

public int getOldCol()
Specified by:
getOldCol in interface Coordinate

getOldRow

public int getOldRow()
Specified by:
getOldRow in interface Coordinate


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.