arta.synergy.web.common.client.data.pointers.maps
Class MapBackground

java.lang.Object
  extended by arta.synergy.web.common.client.data.pointers.maps.MapBackground
All Implemented Interfaces:
java.io.Serializable

public class MapBackground
extends java.lang.Object
implements java.io.Serializable

Created by IntelliJ IDEA. User: topa Date: 31.05.2012 Time: 17:35:22 To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Constructor Summary
MapBackground()
           
 
Method Summary
 byte[] getBgBytes()
           
 int getHeight()
           
 int getWidth()
           
 void setBgBytes(byte[] bgBytes)
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapBackground

public MapBackground()
Method Detail

getBgBytes

public byte[] getBgBytes()

setBgBytes

public void setBgBytes(byte[] bgBytes)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)


Copyright © 2000 Dummy Corp. All Rights Reserved.