Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

M

margin - Variable in class ilog.views.graphlayout.bus.IlvBusLayout

Sets the horizontal offset between the left/right border of the bus level and the left/right border of the layout region.
margin - Variable in class ilog.views.sdm.renderer.graphlayout.IlvSwimLanesRenderer

Sets the width of the margin remaining around the objects of a swimlane.
margin - Variable in class ilog.views.sdm.renderer.IlvLaneRenderer

Sets the margin between the objects inside the lane and the bounds of the lane.
marginOnBus - Variable in class ilog.views.graphlayout.bus.IlvBusLayout

Sets the horizontal offset between the first/last node on a given level and the left/right margin of the level.
maxAllowedMovePerIteration - Variable in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout

Sets the maximum authorized node move at each iteration of the layout algorithm.
maxBacktrack - Variable in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout

Sets the maximum number of backtrack steps to find a route for a long link.
maxChildrenAngle - Variable in class ilog.views.graphlayout.tree.IlvTreeLayout

Sets the maximum angle for children that are placed in radial mode.
maxDistFromPath - Variable in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingPointLabelDescriptor

Sets the maximum distance from the location on the path.
maxDistFromPath - Variable in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingPolylineLabelDescriptor

Sets the maximum distance from the location on the path.
maximumClusterSize - Variable in class ilog.views.graphlayout.circular.IlvCircularLayout

Sets the maximum number of nodes to form a cluster.
maximumNumberOfIterationsToReachMaxClusterSize - Variable in class ilog.views.graphlayout.circular.IlvCircularLayout

Sets the number of iterations to achieve the maximum cluster size.
maxInterLevelApertureAngle - Variable in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout

Sets the maximum aperture angle of the links incident to a node.
maxNumberOfFailIterations - Variable in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingLabelLayout

Sets the maximum number of iterations that doesn't improve the layout quality before the layout algorithm stops.
maxNumberOfNodesPerLevel - Variable in class ilog.views.graphlayout.bus.IlvBusLayout

Sets the maximum number of nodes per level.
maxNumberOfNodesPerRowOrColumn - Variable in class ilog.views.graphlayout.grid.IlvGridLayout

Sets the maximum number of nodes per row or per column.
maxNumberOfPermutations - Variable in class ilog.views.graphlayout.circular.IlvCircularLayout

Sets the maximum number of permutations tested for a cluster of more than 7 nodes.
maxPercentageFromStart - Variable in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingPolylineLabelDescriptor

Sets the percentage relative to the length of the polyline that defines the end point of the area of the polyline that should be used for the label.
maxPercentageOfElapsedTimeForRefinement - Variable in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout

Sets the maximum percentage of the time already elapsed that should be spent on the final refinement step when the layout mode is #FAST_MULTILEVEL_MODE .
maxPercentageOfTotalAllowedTimeForRefinement - Variable in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout

Sets the maximum percentage of the total allowed time that should be spent on the final refinement step when the layout mode is #FAST_MULTILEVEL_MODE .
maxRepeatForConvergence - Variable in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout

Sets the maximum number of attempts to reach convergence at each step when the layout mode is #FAST_MULTILEVEL_MODE .
maxZoom - Variable in class ilog.views.sdm.renderer.IlvHalfZoomingRenderer

Changes the maximum zoom level above which the objects stop zooming.
medianCrossingValueEnabled - Variable in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout

Sets whether the median crossing value is used during crossing reduction.
memorySavings - Variable in class ilog.views.graphlayout.springembedder.IlvSpringEmbedderLayout
Deprecated.

Sets whether the layout algorithm uses the memory saving mode.
minBusyTime - Variable in class ilog.views.graphlayout.bus.IlvBusLayout

Sets the minimal time that the layout algorithm can be busy.
minBusyTime - Variable in class ilog.views.graphlayout.circular.IlvCircularLayout

Sets the minimal time that the layout algorithm can be busy.
minBusyTime - Variable in class ilog.views.graphlayout.grid.IlvGridLayout

Sets the minimal time that the layout algorithm can be busy.
minBusyTime - Variable in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout

