|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metsci.glimpse.charts.vector.display.ENCBasicSkinHelper
public class ENCBasicSkinHelper
Constructor Summary | |
---|---|
ENCBasicSkinHelper()
|
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<ENCObject> |
createAnnotationPainterSpec(AnnotationPainterSpec annotationSpec)
Returns a ContentHandler |
Skin<ENCObject> |
createDefaultHardCodedSkin()
Returns a simple, default, hardcoded skin for the given chart type |
Skin<ENCObject> |
createDefaultHardCodedSkin(ColorPalette colorPalette)
Returns a simple, default, hardcoded skin with the givne color palette for the given chart type |
StreamToGeoObjectConverter<ENCObject> |
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(ENCObject enc)
Returns true if the given feature's vertices make up the coverage of the map |
boolean |
isSecondBestBoundaryType(ENCObject enc)
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 ENCBasicSkinHelper()
Method Detail |
---|
public javax.xml.validation.Schema getXsdSchema() throws org.xml.sax.SAXException
BasicSkinHelper
getXsdSchema
in interface BasicSkinHelper<ENCObject>
org.xml.sax.SAXException
public Skin<ENCObject> createDefaultHardCodedSkin()
BasicSkinHelper
createDefaultHardCodedSkin
in interface BasicSkinHelper<ENCObject>
public Skin<ENCObject> createDefaultHardCodedSkin(ColorPalette colorPalette)
BasicSkinHelper
createDefaultHardCodedSkin
in interface BasicSkinHelper<ENCObject>
public ContentHandler<ENCObject> createAnnotationPainterSpec(AnnotationPainterSpec annotationSpec)
BasicSkinHelper
createAnnotationPainterSpec
in interface BasicSkinHelper<ENCObject>
public boolean isBestBoundaryType(ENCObject enc)
BasicSkinHelper
isBestBoundaryType
in interface BasicSkinHelper<ENCObject>
public boolean isSecondBestBoundaryType(ENCObject enc)
BasicSkinHelper
isSecondBestBoundaryType
in interface BasicSkinHelper<ENCObject>
public StreamToGeoObjectConverter<ENCObject> createGeoObjectLoader()
BasicSkinHelper
createGeoObjectLoader
in interface BasicSkinHelper<ENCObject>
public GeoFeatureType convertGeoFeatureType(java.lang.String type)
BasicSkinHelper
convertGeoFeatureType
in interface BasicSkinHelper<ENCObject>
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<ENCObject>
public java.lang.String geoName()
BasicSkinHelper
geoName
in interface BasicSkinHelper<ENCObject>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |