cytoscape.visual.customgraphic
Class CustomGraphicsPropertyImpl<T>
java.lang.Object
cytoscape.visual.customgraphic.CustomGraphicsPropertyImpl<T>
- All Implemented Interfaces:
- CustomGraphicsProperty<T>
public class CustomGraphicsPropertyImpl<T>
- extends Object
- implements CustomGraphicsProperty<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomGraphicsPropertyImpl
public CustomGraphicsPropertyImpl(T defaultValue)
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>
Copyright 2010 Cytoscape Consortium. All rights reserved.