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

Packages that use IconPart
com.bbn.openmap.gui This package contains the main OpenMap Swing GUI components. 
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.gui
 

Methods in com.bbn.openmap.gui with parameters of type IconPart
protected  javax.swing.JButton EmbeddedNavPanel.makeButton(IconPart iconPart, DrawingAttributes da, int size, double ddRot, java.lang.String tooltip, java.awt.event.ActionListener ac)
           
 

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
           
 

Fields in com.bbn.openmap.tools.icon with type parameters of type IconPart
protected  java.util.List<IconPart> IconPartList.parts
           
 

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

Methods in com.bbn.openmap.tools.icon that return types with arguments of type IconPart
protected  java.util.List<IconPart> IconPartList.getList()
           
 java.util.Iterator<IconPart> IconPartList.iterator()
           
 

Methods in com.bbn.openmap.tools.icon with parameters of type IconPart
 void IconPartList.add(IconPart part)
          First in drawn on bottom.
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.
static javax.swing.ImageIcon OMIconFactory.getIcon(int width, int height, IconPart geometry, DrawingAttributes appDA, java.awt.geom.AffineTransform af)
          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, double rot)
          Create an ImageIcon that is a certain pixel height and width created with a certain IconPart geometry.
 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