package cnp.ew.displayer;
import java.awt.*;

public interface CpValueDisplayable extends CpDisplayable, CpValueInRange
{
}

