modules/graphics/src/main/java/com/sun/prism/impl/BaseGraphics.java

Print this page

        

*** 325,337 **** public void clear() { clear(Color.TRANSPARENT); } - public abstract void fillTriangles(VertexBuffer tris, int numVerts, - float bx, float by, float bw, float bh); - protected abstract void renderShape(Shape shape, BasicStroke stroke, float bx, float by, float bw, float bh); public void fill(Shape shape) { float bx = 0f, by = 0f, bw = 0f, bh = 0f; --- 325,334 ----