| |
|
| java.lang.Object org.geotools.event.AbstractGTComponent org.geotools.styling.ExternalGraphicImpl
equals | public boolean equals(Object oth)(Code) | | Compares this ExternalGraphi with another.
Two external graphics are equal if they have the same uri and format.
Parameters: oth - The other External graphic. True if this and the other external graphic are equal. |
getFormat | public String getFormat()(Code) | | Provides the format of the external graphic.
The format of the external graphic. Reported as its MIME typein a String object. |
hashCode | public int hashCode()(Code) | | Generates a hashcode for the ExternalGraphic
The hash code. |
setFormat | public void setFormat(java.lang.String format)(Code) | | Setter for property Format.
Parameters: format - New value of property Format. |
setLocation | public void setLocation(java.net.URL location)(Code) | | Setter for property location.
Parameters: location - New value of property location. |
|
|
|