- PADDING_PERCENT - Static variable in class org.eclipse.gef4.layout.algorithms.AlgorithmHelper
-
This percent of a node's maximum size is reserved for the node, the rest
is used as padding, i.e.
- parent - Variable in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
The parent of this node.
- parentChanged(TreeLayoutObserver.TreeNode, TreeLayoutObserver.TreeNode) - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeListener
-
Called when a node changes its parent.
- pcs - Variable in class org.eclipse.gef4.layout.AbstractLayoutContext
-
Support object for the (un-)registration of
PropertyChangeListener
s and firing of events.
- performAnotherNonContinuousIteration() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Performs one iteration based on time.
- performNIteration(int) - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Performs the given number of iterations.
- performOneIteration() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Performs one single iteration.
- placeRandomly() - Method in class org.eclipse.gef4.layout.algorithms.SpringLayoutAlgorithm
-
Puts vertices in random places, all between (0,0) and (1,1).
- precomputeTree() - Method in class org.eclipse.gef4.layout.algorithms.TreeLayoutObserver.TreeNode
-
Performs a DFS on the tree structure and calculates all parameters of
its nodes.
- PRUNABLE_PROPERTY - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Stores the prunable state of this NodeLayout.
- prune(ISubgraphLayout) - Method in interface org.eclipse.gef4.layout.INodeLayout
-
Assigns this NodeLayout to the given SubgraphLayout.
- PRUNING_ENABLED_PROPERTY - Static variable in class org.eclipse.gef4.layout.LayoutProperties
-
Indicates whether an algorithm is allowed to prune nodes to subgraphs.
- pruningEnablementChanged(ILayoutContext) - Method in interface org.eclipse.gef4.layout.listeners.IContextListener
-
This method is called whenever graph pruning is enabled or disabled in a
layout context.
- pruningEnablementChanged(ILayoutContext) - Method in class org.eclipse.gef4.layout.listeners.IContextListener.Stub
-
- pss - Variable in class org.eclipse.gef4.layout.AbstractLayoutContext
-
Support object for reading/writing general properties.