Cytoscape 2.8.0-alpha1 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.visual.customgraphic
Class CustomGraphicsPropertyImpl<T>

java.lang.Object
  extended by cytoscape.visual.customgraphic.CustomGraphicsPropertyImpl<T>
All Implemented Interfaces:
CustomGraphicsProperty<T>

public class CustomGraphicsPropertyImpl<T>
extends Object
implements CustomGraphicsProperty<T>


Constructor Summary
CustomGraphicsPropertyImpl(T defaultValue)
           
 
Method Summary
 T getDefaultValue()
           
 T getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomGraphicsPropertyImpl

public CustomGraphicsPropertyImpl(T defaultValue)
Method Detail

getDefaultValue

public T getDefaultValue()
Specified by:
getDefaultValue in interface CustomGraphicsProperty<T>

getValue

public T getValue()
Specified by:
getValue in interface CustomGraphicsProperty<T>

setValue

public void setValue(Object value)
Specified by:
setValue in interface CustomGraphicsProperty<T>

www.cytoscape.org