Class: Gnm::SheetObjectImage

Inherits:
SheetObject show all
Defined in:
(unknown)

Instance Method Summary collapse

Methods inherited from SheetObject

#adjust_stacking, #anchor, #anchor=, #anchor_mode=, build_menu, #can_edit, #can_print, #can_resize, #clear_sheet, #component_get_component, #component_set_component, #default_size, #direction_set, #draw_cairo, #draw_cairo_sized, #dup, #exportable_get_target_list, #foreach_dep, #get_editor, #get_view, #graph_ensure_size, #graph_get_gog, #graph_set_gog, #invalidate_sheet, move_do, move_undo, #name, #name=, #new_view, #populate_menu, #position_pts_get, #print_flag, #print_flag=, pts_to_anchor, #range, #rubber_band_directly, #save_as_image, #sheet, #sheet=, #stacking, #target_list, #update_bounds, #write_image, #write_object

Instance Method Details

#imageGOffice::Image

Returns image.

Returns:

  • (GOffice::Image)

    image

#image=(image) ⇒ GOffice::Image

Parameters:

  • image (GOffice::Image)

Returns:

  • (GOffice::Image)

    image

  • (GOffice::Image)

    image

#image_typeString

Returns image-type.

Returns:

  • (String)

    image-type

#image_type=(image_type) ⇒ String

Parameters:

  • image_type (String)

Returns:

  • (String)

    image-type

  • (String)

    image-type

#pixbufGdkPixbuf::Pixbuf

Returns pixbuf.

Returns:

  • (GdkPixbuf::Pixbuf)

    pixbuf

#pixbuf=(pixbuf) ⇒ GdkPixbuf::Pixbuf

Parameters:

  • pixbuf (GdkPixbuf::Pixbuf)

Returns:

  • (GdkPixbuf::Pixbuf)

    pixbuf

  • (GdkPixbuf::Pixbuf)

    pixbuf

#set_crop(crop_left, crop_top, crop_right, crop_bottom) ⇒ nil

Parameters:

  • crop_left (Float)
  • crop_top (Float)
  • crop_right (Float)
  • crop_bottom (Float)

Returns:

  • (nil)

#set_image(type, data, data_len) ⇒ nil

Assign raw data and type to soi. yet.

Parameters:

  • type (String)
  • data (GObject)

    data_len

  • data_len (Integer)

Returns:

  • (nil)