org.biojava.dasobert.das
Class DAS_StylesheetRetrieve
java.lang.Object
org.biojava.dasobert.das.DAS_StylesheetRetrieve
public class DAS_StylesheetRetrieve
- extends Object
this stores the stylesheet config for a DAS source.
- Author:
- Andreas Prlic
|
Method Summary |
Map[] |
get3DStyle()
|
Map[] |
retrieve(URL dasStylesheetRequest)
retrieve a StyleSheet from a URL
The style sheet is represented as a Map[],
where each Map contains the description of how to draw a features of a particular type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DAS_StylesheetRetrieve
public DAS_StylesheetRetrieve()
retrieve
public Map[] retrieve(URL dasStylesheetRequest)
- retrieve a StyleSheet from a URL
The style sheet is represented as a Map[],
where each Map contains the description of how to draw a features of a particular type.
- Parameters:
dasStylesheetRequest - url to get stylesheet from
- Returns:
- Map[] containing the stylesheet
get3DStyle
public Map[] get3DStyle()
Copyright © 2012 BioJava. All Rights Reserved.