org.utgenome.gwt.utgb.client.track
Interface TrackGroupProperty

All Known Subinterfaces:
TrackGroupPropertyChange
All Known Implementing Classes:
TrackGroupPropertyImpl

public interface TrackGroupProperty

TrackGroupProperty is an interface to read property values defined in a TrackGroup

Author:
leo

Method Summary
 String getProperty(String key)
          get a property value of a given key
 String getProperty(String key, String defaultValue)
          get a property value of a given key.
 TrackWindow getTrackWindow()
           
 Set<String> keySet()
           
 void toXML(XMLWriter xmlWriter)
           
 

Method Detail

getProperty

String getProperty(String key)
get a property value of a given key

Parameters:
key -
Returns:
a property value of a given key

keySet

Set<String> keySet()
Returns:
the key set of properties

getProperty

String getProperty(String key,
                   String defaultValue)
get a property value of a given key. If the corresponding property is not found, return the default value

Parameters:
key -
defaultValue -
Returns:
the property value of the key if it exists, otherwise return the defaultValue

getTrackWindow

TrackWindow getTrackWindow()

toXML

void toXML(XMLWriter xmlWriter)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.