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

/openjdk7/jaxp/src/org/w3c/dom/css/
H A DRect.java45 * The <code>Rect</code> interface is used to represent any rect value. This
52 public interface Rect { interface
H A DCSSPrimitiveValue.java300 * This method is used to get the Rect value. If this CSS value doesn't
303 * using the <code>Rect</code> interface.
304 * @return The Rect value.
306 * INVALID_ACCESS_ERR: Raised if the CSS value doesn't contain a Rect
309 public Rect getRectValue()
/openjdk7/jdk/test/java/awt/Graphics2D/RenderClipTest/
H A DRenderClipTest.java88 ((ar = Rect.tryparse(str)) != null) ||
200 testOps.add(new Rect());
323 new Rect(),
1120 public static class Rect extends AnnotatedShapeOp { class in class:RenderClipTest
1121 public static Rect tryparse(String str) {
1123 if (!str.startsWith("Rect(")) {
1152 Rect r = new Rect();
1170 return ("Rect("+

Completed in 43 milliseconds