|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.charts.vector.display.DNCBasicSkinHelper
public class DNCBasicSkinHelper
Constructor Summary | |
---|---|
DNCBasicSkinHelper()
|
Method Summary | |
---|---|
java.util.List<? extends GeoFeatureType> |
convertGeoFeatureType(java.util.List<java.lang.String> featureTypeList)
Given a list of strings from a skin xml file that specify feature types, this method will return a parallel list of feature types specified by the list of strings. |
GeoFeatureType |
convertGeoFeatureType(java.lang.String type)
Given a string from a skin xml file describing a feature type from a skin xml file, this method will return the feature type the string is describing. |
ContentHandler<DNCObject> |
createAnnotationPainterSpec(AnnotationPainterSpec annotationSpec)
Returns a ContentHandler |
Skin<DNCObject> |
createDefaultHardCodedSkin()
Returns a simple, default, hardcoded skin for the given chart type |
Skin<DNCObject> |
createDefaultHardCodedSkin(ColorPalette colorPalette)
Returns a simple, default, hardcoded skin with the givne color palette for the given chart type |
StreamToGeoObjectConverter<DNCObject> |
createGeoObjectLoader()
Returns a StreamToGeoObjectConverter capable of reading objects of type V out of a given DataInputStream. |
java.lang.String |
geoName()
Returns a String describing the chart type, "ENC", "DNC", etc |
javax.xml.validation.Schema |
getXsdSchema()
Returns the skin schema, or null if no validation needs to be performed |
boolean |
isBestBoundaryType(DNCObject dnc)
Returns true if the given feature's vertices make up the coverage of the map |
boolean |
isSecondBestBoundaryType(DNCObject dnc)
Returns true if the given feature's vertices should make up the coverage of the map |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DNCBasicSkinHelper()
Method Detail |
---|
public javax.xml.validation.Schema getXsdSchema() throws org.xml.sax.SAXException
BasicSkinHelper
getXsdSchema
in interface BasicSkinHelper<DNCObject>
org.xml.sax.SAXException
public Skin<DNCObject> createDefaultHardCodedSkin()
BasicSkinHelper
createDefaultHardCodedSkin
in interface BasicSkinHelper<DNCObject>
public Skin<DNCObject> createDefaultHardCodedSkin(ColorPalette colorPalette)
BasicSkinHelper
createDefaultHardCodedSkin
in interface BasicSkinHelper<DNCObject>
public ContentHandler<DNCObject> createAnnotationPainterSpec(AnnotationPainterSpec annotationSpec)
BasicSkinHelper
createAnnotationPainterSpec
in interface BasicSkinHelper<DNCObject>
public boolean isBestBoundaryType(DNCObject dnc)
BasicSkinHelper
isBestBoundaryType
in interface BasicSkinHelper<DNCObject>
public boolean isSecondBestBoundaryType(DNCObject dnc)
BasicSkinHelper
isSecondBestBoundaryType
in interface BasicSkinHelper<DNCObject>
public StreamToGeoObjectConverter<DNCObject> createGeoObjectLoader()
BasicSkinHelper
createGeoObjectLoader
in interface BasicSkinHelper<DNCObject>
public GeoFeatureType convertGeoFeatureType(java.lang.String type)
BasicSkinHelper
convertGeoFeatureType
in interface BasicSkinHelper<DNCObject>
type
- string describing a feature type from a skin xml file
public java.util.List<? extends GeoFeatureType> convertGeoFeatureType(java.util.List<java.lang.String> featureTypeList)
BasicSkinHelper
convertGeoFeatureType
in interface BasicSkinHelper<DNCObject>
public java.lang.String geoName()
BasicSkinHelper
geoName
in interface BasicSkinHelper<DNCObject>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |