org.gnu.gnome
Class DruidPageEdge
public class DruidPageEdge
A widget holding information about the overall look of the currently
displayed DruidPage.
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.
|
addListener , addListener , getEventListenerClass , getEventType , getType , pageBack , pageCancel , pageFinish , pageNext , pagePrepare , removeListener , removeListener |
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
getType
public static Type getType()
Retrieve the runtime type used by the GLib library.
- 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.