|
Eclipse Draw2d 3.3 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IClippingStrategy | |
|---|---|
| org.eclipse.draw2d | Primary package containing general interfaces and implementation classes. |
| Uses of IClippingStrategy in org.eclipse.draw2d |
|---|
| Classes in org.eclipse.draw2d that implement IClippingStrategy | |
|---|---|
class |
ViewportAwareConnectionLayerClippingStrategy
Clipping strategy for connection layer, which takes into account nested view ports and truncates those parts of connections which reach outside and are thus not visible. |
| Methods in org.eclipse.draw2d that return IClippingStrategy | |
|---|---|
IClippingStrategy |
IFigure.getClippingStrategy()
Returns the IClippingStrategy used by this figure to clip its children |
IClippingStrategy |
Figure.getClippingStrategy()
Returns the IClippingStrategy used by this figure to clip its children |
| Methods in org.eclipse.draw2d with parameters of type IClippingStrategy | |
|---|---|
void |
IFigure.setClippingStrategy(IClippingStrategy clippingStrategy)
Registers a clipping strategy to specify how clipping is performed for child figures. |
void |
Figure.setClippingStrategy(IClippingStrategy clippingStrategy)
Registers a clipping strategy to specify how clipping is performed for child figures. |
|
Eclipse Draw2d 3.3 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||