Package | Description |
---|---|
org.eclipse.draw2d |
Primary package containing general interfaces and implementation classes.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.