cytoscape.visual.customgraphic.impl
Class DLayer
java.lang.Object
cytoscape.visual.customgraphic.impl.DLayer
- All Implemented Interfaces:
- Layer
public class DLayer
- extends Object
- implements Layer
|
Constructor Summary |
DLayer(cytoscape.render.stateful.CustomGraphic layer,
int zOrder)
|
DLayer
public DLayer(cytoscape.render.stateful.CustomGraphic layer,
int zOrder)
getZorder
public int getZorder()
- Description copied from interface:
Layer
- Each layer has immutable Z-Order value for rendering.
This method returens the value as int.
- Specified by:
getZorder in interface Layer
- Returns:
getLayerObject
public Object getLayerObject()
- Specified by:
getLayerObject in interface Layer