Lines Matching defs:Shapes
41 Shapes shapes = (Shapes) proxy;42 shapes.circle(3);43 shapes.rectangle(10, 20);44 shapes.blob();55 shapes.upChuck();61 shapes.upCheck();88 Class proxyClass = Proxy.getProxyClass(Shapes.class.getClassLoader(),116 interface Shapes {127 interface Quads extends Shapes {