|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Struct
org.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.Misc
org.gnu.gtk.Arrow
public class Arrow
This is a simple arrowhead widget that points up, down, left, or right.
Constructor Summary | |
---|---|
Arrow(ArrowType type,
ShadowType shadowType)
Construct a new Arrow. |
|
Arrow(org.gnu.glib.Handle handle)
Construct an Arrow from a handle to a native resource. |
Method Summary | |
---|---|
static Arrow |
getArrow(org.gnu.glib.Handle handle)
Internal static factory method to be used by Java-Gnome only. |
static Type |
getType()
Retrieve the runtime type used by the GLib library. |
void |
setValues(ArrowType type,
ShadowType shadowType)
Set the values for this Arrow object. |
Methods inherited from class org.gnu.gtk.Misc |
---|
getXAlign, getXPadding, getYAlign, getYPadding, setAlignment, setPadding |
Methods inherited from class org.gnu.gtk.GtkObject |
---|
destroy, sink |
Methods inherited from class org.gnu.glib.Struct |
---|
equals, getHandle, getNullHandle, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Arrow(ArrowType type, ShadowType shadowType)
public Arrow(org.gnu.glib.Handle handle)
Method Detail |
---|
public static Arrow getArrow(org.gnu.glib.Handle handle)
public void setValues(ArrowType type, ShadowType shadowType)
public static Type getType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |