Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.view.presentation.customgraphics.CustomGraphicLayer

Packages that use CustomGraphicLayer
org.cytoscape.view.presentation.customgraphics This package provides an API for augmenting a RenderingEngines node rendering with custom graphics. 
 

Uses of CustomGraphicLayer in org.cytoscape.view.presentation.customgraphics
 

Classes in org.cytoscape.view.presentation.customgraphics with type parameters of type CustomGraphicLayer
 interface CyCustomGraphics<T extends CustomGraphicLayer>
          Base interface for all Custom Graphics.
 interface CyCustomGraphicsFactory<T extends CustomGraphicLayer>
          This interface provides the factory to create CyCustomGraphics objects.
 

Subinterfaces of CustomGraphicLayer in org.cytoscape.view.presentation.customgraphics
 interface ImageCustomGraphicLayer
          This interface defines a CustomGraphicLayer that paints an image on a node.
 interface PaintedShape
          This interface defines a the information required to construct a Shape that has an arbitrary fill Paint and Stroke.
 

Methods in org.cytoscape.view.presentation.customgraphics that return CustomGraphicLayer
 CustomGraphicLayer CustomGraphicLayer.transform(AffineTransform xform)
          Return a new CustomGraphicLayer that has been transformed by the provided AffineTransform.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.