public class VgLayerDescriptor extends VgReferenced
Constructor and Description |
---|
VgLayerDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
VgLayoutDescriptor |
getMLayoutDescriptor()
The descriptor of the layer's spatial layout
|
java.lang.String |
getMName()
The layer's name.
|
void |
setMLayoutDescriptor(VgLayoutDescriptor value)
The descriptor of the layer's spatial layout
|
void |
setMName(java.lang.String value)
The layer's name.
|
getNbReferences, ref, unref
public void delete()
delete
in class VgReferenced
public void setMName(java.lang.String value)
public java.lang.String getMName()
public void setMLayoutDescriptor(VgLayoutDescriptor value)
public VgLayoutDescriptor getMLayoutDescriptor()