public interface IStitchRoundRectanglePublisher {
void put(float x, float y, float width, float height, float roundness, Color color);
void putGradient(float x, float y, float width, float height, float roundness, boolean vertical, Color firstColor, Color secondColor);
}