edu.cmu.emulator.demoVis
Class MapInfo
java.lang.Object
edu.cmu.emulator.demoVis.MapInfo
- All Implemented Interfaces:
- DemoInfo, Serializable
public class MapInfo
- extends Object
- implements DemoInfo, Serializable
- See Also:
- Serialized Form
Constructor Summary |
MapInfo()
|
MapInfo(String url,
double pixelsPerMeterX,
double pixelsPerMeterY,
int originPixelX,
int originPixelY)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
public String url
pixelsPerMeterX
public double pixelsPerMeterX
pixelsPerMeterY
public double pixelsPerMeterY
originPixelX
public int originPixelX
originPixelY
public int originPixelY
nodes
public NodeInfo[] nodes
MapInfo
public MapInfo()
MapInfo
public MapInfo(String url,
double pixelsPerMeterX,
double pixelsPerMeterY,
int originPixelX,
int originPixelY)
Copyright © 2013. All Rights Reserved.