Uses of Class
de.cau.cs.kieler.core.properties.MapPropertyHolder

Packages that use MapPropertyHolder
de.cau.cs.kieler.kiml Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. 
de.cau.cs.kieler.kiml.export Base classes for the graph export. 
de.cau.cs.kieler.kiml.export.exporter Exporter implementations. 
de.cau.cs.kieler.kiml.export.ui Export UI contributions. 
de.cau.cs.kieler.kiml.service.formats KIML support for graph formats. 
de.cau.cs.kieler.kiml.ui.diagram Generic API for layout of graphical diagrams. 
de.cau.cs.kieler.klay.force.graph Basic structures for the force layouter. 
de.cau.cs.kieler.klay.layered Base package of the layered layouter. 
de.cau.cs.kieler.klay.layered.graph Basic structures for the layered layouter. 
 

Uses of MapPropertyHolder in de.cau.cs.kieler.kiml
 

Subclasses of MapPropertyHolder in de.cau.cs.kieler.kiml
 class LayoutContext
          Context information for configuration of layout options.
 

Uses of MapPropertyHolder in de.cau.cs.kieler.kiml.export
 

Methods in de.cau.cs.kieler.kiml.export with parameters of type MapPropertyHolder
 void IExporter.doExport(KNode graph, OutputStream stream, MapPropertyHolder options, IKielerProgressMonitor monitor)
          Performs the actual graph export by using the given options and writing the result to the stream.
 

Uses of MapPropertyHolder in de.cau.cs.kieler.kiml.export.exporter
 

Methods in de.cau.cs.kieler.kiml.export.exporter with parameters of type MapPropertyHolder
 void DotExporter.doExport(KNode graph, OutputStream stream, MapPropertyHolder options, IKielerProgressMonitor monitor)
          Performs the actual graph export by using the given options and writing the result to the stream.
 void GMLExporter.doExport(KNode graph, OutputStream stream, MapPropertyHolder options, IKielerProgressMonitor monitor)
          Performs the actual graph export by using the given options and writing the result to the stream.
 void GraphMLExporter.doExport(KNode graph, OutputStream stream, MapPropertyHolder options, IKielerProgressMonitor monitor)
          Performs the actual graph export by using the given options and writing the result to the stream.
 void KGraphExporter.doExport(KNode graph, OutputStream stream, MapPropertyHolder options, IKielerProgressMonitor monitor)
          Performs the actual graph export by using the given options and writing the result to the stream.
 void OGMLExporter.doExport(KNode graph, OutputStream stream, MapPropertyHolder options, IKielerProgressMonitor monitor)
          Performs the actual graph export by using the given options and writing the result to the stream.
 

Uses of MapPropertyHolder in de.cau.cs.kieler.kiml.export.ui
 

Methods in de.cau.cs.kieler.kiml.export.ui that return MapPropertyHolder
 MapPropertyHolder ExportDialog.getOptions()
          Returns the selected options.
 

Uses of MapPropertyHolder in de.cau.cs.kieler.kiml.service.formats
 

Subclasses of MapPropertyHolder in de.cau.cs.kieler.kiml.service.formats
 class TransformationData<S,T>
          A transformation data object that can be arbitrarily extended using the properties mechanism.
 

Uses of MapPropertyHolder in de.cau.cs.kieler.kiml.ui.diagram
 

Subclasses of MapPropertyHolder in de.cau.cs.kieler.kiml.ui.diagram
 class LayoutMapping<T>
          A layout mapping describes the relation between a graphical diagram and the layout graph that is created by diagram layout managers.
 

Uses of MapPropertyHolder in de.cau.cs.kieler.klay.force.graph
 

Subclasses of MapPropertyHolder in de.cau.cs.kieler.klay.force.graph
 class FBendpoint
          A bend point in the force graph.
 class FEdge
          A physico-virtual representation of an edge, including a list of associated bend points.
 class FGraph
          A graph for the force layouter.
 class FLabel
          A label in the force graph.
 class FNode
          A node in the force graph.
 class FParticle
          A particle in the force graph, that is an object that can attract or repulse other particles.
 

Uses of MapPropertyHolder in de.cau.cs.kieler.klay.layered
 

Methods in de.cau.cs.kieler.klay.layered with parameters of type MapPropertyHolder
protected  void KGraphImporter.transformEdge(KEdge kedge, KNode graph, Map<KGraphElement,LGraphElement> elemMap, MapPropertyHolder layeredGraph)
          Transforms the given edge.
 

Uses of MapPropertyHolder in de.cau.cs.kieler.klay.layered.graph
 

Subclasses of MapPropertyHolder in de.cau.cs.kieler.klay.layered.graph
 class Layer
          A layer in a layered graph.
 class LayeredGraph
          A layered graph has a set of layers that contain the nodes, as well as a list of nodes that are not yet assigned to a layer.
 class LEdge
          An edge in a layered graph.
 class LGraphElement
          Abstract superclass for the layers, nodes, ports, and edges of a layered graph.
 class LLabel
          A label in the layered graph structure.
 class LNode
          A node in a layered graph.
 class LPort
          A port in a layered graph.
 class LShape
          Abstract superclass for LGraphElements that can have a position and a size.