Uses of Interface
org.deegree.graphics.sld.ExternalGraphic

Packages that use ExternalGraphic
org.deegree_impl.graphics.sld   
 

Uses of ExternalGraphic in org.deegree_impl.graphics.sld
 

Classes in org.deegree_impl.graphics.sld that implement ExternalGraphic
 class ExternalGraphic_Impl
          The ExternalGraphic element allows a reference to be made to an external graphic file with a Web URL.
 

Methods in org.deegree_impl.graphics.sld that return ExternalGraphic
static ExternalGraphic StyleFactory.createExternalGraphic(java.lang.String uri, java.lang.String format)
          wrapper for stylefactory method
static ExternalGraphic StyleFactory.createExternalGraphic(java.net.URL url, java.lang.String format)
          wrapper for stylefactory method
private static ExternalGraphic SLDFactory.createExternalGraphic(org.w3c.dom.Element element)
          Creates an ExternalGraphic-instance according to the contents of the DOM-subtree starting at the given 'ExternalGraphic'-Element.
 

Methods in org.deegree_impl.graphics.sld with parameters of type ExternalGraphic
static Graphic StyleFactory.createGraphic(ExternalGraphic externalGraphic, Mark mark, double opacity, double size, double rotation)
          creates a graphic object