Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
GObject
org.gnu.gnome.CanvasItem
public class CanvasItem
extends GObject
Method Summary | |
void |
|
void |
|
Canvas |
|
CanvasGroup |
|
static Type |
|
double |
|
double |
|
double |
|
double |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public void affineAbsolute(double[] affine)
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.
Apply an absolute affine transformation to the item.
- Parameters:
affine
- the affine to apply.
public void affineRelative(double[] affine)
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.
Apply a relative affine transformation to the item.
- Parameters:
affine
- The affine to apply.
public Canvas getCanvas()
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.
Returns the parent canvas for this item.
- Returns:
- The parent canvas.
public CanvasGroup getParent()
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.
Return the parent canvas group for this item.
- Returns:
- The parent cavas group.
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.
public double getX1()
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.
X1 coordinate fo the bounding box for this item (in canvas coordinates).
- Returns:
- The X1 coordinate.
public double getX2()
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.
X2 coordinate fo the bounding box for this item (in canvas coordinates).
- Returns:
- The X2 coordinate.
public double getY1()
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.
Y1 coordinate fo the bounding box for this item (in canvas coordinates).
- Returns:
- The Y1 coordinate.
public double getY2()
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.
Y2 coordinate fo the bounding box for this item (in canvas coordinates).
- Returns:
- The Y2 coordinate.
public void hide()
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.
Hide the item (make it invisible). If the item is already invisible, it has no effect.
public void lower(int positions)
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.
Lower the item in the z-order of its parent group by the specified number of positions.
- Parameters:
positions
- The number of positions to lower the item.
public void lowerToBotton()
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.
Lower the item to the bottom of its parent group's z-order.
public void move(double x, double y)
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.
Move the item by the specified amount.
- Parameters:
x
- The amount to move the item horizontally.y
- The amount to move the item vertically.
public void raise(int positions)
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.
Raise the item in the z-order of its parent group by the specified number of positions.
- Parameters:
positions
- The number of positions to raise the item.
public void raiseToTop()
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.
Raise the item to the top of its parent group's z-order.
public void show()
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.
Show the item (make it visible). If the item is already shown, it has no effect.