Mesh replaces Polygon
[org.ibex.core.git] / src / org / ibex / graphics / Surface.java
index f891b29..5be6c43 100644 (file)
@@ -380,11 +380,11 @@ public abstract class Surface implements Callable {
         public void drawGlyph(Font.Glyph source, int dx, int dy, int cx1, int cy1, int cx2, int cy2, int argb, int bc) {
         }
         */
-        public void stroke(Polygon p, int color) {
+        public void stroke(Mesh p, int color) {
             // FIXME
         }
         
-        public void fill(Polygon p, Paint paint) {
+        public void fill(Mesh p, Paint paint) {
             // FIXME
         }