Uses of Class
dip.gui.map.MapException

Packages that use MapException
dip.gui.map   
 

Uses of MapException in dip.gui.map
 

Constructors in dip.gui.map that throw MapException
MapRenderer2(MapPanel mp)
          Default Constructor JSVGCanvas and SVGDocument of MapPanel must not be null
MapMetadata(MapPanel mp, SymbolPack sp, boolean supressPlacementErrors)
          Create a MapMetadata Object, by parsing the SVG placement id group metadata If supressPlacementErrors are suppressed, using the appropriate boolean flag, only valid parsed placement data will be used.
MapMetadata.SymbolSize(java.lang.String w, java.lang.String h, float scale, org.w3c.dom.Element element)
          Create a SymbolSize element Throws an exception if the value cannot be parsed, contains a "%" sign (cannot be relative), or, the units (if present) are different between the width and height attributes (e.g., "px" and "cm").
DefaultMapRenderer2(MapPanel mp, SymbolPack sp)
          Creates a DefaultMapRenderer object
 



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