Package org.onosproject.ui
Class UiTopoMap
- java.lang.Object
- 
- org.onosproject.ui.UiTopoMap
 
- 
 public class UiTopoMap extends java.lang.ObjectRepresents a geographically-based map to be used in the user interface topology view. Instances of this class are immutable.
- 
- 
Constructor SummaryConstructors Constructor Description UiTopoMap(java.lang.String id, java.lang.String desc, java.lang.String filePath, double scale)Creates a new topology map.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()Returns the description for this map.java.lang.StringfilePath()Returns the filePath for this map.java.lang.Stringid()Returns the identifier for this map.doublescale()Returns the scale for this map.java.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
idpublic java.lang.String id() Returns the identifier for this map.- Returns:
- the identifier
 
 - 
descriptionpublic java.lang.String description() Returns the description for this map.- Returns:
- the description
 
 - 
filePathpublic java.lang.String filePath() Returns the filePath for this map.- Returns:
- the filePath
 
 - 
scalepublic double scale() Returns the scale for this map.- Returns:
- the scale
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-