Cytoscape 2.8.0 API

cytoscape.visual.customgraphic
Interface Layer

All Known Implementing Classes:
DLayer

public interface Layer

Wrapper for actual implementations of layers. In current version, it's always CustomGraphic

Author:
kono

Method Summary
 Object getLayerObject()
           
 int getZorder()
          Each layer has immutable Z-Order value for rendering.
 

Method Detail

getZorder

int getZorder()
Each layer has immutable Z-Order value for rendering. This method returens the value as int.

Returns:

getLayerObject

Object getLayerObject()

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.