|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Property | |
---|---|
de.cau.cs.kieler.keg.diagram.custom.random | Random graph generation for the KEG editor. |
de.cau.cs.kieler.keg.importer | The base package for KEG importers. |
de.cau.cs.kieler.kiml.export | Base classes for the graph export. |
de.cau.cs.kieler.kiml.ui.service | Layout service extensions for the Eclipse UI. |
de.cau.cs.kieler.klay.force.properties | This package contains classes defining layout properties for KLay Force. |
de.cau.cs.kieler.klay.layered.properties | This package contains classes defining layout properties for KLay Layered. |
Uses of Property in de.cau.cs.kieler.keg.diagram.custom.random |
---|
Fields in de.cau.cs.kieler.keg.diagram.custom.random declared as Property | |
---|---|
static Property<Boolean> |
RandomGraphGenerator.CYCLES
the option for allowing cycles. |
static Property<RandomGraphGenerator.EdgeDetermination> |
RandomGraphGenerator.EDGE_DETERMINATION
the option for specifying how to determine edges. |
static Property<Float> |
RandomGraphGenerator.EDGE_DIRECTED_CHANCE
the option for the chance of generating a directed edge. |
static Property<RandomGraphGenerator.GraphType> |
RandomGraphGenerator.GRAPH_TYPE
the option for the graph type. |
static Property<Float> |
RandomGraphGenerator.HIERARCHY_CHANCE
the option for the chance of creating a compound node. |
static Property<Float> |
RandomGraphGenerator.HIERARCHY_NODES_FACTOR
the option for the factor to calculate the number of nodes in a compound node. |
static Property<Float> |
RandomGraphGenerator.HYPERNODE_CHANCE
the option for the chance of creating a hypernode. |
static Property<Integer> |
RandomGraphGenerator.MAX_DEGREE
the option for the maximum degree ('0' meaning unlimited). |
static Property<Integer> |
RandomGraphGenerator.MAX_HIERARCHY_LEVEL
the option for the maximum hierarchy level. |
static Property<Integer> |
RandomGraphGenerator.MAX_OUTGOING_EDGES
the option for the maximum number of outgoing edges. |
static Property<Integer> |
RandomGraphGenerator.MAX_WIDTH
the option for the maximum tree width ('0' meaning unlimited). |
static Property<Integer> |
RandomGraphGenerator.MIN_OUTGOING_EDGES
the option for the minimum number of outgoing edges. |
static Property<Boolean> |
RandomGraphGenerator.MULTI_EDGES
the option for allowing multi-edges. |
static Property<Integer> |
RandomGraphGenerator.NUMBER_OF_EDGES
the option for the number of edges. |
static Property<Integer> |
RandomGraphGenerator.NUMBER_OF_NODES
the option for the number of nodes. |
static Property<Boolean> |
RandomGraphGenerator.PLANAR
the option for planarity. |
static Property<Boolean> |
RandomGraphGenerator.PORTS
the option for using ports to connect nodes. |
static Property<Boolean> |
RandomGraphGenerator.SELF_LOOPS
the option for allowing self-loops. |
Uses of Property in de.cau.cs.kieler.keg.importer |
---|
Subclasses of Property in de.cau.cs.kieler.keg.importer | |
---|---|
class |
ImporterOption<T>
An importer option providing a description in addition to the Property functionality. |
Uses of Property in de.cau.cs.kieler.kiml.export |
---|
Subclasses of Property in de.cau.cs.kieler.kiml.export | |
---|---|
class |
ExporterOption<T>
An exporter option providing a description in addition to the Property functionality. |
Uses of Property in de.cau.cs.kieler.kiml.ui.service |
---|
Fields in de.cau.cs.kieler.kiml.ui.service declared as Property | |
---|---|
static Property<Boolean> |
LayoutOptionManager.USE_ECLIPSE_LAYOUT_CONFIG
the option for the usage of the Eclipse layout config. |
Uses of Property in de.cau.cs.kieler.klay.force.properties |
---|
Fields in de.cau.cs.kieler.klay.force.properties declared as Property | |
---|---|
static Property<Float> |
Properties.ASPECT_RATIO
the aspect ratio for packing connected components. |
static Property<Integer> |
Properties.EDGE_REP
edge repulsive power property. |
static Property<ForceModelStrategy> |
Properties.FORCE_MODEL
force model property. |
static Property<Integer> |
Properties.ITERATIONS
iterations property. |
static Property<Float> |
Properties.LABEL_SPACING
label spacing property. |
static Property<Integer> |
Properties.PRIORITY
priority of nodes or edges. |
static Property<Float> |
Properties.REPULSION
repulsion factor property. |
static Property<Float> |
Properties.SPACING
minimal spacing between objects. |
static Property<Float> |
Properties.TEMPERATURE
temperature property. |
Uses of Property in de.cau.cs.kieler.klay.layered.properties |
---|
Fields in de.cau.cs.kieler.klay.layered.properties declared as Property | |
---|---|
static Property<Float> |
Properties.ASPECT_RATIO
the aspect ratio for packing connected components. |
static Property<Float> |
Properties.BORDER_SPACING
spacing to the border of the drawing. |
static Property<Float> |
Properties.EDGE_SPACING_FACTOR
factor for minimal spacing between edges. |
static Property<Float> |
Properties.OBJ_SPACING
minimal spacing between objects. |
static Property<Integer> |
Properties.PRIORITY
priority of elements. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |