Class VerticalLayoutAlgorithm
java.lang.Object
org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1
org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm.Zest1
org.eclipse.zest.layouts.algorithms.VerticalLayoutAlgorithm
- All Implemented Interfaces:
- LayoutAlgorithm,- LayoutAlgorithm.Zest1,- Stoppable
@Deprecated(since="2.0",
            forRemoval=true)
public class VerticalLayoutAlgorithm
extends GridLayoutAlgorithm.Zest1
Deprecated, for removal: This API element is subject to removal in a future version.
- @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 SummaryNested classes/interfaces inherited from interface org.eclipse.zest.layouts.LayoutAlgorithmLayoutAlgorithm.Zest1
- 
Field SummaryFields inherited from class org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm.Zest1rowPaddingFields inherited from class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1comparator, filter, internalAsynchronous, internalContinuous, layout_styles, layoutStopped, MIN_ENTITY_SIZE, resizeEntitiesAfterLayout
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Veertical Layout Algorithm constructor with no styles.VerticalLayoutAlgorithm(int styles) Deprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescriptionprotected int[]calculateNumberOfRowsAndCols(int numChildren, double boundX, double boundY, double boundWidth, double boundHeight) Deprecated, for removal: This API element is subject to removal in a future version.Calculates and returns an array containing the number of columns, followed by the number of rowsprotected booleanisValidConfiguration(boolean asynchronous, boolean continueous) Deprecated, for removal: This API element is subject to removal in a future version.Determines if the configuration is valid for this layoutMethods inherited from class org.eclipse.zest.layouts.algorithms.GridLayoutAlgorithm.Zest1applyLayoutInternal, calculateNodeSize, calculateNumberOfRowsAndCols_rectangular, calculateNumberOfRowsAndCols_square, getCurrentLayoutStep, getTotalNumberOfLayoutSteps, postLayoutAlgorithm, preLayoutAlgorithm, setLayoutArea, setRowPaddingMethods inherited from class org.eclipse.zest.layouts.algorithms.AbstractLayoutAlgorithm.Zest1addEntity, 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- 
VerticalLayoutAlgorithmpublic VerticalLayoutAlgorithm()Deprecated, for removal: This API element is subject to removal in a future version.Veertical Layout Algorithm constructor with no styles.
- 
VerticalLayoutAlgorithmpublic VerticalLayoutAlgorithm(int styles) Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
calculateNumberOfRowsAndColsprotected int[] calculateNumberOfRowsAndCols(int numChildren, double boundX, double boundY, double boundWidth, double boundHeight) Deprecated, for removal: This API element is subject to removal in a future version.Calculates and returns an array containing the number of columns, followed by the number of rows- Overrides:
- calculateNumberOfRowsAndColsin class- GridLayoutAlgorithm.Zest1
 
- 
isValidConfigurationprotected boolean isValidConfiguration(boolean asynchronous, boolean continueous) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractLayoutAlgorithm.Zest1Determines if the configuration is valid for this layout- Overrides:
- isValidConfigurationin class- GridLayoutAlgorithm.Zest1
- Parameters:
- asynchronous-
- continueous-
 
 
- 
BoxLayoutAlgorithmwithSWT.VERTICALinstead.