Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected javax.swing.JButton |
EmbeddedNavPanel.makeButton(IconPart iconPart,
DrawingAttributes da,
int size,
double ddRot,
java.lang.String tooltip,
java.awt.event.ActionListener ac) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected IconPart |
IconPartCollectionEntry.part |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IconPart> |
IconPartList.parts |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<IconPart> |
IconPartList.getList() |
java.util.Iterator<IconPart> |
IconPartList.iterator() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
IconPartCollectionEntry(java.lang.String name,
java.lang.String description,
IconPart part) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details