org.gnu.gnome
public class DruidPageEdge extends 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 | setTextboxColor(Color color)
Set the color for the textbox. |
| void | setTextColor(Color color)
Set the text color. |
| 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. |