Class GtkImage
java.lang.Object
com.l2fprod.gui.plaf.skin.impl.gtk.GtkProps
com.l2fprod.gui.plaf.skin.impl.gtk.GtkImage
- All Implemented Interfaces:
TreeNode
- Version:
- $Revision: 1.2 $, $Date: 2003/12/06 21:48:36 $
- Author:
- $Author: l2fprod $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren()
Description of the Methodboolean
Gets the AllowsChildren attribute of the GtkImage objectgetChildAt
(int childIndex) Gets the ChildAt attribute of the GtkImage objectint
Gets the ChildCount attribute of the GtkImage objectGets the Filename attribute of the GtkImage objectGets the Image attribute of the GtkImage objectGets the Image attribute of the GtkImage objectint
Gets the Index attribute of the GtkImage objectgetOverlayImage
(URL skinDirectory) Gets the OverlayImage attribute of the GtkImage objectGets the Parent attribute of the GtkImage objectgetPreview
(int w, int h) Gets the Preview attribute of the GtkImage objectboolean
isLeaf()
Gets the Leaf attribute of the GtkImage objectvoid
setPreview
(Image image) Sets the Preview attribute of the GtkImage objecttoString()
Description of the MethodMethods inherited from class com.l2fprod.gui.plaf.skin.impl.gtk.GtkProps
getKeys, getProperties, getProperty, setProperty
-
Constructor Details
-
GtkImage
public GtkImage()
-
-
Method Details
-
setPreview
Sets the Preview attribute of the GtkImage object- Parameters:
image
- The new Preview value
-
getPreview
Gets the Preview attribute of the GtkImage object- Parameters:
w
- Description of Parameterh
- Description of Parameter- Returns:
- The Preview value
- Throws:
Exception
- Description of Exception
-
getFilename
Gets the Filename attribute of the GtkImage object- Returns:
- The Filename value
-
getImage
Gets the Image attribute of the GtkImage object- Parameters:
skinDirectory
- Description of Parameter- Returns:
- The Image value
- Throws:
Exception
- Description of Exception
-
getOverlayImage
Gets the OverlayImage attribute of the GtkImage object- Parameters:
skinDirectory
- Description of Parameter- Returns:
- The OverlayImage value
- Throws:
Exception
- Description of Exception
-
getImage
Gets the Image attribute of the GtkImage object- Parameters:
skinDirectory
- Description of Parameterprop
- Description of Parameter- Returns:
- The Image value
- Throws:
Exception
- Description of Exception
-
getAllowsChildren
public boolean getAllowsChildren()Gets the AllowsChildren attribute of the GtkImage object- Specified by:
getAllowsChildren
in interfaceTreeNode
- Returns:
- The AllowsChildren value
-
getChildAt
Gets the ChildAt attribute of the GtkImage object- Specified by:
getChildAt
in interfaceTreeNode
- Parameters:
childIndex
- Description of Parameter- Returns:
- The ChildAt value
-
getChildCount
public int getChildCount()Gets the ChildCount attribute of the GtkImage object- Specified by:
getChildCount
in interfaceTreeNode
- Returns:
- The ChildCount value
-
getIndex
Gets the Index attribute of the GtkImage object -
getParent
Gets the Parent attribute of the GtkImage object -
isLeaf
public boolean isLeaf()Gets the Leaf attribute of the GtkImage object -
children
Description of the Method -
toString
Description of the Method
-