Cytoscape 2.8.0 API

cytoscape.visual.customgraphic.impl
Class DLayer

java.lang.Object
  extended by cytoscape.visual.customgraphic.impl.DLayer
All Implemented Interfaces:
Layer

public class DLayer
extends Object
implements Layer


Constructor Summary
DLayer(CustomGraphic layer, int zOrder)
           
 
Method Summary
 Object getLayerObject()
           
 int getZorder()
          Each layer has immutable Z-Order value for rendering.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLayer

public DLayer(CustomGraphic layer,
              int zOrder)
Method Detail

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

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.