Class DirectedGraphLayoutAlgorithm.Zest1
java.lang.Object
org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
org.eclipse.zest.layouts.algorithms.DirectedGraphLayoutAlgorithm.Zest1
- All Implemented Interfaces:
LayoutAlgorithm,LayoutAlgorithm.Zest1,Stoppable
- Enclosing class:
DirectedGraphLayoutAlgorithm
@Deprecated(since="2.0",
forRemoval=true)
public static class DirectedGraphLayoutAlgorithm.Zest1
extends AbstractLayoutAlgorithm.Zest1
Deprecated, for removal: This API element is subject to removal in a future version.
Collection of Zest 1.x methods. Used for backwards compatibility.
- Since:
- 2.0
- @noextend
- This class is not intended to be subclassed by clients.
- @noreference
- This class is not intended to be referenced by clients.
- @noinstantiate
- This class is not intended to be instantiated by clients.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.zest.layouts.LayoutAlgorithm
LayoutAlgorithm.Zest1 -
Field Summary
Fields inherited from class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
comparator, filter, internalAsynchronous, internalContinuous, layout_styles, layoutStopped, MIN_ENTITY_SIZE, resizeEntitiesAfterLayout -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyLayoutInternal(InternalNode[] entitiesToLayout, InternalRelationship[] relationshipsToConsider, double boundsX, double boundsY, double boundsWidth, double boundsHeight) Deprecated.protected intDeprecated.protected intDeprecated.protected booleanisValidConfiguration(boolean asynchronous, boolean continuous) Deprecated.protected voidpostLayoutAlgorithm(InternalNode[] entitiesToLayout, InternalRelationship[] relationshipsToConsider) Deprecated.protected voidpreLayoutAlgorithm(InternalNode[] entitiesToLayout, InternalRelationship[] relationshipsToConsider, double x, double y, double width, double height) Deprecated.voidsetLayoutArea(double x, double y, double width, double height) Deprecated.Methods inherited from class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
addEntity, addProgressListener, addRelationship, applyLayout, applyLayout, defaultFitWithinBounds, defaultFitWithinBounds, fireProgressEnded, fireProgressEvent, fireProgressStarted, fireProgressUpdated, getEntityAspectRatio, getLayoutBounds, getLocalLocation, getNumberOfProgressListeners, getStyle, isRunning, removeEntity, removeProgressListener, removeRelationship, removeRelationships, removeRelationships, setComparator, setEntityAspectRatio, setFilter, setLayoutContext, setStyle, stop, updateBendPoints, updateEntities, updateLayoutLocations, updateRelationships, verifyInput
-
Constructor Details
-
Zest1
Deprecated.
-
-
Method Details
-
applyLayoutInternal
@Deprecated protected void applyLayoutInternal(InternalNode[] entitiesToLayout, InternalRelationship[] relationshipsToConsider, double boundsX, double boundsY, double boundsWidth, double boundsHeight) Deprecated.Description copied from class:AbstractLayoutAlgorithm.Zest1Apply the layout to the given entities. The entities will be moved and resized based on the algorithm.- Specified by:
applyLayoutInternalin classAbstractLayoutAlgorithm.Zest1- Parameters:
entitiesToLayout- Apply the algorithm to these entitiesrelationshipsToConsider- Only consider these relationships when applying the algorithm.boundsX- The left side of the bounds in which the layout can place the entities.boundsY- The top side of the bounds in which the layout can place the entities.boundsWidth- The width of the bounds in which the layout can place the entities.boundsHeight- The height of the bounds in which the layout can place the entities.
-
getCurrentLayoutStep
Deprecated.Description copied from class:AbstractLayoutAlgorithm.Zest1Gets the current layout step- Specified by:
getCurrentLayoutStepin classAbstractLayoutAlgorithm.Zest1
-
getTotalNumberOfLayoutSteps
Deprecated.Description copied from class:AbstractLayoutAlgorithm.Zest1Gets the total number of steps in this layout- Specified by:
getTotalNumberOfLayoutStepsin classAbstractLayoutAlgorithm.Zest1
-
isValidConfiguration
Deprecated.Description copied from class:AbstractLayoutAlgorithm.Zest1Determines if the configuration is valid for this layout- Specified by:
isValidConfigurationin classAbstractLayoutAlgorithm.Zest1- Parameters:
asynchronous-continuous-
-
postLayoutAlgorithm
@Deprecated protected void postLayoutAlgorithm(InternalNode[] entitiesToLayout, InternalRelationship[] relationshipsToConsider) Deprecated.Description copied from class:AbstractLayoutAlgorithm.Zest1Code called after the layout algorithm ends- Specified by:
postLayoutAlgorithmin classAbstractLayoutAlgorithm.Zest1
-
preLayoutAlgorithm
@Deprecated protected void preLayoutAlgorithm(InternalNode[] entitiesToLayout, InternalRelationship[] relationshipsToConsider, double x, double y, double width, double height) Deprecated.Description copied from class:AbstractLayoutAlgorithm.Zest1Code called before the layout algorithm starts- Specified by:
preLayoutAlgorithmin classAbstractLayoutAlgorithm.Zest1
-
setLayoutArea
Deprecated.- Specified by:
setLayoutAreain classAbstractLayoutAlgorithm.Zest1
-
DirectedGraphLayoutAlgorithminstead. This class will be removed in a future release.