| Modifier and Type | Field and Description |
|---|---|
static String |
ADD
An add bullet.
|
static String |
APPLICATION
The icon for the application.
|
static String |
ARCHIVE
The icon for the archive.
|
static String |
CONSOLE
A console.
|
static String |
CONTROL_PAUSE
The icon for the control pause.
|
static String |
CONTROL_START
The icon for the control start.
|
static String |
CONTROL_STOP
The icon for the control stop.
|
static String |
CONTROL_TERM
The icon for the control term.
|
static String |
CONVERGENCE
The icon for the convergence plot.
|
static String |
DELETE
A delete bullet.
|
static String |
DISK
A disk.
|
static String |
FOLDER
The icon for the control term.
|
static String |
FOLDER_ADD
The icon for the control term.
|
static String |
HELP
The icon for the tutorial.
|
static String |
LOADING
A delete bullet.
|
static String |
OPERATOR
The icon for the operator.
|
static String |
OPT4J
The Opt4J logo.
|
static String |
OPTIMIZER
The icon for the optimizer.
|
static String |
PARETO
The icon for the pareto contentPanel.
|
static String |
PLAY
The icon for the play button.
|
static String |
POPULATION
The icon for the population.
|
static String |
PROBLEM
The icon for the problem.
|
static String |
PUZZLE_BLUE
The icon for the blue puzzle.
|
static String |
PUZZLE_GREEN
The icon for the green puzzle.
|
static String |
SELECTOR
The icon for the selector.
|
static String |
SFOLDER
The icon for the control term.
|
static String |
TEXT
A text sheet.
|
static String |
XML
The icon for the xml.
|
static String |
XMLTAG
The icon for the xml.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageIcon |
getDefault()
Returns a transparent 16x16px
ImageIcon. |
static ImageIcon |
getIcon(String filename)
Returns an
ImageIcon from a filename. |
static URL |
getURL(String filename)
Returns the
URL of a file. |
static ImageIcon |
merge(ImageIcon... icons)
|
public static final String XMLTAG
public static final String XML
public static final String OPTIMIZER
public static final String PROBLEM
public static final String ARCHIVE
public static final String POPULATION
public static final String PARETO
public static final String CONVERGENCE
public static final String PLAY
public static final String OPERATOR
public static final String APPLICATION
public static final String PUZZLE_GREEN
public static final String PUZZLE_BLUE
public static final String SELECTOR
public static final String HELP
public static final String CONTROL_START
public static final String CONTROL_STOP
public static final String CONTROL_PAUSE
public static final String CONTROL_TERM
public static final String FOLDER
public static final String FOLDER_ADD
public static final String SFOLDER
public static final String DISK
public static final String CONSOLE
public static final String OPT4J
public static final String ADD
public static final String DELETE
public static final String LOADING
public static final String TEXT
public Icons()
Icons.public static URL getURL(String filename)
URL of a file.filename - the filenamepublic static ImageIcon getIcon(String filename)
ImageIcon from a filename.filename - the filenamepublic static ImageIcon getDefault()
ImageIcon.ImageIcon