org.jivesoftware.sparkimpl.plugin.layout
Class LayoutSettings

java.lang.Object
  extended by org.jivesoftware.sparkimpl.plugin.layout.LayoutSettings

public class LayoutSettings
extends java.lang.Object


Constructor Summary
LayoutSettings()
           
 
Method Summary
 int getChatFrameHeight()
           
 int getChatFrameWidth()
           
 int getChatFrameX()
           
 int getChatFrameY()
           
 int getMainWindowHeight()
           
 int getMainWindowWidth()
           
 int getMainWindowX()
           
 int getMainWindowY()
           
 void setChatFrameHeight(int chatFrameHeight)
           
 void setChatFrameWidth(int chatFrameWidth)
           
 void setChatFrameX(int chatFrameX)
           
 void setChatFrameY(int chatFrameY)
           
 void setMainWindowHeight(int mainWindowHeight)
           
 void setMainWindowWidth(int mainWindowWidth)
           
 void setMainWindowX(int mainWindowX)
           
 void setMainWindowY(int mainWindowY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutSettings

public LayoutSettings()
Method Detail

getMainWindowX

public int getMainWindowX()

setMainWindowX

public void setMainWindowX(int mainWindowX)

getMainWindowY

public int getMainWindowY()

setMainWindowY

public void setMainWindowY(int mainWindowY)

getMainWindowWidth

public int getMainWindowWidth()

setMainWindowWidth

public void setMainWindowWidth(int mainWindowWidth)

getMainWindowHeight

public int getMainWindowHeight()

setMainWindowHeight

public void setMainWindowHeight(int mainWindowHeight)

getChatFrameX

public int getChatFrameX()

setChatFrameX

public void setChatFrameX(int chatFrameX)

getChatFrameY

public int getChatFrameY()

setChatFrameY

public void setChatFrameY(int chatFrameY)

getChatFrameWidth

public int getChatFrameWidth()

setChatFrameWidth

public void setChatFrameWidth(int chatFrameWidth)

getChatFrameHeight

public int getChatFrameHeight()

setChatFrameHeight

public void setChatFrameHeight(int chatFrameHeight)