org.gnu.gnome
Class DruidPageEdge

java.lang.Object
  |
  +--org.gnu.glib.GObject
        |
        +--org.gnu.gtk.GtkObject
              |
              +--org.gnu.gtk.Widget
                    |
                    +--org.gnu.gtk.Container
                          |
                          +--org.gnu.gtk.Bin
                                |
                                +--org.gnu.gnome.DruidPage
                                      |
                                      +--org.gnu.gnome.DruidPageEdge

public class DruidPageEdge
extends DruidPage

A widget holding information about the overall look of the currently displayed DruidPage.


Constructor Summary
DruidPageEdge(EdgePosition position)
          Construct a new DruidPageEdge object
DruidPageEdge(EdgePosition position, boolean antialiased, java.lang.String title, java.lang.String text, Pixbuf logo, Pixbuf watermark, Pixbuf topWatermark)
          Construct a new DruidPageEdge object
 
Method Summary
static Type getType()
          Retrieve the runtime type used by the GLib library.
 void setBackgroundColor(Color color)
          Set the background color for the page.
 void setLogo(Pixbuf logo)
          Set the logo for the page.
 void setLogoBackgroundColor(Color color)
          Set the background color for the logo.
 void setText(java.lang.String text)
          Set the text to be displayed
 void setTextboxColor(Color color)
          Set the color for the textbox.
 void setTextColor(Color color)
          Set the text color.
 void setTitle(java.lang.String title)
          Set the title to be displayed.
 void setTitleColor(Color color)
          Set the title color.
 void setTopWatermark(Pixbuf watermark)
          Set the top watermark for the page.
 void setWatermark(Pixbuf watermark)
          Set the watermark for the page.
 
Methods inherited from class org.gnu.gnome.DruidPage
addListener, addListener, getEventListenerClass, getEventType, removeListener, removeListener
 
Methods inherited from class org.gnu.gtk.Bin
getChild
 
Methods inherited from class org.gnu.gtk.Container
add, addListener, getBorderWidth, getResizeMode, remove, removeListener, resizeChildren, setBorderWidth, setResizeMode
 
Methods inherited from class org.gnu.gtk.Widget
activate, addListener, addListener, addListener, addListener, addListener, addListener, createContext, createLayout, destroy, draw, drawArea, drawArea, getAccessible, getColormap, getContext, getModifierStyle, getName, getParent, getParentWindow, getPointer, getSensitive, getStyle, getToplevel, grabDefault, grabFocus, hasFocus, hide, hideAll, intersect, isAncestor, makeWidget, modifyStyle, popColormap, pushColormap, realize, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, reparent, setBackgroundColor, setBaseColor, setColormap, setDoubleBuffered, setDragDestination, setDragSource, setFont, setForegroundColor, setMinimumSize, setName, setNoDragDestination, setNoDragSource, setSensitive, setTextColor, shapeCombineMask, show, showAll
 
Methods inherited from class org.gnu.glib.GObject
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, equals, getData, getHandle, removeEventHandler, setData
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DruidPageEdge

public DruidPageEdge(EdgePosition position)
Construct a new DruidPageEdge object


DruidPageEdge

public DruidPageEdge(EdgePosition position,
                     boolean antialiased,
                     java.lang.String title,
                     java.lang.String text,
                     Pixbuf logo,
                     Pixbuf watermark,
                     Pixbuf topWatermark)
Construct a new DruidPageEdge object

Method Detail

setBackgroundColor

public void setBackgroundColor(Color color)
Set the background color for the page.


setTextboxColor

public void setTextboxColor(Color color)
Set the color for the textbox.


setLogoBackgroundColor

public void setLogoBackgroundColor(Color color)
Set the background color for the logo.


setTitleColor

public void setTitleColor(Color color)
Set the title color.


setTextColor

public void setTextColor(Color color)
Set the text color.


setText

public void setText(java.lang.String text)
Set the text to be displayed


setTitle

public void setTitle(java.lang.String title)
Set the title to be displayed.


setLogo

public void setLogo(Pixbuf logo)
Set the logo for the page.


setWatermark

public void setWatermark(Pixbuf watermark)
Set the watermark for the page.


setTopWatermark

public void setTopWatermark(Pixbuf watermark)
Set the top watermark for the page.


getType

public static Type getType()
Retrieve the runtime type used by the GLib library.


Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net