public final class GtkEngine
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
GtkStyle |
style
Description of the Field
|
Constructor and Description |
---|
GtkEngine() |
Modifier and Type | Method and Description |
---|---|
void |
addImage(GtkImage image)
Adds a feature to the Image attribute of the GtkEngine object
|
GtkImage |
findImage(java.lang.Object[] keys,
java.lang.Object[] values)
Description of the Method
|
GtkImage |
findImage(java.lang.Object[] keys,
java.lang.Object[] values,
boolean exactMatch)
Description of the Method
|
java.util.Vector |
getImages()
Gets the Images attribute of the GtkEngine object
|
public GtkStyle style
public java.util.Vector getImages()
public void addImage(GtkImage image)
image
- The feature to be added to the Image attributepublic GtkImage findImage(java.lang.Object[] keys, java.lang.Object[] values)
keys
- Description of Parametervalues
- Description of Parameterpublic GtkImage findImage(java.lang.Object[] keys, java.lang.Object[] values, boolean exactMatch)
keys
- Description of Parametervalues
- Description of ParameterexactMatch
- Description of Parameter