Uses of Interface
com.bbn.openmap.tools.icon.IconPart

Packages that use IconPart
com.bbn.openmap.tools.icon The icon package is intended to provide the capability to create or fetch icons. 
 

Uses of IconPart in com.bbn.openmap.tools.icon
 

Classes in com.bbn.openmap.tools.icon that implement IconPart
 class BasicAppIconPart
          A BasicAppIconPart is a BasicIconPart that can be interested in a set of DrawingAttributes on the fly.
 class BasicIconPart
          The BasicIconPart is an implementation of the IconPart.
 class IconPartList
          An IconPartList is a group of IconParts that can be rendered together.
 

Fields in com.bbn.openmap.tools.icon declared as IconPart
protected  IconPart IconPartCollectionEntry.part
           
 

Methods in com.bbn.openmap.tools.icon that return IconPart
 IconPart IconPartCollectionEntry.getIconPart()
           
 IconPart IconPartCollection.get(java.lang.String name, DrawingAttributes da)
          Get an icon part for the given name set with the given rendering attributes.
 IconPart IconPartCollection.get(java.lang.String name)
          Get an icon part for the given name.
 IconPart IconPartCollection.compose(java.util.List list)
          Create an IconPart from the list of entry names.
 IconPart IconPartCollection.getIconPart()
           
 

Methods in com.bbn.openmap.tools.icon with parameters of type IconPart
static javax.swing.ImageIcon OMIconFactory.getIcon(int width, int height, IconPart geometry)
          Create an ImageIcon that is a certain pixel height and width created with a certain IconPart geometry.
static javax.swing.ImageIcon OMIconFactory.getIcon(int width, int height, IconPart geometry, DrawingAttributes appDA)
          Create an ImageIcon that is a certain pixel height and width created with a certain IconPart geometry.
 void IconPartList.add(IconPart part)
          First in drawn on bottom.
 boolean IconPartList.remove(IconPart part)
           
 void IconPartCollectionEntry.setIconPart(IconPart part)
           
 void IconPartCollection.setIconPart(IconPart part)
           
 

Constructors in com.bbn.openmap.tools.icon with parameters of type IconPart
IconPartCollectionEntry(java.lang.String name, java.lang.String description, IconPart part)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details