Cytoscape 2.8.0 API

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
clone, equals, finalize, 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>

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.