Class: Gnm::SheetObjectImage
- Inherits:
-
SheetObject
- Object
- SheetObject
- Gnm::SheetObjectImage
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#image ⇒ GOffice::Image
Image.
- #image=(image) ⇒ GOffice::Image
-
#image_type ⇒ String
Image-type.
- #image_type=(image_type) ⇒ String
-
#pixbuf ⇒ GdkPixbuf::Pixbuf
Pixbuf.
- #pixbuf=(pixbuf) ⇒ GdkPixbuf::Pixbuf
- #set_crop(crop_left, crop_top, crop_right, crop_bottom) ⇒ nil
-
#set_image(type, data, data_len) ⇒ nil
Assign raw data and type to soi.
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
#image ⇒ GOffice::Image
Returns image.
#image=(image) ⇒ GOffice::Image
#image_type ⇒ String
Returns image-type.
#image_type=(image_type) ⇒ String
#pixbuf ⇒ GdkPixbuf::Pixbuf
Returns pixbuf.
#pixbuf=(pixbuf) ⇒ GdkPixbuf::Pixbuf
#set_crop(crop_left, crop_top, crop_right, crop_bottom) ⇒ nil
#set_image(type, data, data_len) ⇒ nil
Assign raw data and type to soi. yet.