|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectDas1Source
org.biojava.spice.das.SpiceDasSource
Manages all data about a DAS source that SPICE requires
| Field Summary | |
static String |
DEFAULT_CAPABILITY
|
static String |
DEFAULT_NICKNAME
|
String |
displayType
|
boolean |
unlimitedFeatures
|
| Constructor Summary | |
SpiceDasSource()
|
|
| Method Summary | |
static SpiceDasSource |
fromDasSource(DasSource ds)
convert DasSource to SpiceDasSource |
Map[] |
get3DStylesheet()
get the stylesheet containing the instructions how to paint in 3D. |
String |
getDisplayType()
|
boolean |
getRegistered()
|
boolean |
getStatus()
|
Map[] |
getStylesheet()
returns the Stylesheet that is provided by a DAS source. |
boolean |
hasUnlimitedFeatures()
|
void |
loadStylesheet()
|
void |
setDisplayType(String displayType)
|
void |
setRegistered(boolean flag)
|
void |
setStatus(boolean flag)
a flag if this das source is active or |
void |
setUnlimitedFeatures(boolean unlimitedFeatures)
|
String |
toString()
|
XMLWriter |
toXML(XMLWriter xw)
convert to XML. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static String DEFAULT_NICKNAME
public static String DEFAULT_CAPABILITY
public String displayType
public boolean unlimitedFeatures
| Constructor Detail |
public SpiceDasSource()
| Method Detail |
public boolean hasUnlimitedFeatures()
public void setUnlimitedFeatures(boolean unlimitedFeatures)
public String getDisplayType()
public void setDisplayType(String displayType)
public void loadStylesheet()
public Map[] getStylesheet()
public Map[] get3DStylesheet()
public void setStatus(boolean flag)
flag - public boolean getStatus()
public void setRegistered(boolean flag)
public boolean getRegistered()
public static SpiceDasSource fromDasSource(DasSource ds)
ds - a DasSource to be converted
public String toString()
public XMLWriter toXML(XMLWriter xw)
throws IOException
xw - an XMLWriter to write to
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||