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 TypeClassDescriptionclass
Generator data for the editor Map.class
Data class for objects that are drawn at a lane position.class
LinkData for the editor Map.class
NodeData for the editor Map.class
Sink data for the editor Map.class
Traffic 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 TypeMethodDescriptionvoid
EditorMap.setInvalid
(MapData data) Set the data as being invalid to draw.void
Set the data as being valid to draw.