org.apache.jetspeed.layout.impl
Class CoordinateImpl
java.lang.Object
org.apache.jetspeed.layout.impl.CoordinateImpl
- All Implemented Interfaces:
- org.apache.jetspeed.layout.Coordinate
public class CoordinateImpl
- extends Object
- implements org.apache.jetspeed.layout.Coordinate
CoordinateImpl
- Version:
- $Id: $
- Author:
- David Sean Taylor, David Gurney
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_iOldCol
private int m_iOldCol
m_iOldRow
private int m_iOldRow
m_iNewCol
private int m_iNewCol
m_iNewRow
private int m_iNewRow
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)
getNewCol
public int getNewCol()
- Specified by:
getNewCol
in interface org.apache.jetspeed.layout.Coordinate
getNewRow
public int getNewRow()
- Specified by:
getNewRow
in interface org.apache.jetspeed.layout.Coordinate
getOldCol
public int getOldCol()
- Specified by:
getOldCol
in interface org.apache.jetspeed.layout.Coordinate
getOldRow
public int getOldRow()
- Specified by:
getOldRow
in interface org.apache.jetspeed.layout.Coordinate
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.