Class GtkEngine
- java.lang.Object
-
- com.l2fprod.gui.plaf.skin.impl.gtk.GtkEngine
-
public final class GtkEngine extends java.lang.Object
- Version:
- $Revision: 1.3 $, $Date: 2003/12/06 21:48:36 $
- Author:
- $Author: l2fprod $
-
-
Constructor Summary
Constructors Constructor Description GtkEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addImage(GtkImage image)
Adds a feature to the Image attribute of the GtkEngine objectGtkImage
findImage(java.lang.Object[] keys, java.lang.Object[] values)
Description of the MethodGtkImage
findImage(java.lang.Object[] keys, java.lang.Object[] values, boolean exactMatch)
Description of the Methodjava.util.Vector
getImages()
Gets the Images attribute of the GtkEngine object
-
-
-
Field Detail
-
style
public GtkStyle style
Description of the Field
-
-
Method Detail
-
getImages
public java.util.Vector getImages()
Gets the Images attribute of the GtkEngine object- Returns:
- The Images value
-
addImage
public void addImage(GtkImage image)
Adds a feature to the Image attribute of the GtkEngine object- Parameters:
image
- The feature to be added to the Image attribute
-
findImage
public GtkImage findImage(java.lang.Object[] keys, java.lang.Object[] values)
Description of the Method- Parameters:
keys
- Description of Parametervalues
- Description of Parameter- Returns:
- Description of the Returned Value
-
findImage
public GtkImage findImage(java.lang.Object[] keys, java.lang.Object[] values, boolean exactMatch)
Description of the Method- Parameters:
keys
- Description of Parametervalues
- Description of ParameterexactMatch
- Description of Parameter- Returns:
- Description of the Returned Value
-
-