Cytoscape 2.8.0 API

cytoscape.render.stateful
Interface PaintFactory

All Known Implementing Classes:
ColorPaintFactory, GradientPaintFactory, TexturePaintFactory

public interface PaintFactory

Factory for creating paint object for a rectangulaer bounds.

Author:
kono

Method Summary
 Paint getPaint(Rectangle2D bound)
          Create a new Paint object bounded by the given rectangular region.
 

Method Detail

getPaint

Paint getPaint(Rectangle2D bound)
Create a new Paint object bounded by the given rectangular region.

Parameters:
bound -
Returns:

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.