org.gnu.gnome

Class DruidPageEdge

public class DruidPageEdge extends DruidPage

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may have an equivalent in java-gnome 4.0; have a look for org.gnome.gnome.DruidPageEdge.

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)

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Construct a new DruidPageEdge object

DruidPageEdge

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

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Construct a new DruidPageEdge object

Method Detail

getType

public static Type getType()

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Retrieve the runtime type used by the GLib library.

setBackgroundColor

public void setBackgroundColor(Color color)

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Set the background color for the page.

setLogo

public void setLogo(Pixbuf logo)

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Set the logo for the page.

setLogoBackgroundColor

public void setLogoBackgroundColor(Color color)

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Set the background color for the logo.

setText

public void setText(String text)

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Set the text to be displayed

setTextboxColor

public void setTextboxColor(Color color)

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Set the color for the textbox.

setTextColor

public void setTextColor(Color color)

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Set the text color.

setTitle

public void setTitle(String title)

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Set the title to be displayed.

setTitleColor

public void setTitleColor(Color color)

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Set the title color.

setTopWatermark

public void setTopWatermark(Pixbuf watermark)

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Set the top watermark for the page.

setWatermark

public void setWatermark(Pixbuf watermark)

Deprecated: Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.

Set the watermark for the page.