org.geotools.styling
Class ImageOutlineImpl

java.lang.Object
  extended byorg.geotools.event.AbstractGTComponent
      extended byorg.geotools.styling.ImageOutlineImpl
All Implemented Interfaces:
GTComponent, ImageOutline

public class ImageOutlineImpl
extends AbstractGTComponent
implements ImageOutline


Field Summary
 
Fields inherited from class org.geotools.event.AbstractGTComponent
notification
 
Constructor Summary
ImageOutlineImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Symbolizer getSymbolizer()
          Returns the symbolizer of the image outline.
 int hashCode()
           
 void setSymbolizer(Symbolizer symbolizer)
          Sets the symbolizer of the image outline.
 
Methods inherited from class org.geotools.event.AbstractGTComponent
changed, clone, fireChanged, fireChildChanged, getNote, getParent, removed, setNote
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.geotools.event.GTComponent
changed, getNote, getParent, removed, setNote
 

Constructor Detail

ImageOutlineImpl

public ImageOutlineImpl()
Method Detail

getSymbolizer

public Symbolizer getSymbolizer()
Description copied from interface: ImageOutline
Returns the symbolizer of the image outline.

Specified by:
getSymbolizer in interface ImageOutline
Returns:
One of PolygonSymbolizer,LineSymbolizer.

setSymbolizer

public void setSymbolizer(Symbolizer symbolizer)
Description copied from interface: ImageOutline
Sets the symbolizer of the image outline.

Specified by:
setSymbolizer in interface ImageOutline
Parameters:
symbolizer - The new symbolizer, one of PolygonSymbolizer,LineSymbolizer.

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


Copyright © GeoTools. All Rights Reserved.