dip.world.variant.data
Class MapGraphic

java.lang.Object
  extended bydip.world.variant.data.MapGraphic

public class MapGraphic
extends java.lang.Object


Constructor Summary
MapGraphic(java.lang.String uri, boolean isDefault, java.lang.String name, java.lang.String description, java.lang.String thumbURI, java.lang.String prefSPName)
          Constructs a MapGraphic object.
 
Method Summary
 java.lang.String getDescription()
          The description of this map.
 java.lang.String getName()
          The name of this map.
 java.lang.String getPreferredSymbolPackName()
          The Preferred SymbolPack name, or null if none.
 java.net.URI getThumbnailURI()
          The URI for the thumbnail graphic of this map.
 java.net.URI getURI()
          The URI for a map SVG file.
 boolean isDefault()
          Whether this is the default graphic to use.
 java.lang.String toString()
          For debugging only!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapGraphic

public MapGraphic(java.lang.String uri,
                  boolean isDefault,
                  java.lang.String name,
                  java.lang.String description,
                  java.lang.String thumbURI,
                  java.lang.String prefSPName)
Constructs a MapGraphic object.

If the preferred Symbol Pack Name (prefSPName) is an empty string, it will be converted to a null String.

Method Detail

getURI

public java.net.URI getURI()
The URI for a map SVG file.


isDefault

public boolean isDefault()
Whether this is the default graphic to use.


getName

public java.lang.String getName()
The name of this map.

Should not be null.


getDescription

public java.lang.String getDescription()
The description of this map.

May return null.


getThumbnailURI

public java.net.URI getThumbnailURI()
The URI for the thumbnail graphic of this map.


getPreferredSymbolPackName

public java.lang.String getPreferredSymbolPackName()
The Preferred SymbolPack name, or null if none.


toString

public java.lang.String toString()
For debugging only!



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.