Home | History | Annotate | Download | only in src

Lines Matching defs:shapes

42         Shapes shapes = (Shapes) proxy;
43 shapes.circle(3);
44 shapes.rectangle(10, 20);
45 shapes.blob();
58 shapes.upChuck();
64 shapes.upCheck();
101 Class proxyClass = Proxy.getProxyClass(Shapes.class.getClassLoader(),
129 interface Shapes {
140 interface Quads extends Shapes {