org.gnu.gnome

Class 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, String title, 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(String text)
Set the text to be displayed
void
setTextColor(Color color)
Set the text color.
void
setTextboxColor(Color color)
Set the color for the textbox.
void
setTitle(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, getType, pageBack, pageCancel, pageFinish, pageNext, pagePrepare, removeListener, removeListener

Constructor Details

DruidPageEdge

public DruidPageEdge(EdgePosition position)
Construct a new DruidPageEdge object

DruidPageEdge

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

Method Details

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.
Overrides:
getType in interface DruidPage

setBackgroundColor

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

setLogo

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

setLogoBackgroundColor

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

setText

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

setTextColor

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

setTextboxColor

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

setTitle

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

setTitleColor

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

setTopWatermark

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

setWatermark

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