Class: GOffice::CanvasImage
- Inherits:
-
CanvasItem
- Object
- CanvasItem
- GOffice::CanvasImage
- Defined in:
- (unknown)
Instance Method Summary collapse
-
#crop_bottom ⇒ Float
Crop-bottom.
- #crop_bottom=(crop_bottom) ⇒ Float
-
#crop_left ⇒ Float
Crop-left.
- #crop_left=(crop_left) ⇒ Float
-
#crop_right ⇒ Float
Crop-right.
- #crop_right=(crop_right) ⇒ Float
-
#crop_top ⇒ Float
Crop-top.
- #crop_top=(crop_top) ⇒ Float
-
#height ⇒ Float
Height.
- #height=(height) ⇒ Float
-
#image ⇒ GOffice::Image
Image.
- #image=(image) ⇒ GOffice::Image
-
#width ⇒ Float
Width.
- #width=(width) ⇒ Float
-
#x ⇒ Float
X.
- #x=(x) ⇒ Float
-
#y ⇒ Float
Y.
- #y=(y) ⇒ Float
Methods inherited from CanvasItem
#bounds_changed, #canvas, #canvas=, #copy, #destroy, #distance, #draw, #draw_region, #duplicate, #get_bounds, #grab, #hide, #initialize, #invalidate, #is_visible, #lower, #lower_to_bottom, #operator, #operator=, #parent, #parent=, #raise, #raise_to_top, #set, #show, #style_context, #transform=, #ungrab, #visible=, #window
Constructor Details
This class inherits a constructor from GOffice::CanvasItem
Instance Method Details
#crop_bottom ⇒ Float
Returns crop-bottom.
#crop_bottom=(crop_bottom) ⇒ Float
#crop_left ⇒ Float
Returns crop-left.
#crop_left=(crop_left) ⇒ Float
#crop_right ⇒ Float
Returns crop-right.
#crop_right=(crop_right) ⇒ Float
#crop_top ⇒ Float
Returns crop-top.
#crop_top=(crop_top) ⇒ Float
#height ⇒ Float
Returns height.
#height=(height) ⇒ Float
#image ⇒ GOffice::Image
Returns image.
#image=(image) ⇒ GOffice::Image
#width ⇒ Float
Returns width.
#width=(width) ⇒ Float
#x ⇒ Float
Returns x.
#x=(x) ⇒ Float
#y ⇒ Float
Returns y.