An interface used by implementations that provide various size constraints for INodes.
Inheritance Hierarchy
Remarks
See Also
Developer's Guide
API
- NodeSizeConstraintProvider
Demos
- Shows how resizing of nodes can be restricted.
Members
No filters for this type
Methods
Returns the maximum size allowed for the node whose lookup returned this provider.
Returns the maximum size allowed for the node whose lookup returned this provider.
abstract
Return Value
See Also
Developer's Guide
Implemented in
NodeSizeConstraintProvider.getMaximumSizeReturns the minimum area that needs to be enclosed by the node whose lookup returned this provider.
Returns the minimum area that needs to be enclosed by the node whose lookup returned this provider.
abstract
Return Value
See Also
Developer's Guide
Implemented in
NodeSizeConstraintProvider.getMinimumEnclosedAreaReturns the minimum size allowed for the node whose lookup returned this provider.
Returns the minimum size allowed for the node whose lookup returned this provider.
abstract
Return Value
See Also
Developer's Guide