Sets the minimal time that the layout algorithm can be busy.
minBusyTime - Variable in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingLabelLayout

Sets the minimal time the layout algorithm can be busy between two calls of layoutStepPerformed when the method callLayoutStepPerformedIfNeeded is used.
minBusyTime - Variable in class ilog.views.graphlayout.link.IlvLinkLayout

Sets the minimal time that the layout algorithm can be busy.
minBusyTime - Variable in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout

Sets the minimal time that the layout algorithm can be busy.
minBusyTime - Variable in class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayout

Sets the minimal time that the layout algorithm can be busy.
minBusyTime - Variable in class ilog.views.graphlayout.random.IlvRandomLayout

Sets the minimal time that the layout algorithm can be busy.
minBusyTime - Variable in class ilog.views.graphlayout.springembedder.IlvSpringEmbedderLayout
Deprecated.

Sets the minimal time that the layout algorithm can be busy.
minBusyTime - Variable in class ilog.views.graphlayout.topologicalmesh.IlvTopologicalMeshLayout

Sets the minimal time that the layout algorithm can be busy.
minBusyTime - Variable in class ilog.views.graphlayout.tree.IlvTreeLayout

Sets the minimal time that the layout algorithm can be busy.
minBusyTime - Variable in class ilog.views.graphlayout.uniformlengthedges.IlvUniformLengthEdgesLayout

Sets the minimal time that the layout algorithm can be busy.
minEndSegmentLength - Variable in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout

Sets the minimum length of the last segment of each link, that is, the segment that is incident to the "to" node.
minEndSegmentLength - Variable in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout

Sets the minimum length of the last segment of each link, that is, the segment incident to the "to" node.
minFinalSegmentLength - Variable in class ilog.views.graphlayout.link.IlvLinkLayout

Sets the minimum length of the first and last segments of each link.
minFinalSegmentLength - Variable in class ilog.views.graphlayout.link.shortlink.IlvShortLinkLayout

Sets the minimum length of the final (first and last) segment of the links.
minForkSegmentLength - Variable in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout

Sets the minimum length of the start or end segment of links if a fork shape is used for these links.
minImprovementPercentageToContinue - Variable in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingLabelLayout

Sets the minimum required percentage the layout needs to improve over a couple of rounds before the layout algorithm stops.
minimumClusterSize - Variable in class ilog.views.graphlayout.circular.IlvCircularLayout

Sets the minimum number of nodes to form a cluster.
minNodeCornerOffset - Variable in class ilog.views.graphlayout.link.IlvLinkLayout

Sets the minimum offset between a node corner and a link starting at this node.
minNodeCornerOffset - Variable in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout

Sets the minimum offset between a node corner and a link starting at this node.
minPercentageFromStart - Variable in class ilog.views.graphlayout.labellayout.annealing.IlvAnnealingPolylineLabelDescriptor

Sets the percentage relative to the length of the polyline that defines the start point of the area of the polyline that should be used for the label.
minStartSegmentLength - Variable in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout

Sets the minimum length of the first segment of each link, that is, the segment that is incident to the "from" node.
minStartSegmentLength - Variable in class ilog.views.graphlayout.link.longlink.IlvLongLinkLayout

Sets the minimum length of the first segment of each link, that is, the segment incident to the "from" node.
minZoom - Variable in class ilog.views.sdm.renderer.IlvHalfZoomingRenderer

Changes the minimum zoom level below which the objects are replaced by gray boxes.
mixedClusterLinkCrossingPenalty - Variable in class ilog.views.graphlayout.circular.IlvCircularLayout

Sets the penalty for crossings of intra cluster links with inter cluster links.
multiLinkOptimizationEnabled - Variable in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout

Sets whether the optimization of overlapping multiple links is enabled.
multiLinkOptimizationMaxSpread - Variable in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout

Sets the maximum spread width for the bends introduced by the optimization of overlapping multiple links.
multiLinkOptimizationOffset - Variable in class ilog.views.graphlayout.hierarchical.IlvHierarchicalLayout

Sets the minimum distance between bends introduced by the optimization of overlapping multiple links.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.