Searched refs:addStrokeShape (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java514 addStrokeShape(new Line2D.Float(x1, y1, x2, y2));
592 addStrokeShape(new RoundRectangle2D.Float(x, y, width, height, arcWidth, arcHeight));
640 addStrokeShape(new Rectangle2D.Float(x, y, width, height));
696 addStrokeShape(new Rectangle2D.Float(x, y, width, height));
1359 addStrokeShape(s);
1811 private void addStrokeShape(Shape s) { method in class:PeekGraphics

Completed in 25 milliseconds