public class Layer
extends java.lang.Object
Layers| Constructor and Description | 
|---|
| Layer(java.lang.String name)Create a new  Layerinstance with the specified name. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| int | hashCode() | 
| java.lang.String | toString() | 
public Layer(java.lang.String name)
Layer instance with the specified name.name - the name of the layer.