Class Container

java.lang.Object
org.eclipse.draw2d.Figure
org.eclipse.draw2d.Container
All Implemented Interfaces:
IFigure

public class Container extends Figure
Lightweight Container which just draws the children according to the given layout. This Container does not maintain any graphics state and delegates that to its children. This can save memory and increase drawing performance for larger graphs with deep nested figures. A Container can not have any border and does not draw any background. This class is currently in development its API may change: @noreference, @noextend and @noinstantiate
Since:
3.16