com.partnersoft.maps.model
Interface Style

All Known Implementing Classes:
ImageStyle, PointStyle, PolygonStyle, PolylineStyle, TextStyle

public interface Style


Method Summary
 java.lang.String getName()
          Name of style.
 javax.swing.Icon getThumbnailIcon(MapSet mapset)
          Icon used as a thumbnail in GUIs.
 

Method Detail

getName

java.lang.String getName()
Name of style.

Returns:
name

getThumbnailIcon

javax.swing.Icon getThumbnailIcon(MapSet mapset)
Icon used as a thumbnail in GUIs.

Parameters:
mapset - - The mapset containing this style and any decorator styles.
Returns:
small icon for display in GUIs