Uses of Class
org.opentrafficsim.editor.extensions.map.MapData
Packages that use MapData
Package
Description
The map editor allows visual specification of the network.
-
Uses of MapData in org.opentrafficsim.editor.extensions.map
Subclasses of MapData in org.opentrafficsim.editor.extensions.mapModifier and TypeClassDescriptionclassGenerator data for the editor Map.classData class for objects that are drawn at a lane position.classLinkData for the editor Map.classNodeData for the editor Map.classSink data for the editor Map.classTraffic light data for the editor Map.Methods in org.opentrafficsim.editor.extensions.map that return MapDataModifier and TypeMethodDescriptionEditorMap.getData(XsdTreeNode node) Returns the map data of the given XSD node.Methods in org.opentrafficsim.editor.extensions.map with parameters of type MapDataModifier and TypeMethodDescriptionvoidEditorMap.setInvalid(MapData data) Set the data as being invalid to draw.voidSet the data as being valid to draw.