com.l2fprod.gui.plaf.skin.impl.gtk
Class GtkEngine

java.lang.Object
  extended by 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 $

Field Summary
 GtkStyle style
          Description of the Field
 
Constructor Summary
GtkEngine()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

style

public GtkStyle style
Description of the Field

Constructor Detail

GtkEngine

public GtkEngine()
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 Parameter
values - 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 Parameter
values - Description of Parameter
exactMatch - Description of Parameter
Returns:
Description of the Returned Value