|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapPropertyHolder | |
---|---|
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.klay.layered.graph | Basic structures for the layered layouter. |
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.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 |
LSizedGraphElement
Abstract superclass for LGraphElement s that can have a position and a size. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |