com.cosylab.vdct.graphics.objects
Class LayoutPosition
java.lang.Object
com.cosylab.vdct.graphics.objects.LayoutPosition
public class LayoutPosition
- extends java.lang.Object
Doubly linked list for LayoutManager.
- Author:
- ssah
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutPosition
public LayoutPosition(int posX,
int posY)
- Parameters:
posX
- posY
-
getPrevious
public LayoutPosition getPrevious()
- Returns:
- the previous
setPrevious
public void setPrevious(LayoutPosition previous)
- Parameters:
previous
- the previous to set
getNext
public LayoutPosition getNext()
- Returns:
- the next
setNext
public void setNext(LayoutPosition next)
- Parameters:
next
- the next to set
getPosX
public int getPosX()
- Returns:
- the posX
getPosY
public int getPosY()
- Returns:
- the posY