org.utgenome.gwt.utgb.client.track.impl
Class TrackConfigChangeImpl
java.lang.Object
org.utgenome.gwt.utgb.client.track.impl.TrackConfigChangeImpl
- All Implemented Interfaces:
- TrackConfigChange
public class TrackConfigChangeImpl
- extends Object
- implements TrackConfigChange
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrackConfigChangeImpl
public TrackConfigChangeImpl(TrackConfig config,
String changedParam)
contains
public boolean contains(String configParameterName)
- Specified by:
contains
in interface TrackConfigChange
containsOneOf
public boolean containsOneOf(String[] configParameterName)
- Specified by:
containsOneOf
in interface TrackConfigChange
getValue
public String getValue(String configParamName)
- Specified by:
getValue
in interface TrackConfigChange
getIntValue
public int getIntValue(String configParamName)
- Specified by:
getIntValue
in interface TrackConfigChange
getFloatValue
public float getFloatValue(String configParamName)
- Specified by:
getFloatValue
in interface TrackConfigChange
getBoolValue
public boolean getBoolValue(String configParamName)
- Specified by:
getBoolValue
in interface TrackConfigChange
getChangedParamSet
public HashSet<String> getChangedParamSet()
- Specified by:
getChangedParamSet
in interface TrackConfigChange
Copyright © 2007-2012 utgenome.org. All Rights Reserved.