public interface IClippingStrategy
Modifier and Type | Method and Description |
---|---|
Rectangle[] |
getClip(IFigure childFigure)
Specifies the clipping region for the given child figure.
|
Rectangle[] getClip(IFigure childFigure)
childFigure
- The child figure, which clipping region has to be returned.null
.Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.