Cytoscape 2.8.0 API

cytoscape.visual.customgraphic
Class URLImageCustomGraphicsParser

java.lang.Object
  extended by cytoscape.visual.customgraphic.URLImageCustomGraphicsParser
All Implemented Interfaces:
CyCustomGraphicsParser

public class URLImageCustomGraphicsParser
extends Object
implements CyCustomGraphicsParser

Create instance of URLImageCustomGraphics object from String.

Author:
kono

Constructor Summary
URLImageCustomGraphicsParser()
           
 
Method Summary
 CyCustomGraphics getInstance(String entryStr)
          Generate Custom Graphics object from a string.
 Class<? extends CyCustomGraphics> getTargetClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLImageCustomGraphicsParser

public URLImageCustomGraphicsParser()
Method Detail

getInstance

public CyCustomGraphics getInstance(String entryStr)
Generate Custom Graphics object from a string.

There are two types of valid string:

Specified by:
getInstance in interface CyCustomGraphicsParser

getTargetClass

public Class<? extends CyCustomGraphics> getTargetClass()
Specified by:
getTargetClass in interface CyCustomGraphicsParser

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.