6 #ifndef OPERATIONAL_STRATEGY_COMPOSITOR_INTERFACE_H_
7 #define OPERATIONAL_STRATEGY_COMPOSITOR_INTERFACE_H_
18 virtual int Compose(
float natural[],
float stretch[],
float shrink[],
int componentCount,
int lineWidth,
int breaks[]) = 0;
virtual int Compose(float natural[], float stretch[], float shrink[], int componentCount, int lineWidth, int breaks[])=0
Definition: compositor_interface.h:13
Definition: application.cc:10
virtual ~CompositorInterface()
Definition: compositor_interface.h:16