Usages of ShapeConstraint
Properties
shapeConstraint | in InteractiveOrganicLayout | Gets or sets an shapeConstraint which restricts the area for the layout result of this algorithm. | |
shapeConstraint | in OrganicLayout | Gets or sets the shape constraint for the result of the layout algorithm. |
Fields
NONE | in ShapeConstraint | This ShapeConstraint does not restrict the output by any means. |
Method Return Values
createAspectRatioConstraint (number) | in ShapeConstraint | Creates a ShapeConstraint that confines the layout result to a rectangular area which roughly complies with the given aspect ratio. | |
createCircularConstraint (number, number, number) | in ShapeConstraint | Creates a ShapeConstraint that confines the layout result to a circle. | |
createEllipticalConstraint (number, number, number, number) | in ShapeConstraint | Creates a ShapeConstraint that confines the layout result to an elliptical area. | |
createRectangularConstraint (number, number, number, number) | in ShapeConstraint | Creates a ShapeConstraint that confines the layout to a rectangular area. |
Method Parameters
InteractiveOrganicLayout () | in InteractiveOrganicLayout | Creates a new instance of the InteractiveOrganicLayout with default settings. | |
OrganicLayout () | in OrganicLayout | Creates a new OrganicLayout instance with default settings. |