PIbd-21_KozyrevSS_GasolineT.../IWheelDraw.java

8 lines
179 B
Java
Raw Normal View History

import java.awt.*;
public interface IWheelDraw {
void DrawWheels(int _startPosX, int _startPosY, Color bodyColor, Graphics2D g2d);
void setWheelCount(int wheelCount);
}