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 TypegetType()
Retrieve the runtime type used by the GLib library.
voidsetBackgroundColor(Color color)
Set the background color for the page.
voidsetLogo(Pixbuf logo)
Set the logo for the page.
voidsetLogoBackgroundColor(Color color)
Set the background color for the logo.
voidsetText(String text)
Set the text to be displayed
voidsetTextboxColor(Color color)
Set the color for the textbox.
voidsetTextColor(Color color)
Set the text color.
voidsetTitle(String title)
Set the title to be displayed.
voidsetTitleColor(Color color)
Set the title color.
voidsetTopWatermark(Pixbuf watermark)
Set the top watermark for the page.
voidsetWatermark(Pixbuf watermark)
Set the watermark for the page.

Constructor Detail

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 Detail

getType

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

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

setTextboxColor

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

setTextColor

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

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.