org.geotools.styling
Class ExternalGraphicImpl

Object
  extended by ExternalGraphicImpl
All Implemented Interfaces:
Cloneable, Symbol, ExternalGraphic, GraphicalSymbol

public class ExternalGraphicImpl
extends Object
implements ExternalGraphic, Symbol, Cloneable

DOCUMENT ME!

Author:
Ian Turton, CCG
Module:
modules/library/main (gt-main.jar)

Field Summary
 
Fields inherited from interface ExternalGraphic
EXTERNAL_GRAPHICS_EMPTY
 
Fields inherited from interface Symbol
SYMBOLS_EMPTY
 
Constructor Summary
ExternalGraphicImpl()
           
ExternalGraphicImpl(Icon icon, Collection<ColorReplacement> replaces, OnLineResource source)
           
 
Method Summary
 void accept(StyleVisitor visitor)
           
 Object accept(StyleVisitor visitor, Object data)
           
 Object clone()
          Returns a clone of the ExternalGraphic
 Set<ColorReplacement> colorReplacements()
           
 boolean equals(Object oth)
          Compares this ExternalGraphi with another.
 Collection<ColorReplacement> getColorReplacements()
           
 Map<String,Object> getCustomProperties()
           
 String getFormat()
          Provides the format of the external graphic.
 Icon getInlineContent()
           
 URL getLocation()
          Provides the URL for where the external graphic resource can be located.
 OnLineResource getOnlineResource()
           
 int hashCode()
          Generates a hashcode for the ExternalGraphic
 void setCustomProperties(Map<String,Object> list)
           
 void setFormat(String format)
          Setter for property Format.
 void setInlineContent(Icon inlineContent)
           
 void setLocation(URL location)
          Setter for property location.
 void setOnlineResource(OnLineResource online)
           
 void setURI(String uri)
          Deprecated. 
 
Methods inherited from class Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalGraphicImpl

public ExternalGraphicImpl()

ExternalGraphicImpl

public ExternalGraphicImpl(Icon icon,
                           Collection<ColorReplacement> replaces,
                           OnLineResource source)
Method Detail

setURI

@Deprecated
public void setURI(String uri)
Deprecated. 


getFormat

public String getFormat()
Provides the format of the external graphic.

Specified by:
getFormat in interface ExternalGraphic
Returns:
The format of the external graphic. Reported as its MIME type in a String object.

getLocation

public URL getLocation()
                throws MalformedURLException
Provides the URL for where the external graphic resource can be located.

Returns:
The URL of the ExternalGraphic
Throws:
MalformedURLException - If unable to represent external graphic as a URL

setFormat

public void setFormat(String format)
Setter for property Format.

Parameters:
format - New value of property Format.

setLocation

public void setLocation(URL location)
Setter for property location.

Parameters:
location - New value of property location.

accept

public Object accept(StyleVisitor visitor,
                     Object data)
Specified by:
accept in interface ExternalGraphic

accept

public void accept(StyleVisitor visitor)
Specified by:
accept in interface Symbol

clone

public Object clone()
Returns a clone of the ExternalGraphic

Overrides:
clone in class Object
See Also:
org.geotools.styling.ExternalGraphic#clone()

hashCode

public int hashCode()
Generates a hashcode for the ExternalGraphic

Overrides:
hashCode in class Object
Returns:
The hash code.

equals

public boolean equals(Object oth)
Compares this ExternalGraphi with another.

Two external graphics are equal if they have the same uri and format.

Overrides:
equals in class Object
Parameters:
oth - The other External graphic.
Returns:
True if this and the other external graphic are equal.

getCustomProperties

public Map<String,Object> getCustomProperties()

setCustomProperties

public void setCustomProperties(Map<String,Object> list)

getOnlineResource

public OnLineResource getOnlineResource()
Specified by:
getOnlineResource in interface ExternalGraphic

setOnlineResource

public void setOnlineResource(OnLineResource online)

getInlineContent

public Icon getInlineContent()
Specified by:
getInlineContent in interface ExternalGraphic

setInlineContent

public void setInlineContent(Icon inlineContent)

getColorReplacements

public Collection<ColorReplacement> getColorReplacements()
Specified by:
getColorReplacements in interface ExternalGraphic

colorReplacements

public Set<ColorReplacement> colorReplacements()


Copyright © 1996-2009 Geotools. All Rights Reserved.