public class OMIconFactory
extends java.lang.Object
Constructor and Description |
---|
OMIconFactory() |
Modifier and Type | Method and Description |
---|---|
static javax.swing.ImageIcon |
createImageIcon(int width,
int height)
Create an ImageIcon that is a certain pixel height and width.
|
static javax.swing.ImageIcon |
createImageIcon(int width,
int height,
int imageType)
Create an ImageIcon that is a certain pixel height and width, with a
specified image type (ARGB, RGB, etc).
|
static javax.swing.ImageIcon |
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 |
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 |
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 |
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.
|
public static javax.swing.ImageIcon createImageIcon(int width, int height)
public static javax.swing.ImageIcon createImageIcon(int width, int height, int imageType)
public static javax.swing.ImageIcon getIcon(int width, int height, IconPart geometry)
public static javax.swing.ImageIcon getIcon(int width, int height, IconPart geometry, DrawingAttributes appDA)
public static javax.swing.ImageIcon getIcon(int width, int height, IconPart geometry, DrawingAttributes appDA, java.awt.geom.AffineTransform af)
public static javax.swing.ImageIcon getIcon(int width, int height, IconPart geometry, DrawingAttributes appDA, double rot)
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details