CompositeControlDrawer

public class CompositeControlDrawer implements ControlDrawer

A ControlDrawer that uses other drawers to draw.

Types

Link copied to clipboard
public interface BeforeDraw

Interface for call before each draw.

Properties

Link copied to clipboard

The interface to call before each draw.

Link copied to clipboard
private final List<ControlDrawer> drawers

The control drawers to use.

Functions

Link copied to clipboard
public Unit draw(Canvas canvas, Control control)

Draw the control representation.

Link copied to clipboard

The interface to call before each draw.

Link copied to clipboard

The control drawers to use.