BasicProxy constructor

BasicProxy(
  1. Shape shape
)

A basic implementation of proxies.

shape the shape of the proxy

Implementation

BasicProxy(Shape shape):super(shape);