BasicProxy constructor
BasicProxy(
- Shape shape
A basic implementation of proxies.
shape
the shape of the proxy
Implementation
BasicProxy(Shape shape):super(shape);
A basic implementation of proxies.
shape
the shape of the proxy
BasicProxy(Shape shape):super(shape);