edu.cmu.emulator.demoVis
Class MapInfo

java.lang.Object
  extended by edu.cmu.emulator.demoVis.MapInfo
All Implemented Interfaces:
DemoInfo, Serializable

public class MapInfo
extends Object
implements DemoInfo, Serializable

See Also:
Serialized Form

Field Summary
 NodeInfo[] nodes
           
 int originPixelX
           
 int originPixelY
           
 double pixelsPerMeterX
           
 double pixelsPerMeterY
           
 String url
           
 
Constructor Summary
MapInfo()
           
MapInfo(String url, double pixelsPerMeterX, double pixelsPerMeterY, int originPixelX, int originPixelY)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public String url

pixelsPerMeterX

public double pixelsPerMeterX

pixelsPerMeterY

public double pixelsPerMeterY

originPixelX

public int originPixelX

originPixelY

public int originPixelY

nodes

public NodeInfo[] nodes
Constructor Detail

MapInfo

public MapInfo()

MapInfo

public MapInfo(String url,
               double pixelsPerMeterX,
               double pixelsPerMeterY,
               int originPixelX,
               int originPixelY)


Copyright © 2013. All Rights Reserved.