org.keridwen.core.ui.dockingframes
Class ViewPosition

java.lang.Object
  extended by org.keridwen.core.ui.dockingframes.ViewPosition

public class ViewPosition
extends Object


Constructor Summary
ViewPosition(int xPos, int yPos, int aWidth, int aHeight)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewPosition

public ViewPosition(int xPos,
                    int yPos,
                    int aWidth,
                    int aHeight)
Method Detail

getX

public int getX()

getY

public int getY()

getWidth

public int getWidth()

getHeight

public int getHeight()


Copyright © 2011-2013 Artenum. All Rights Reserved.