Class: GOffice::CanvasPath
- Inherits:
-
CanvasStyledItem
- Object
- CanvasItem
- CanvasStyledItem
- GOffice::CanvasPath
- Defined in:
- (unknown)
Instance Method Summary collapse
- #closed=(closed) ⇒ Boolean
-
#closed? ⇒ Boolean
Closed.
- #fill_rule=(fill_rule) ⇒ Boolean
-
#fill_rule? ⇒ Boolean
Fill-rule.
-
#path ⇒ GOffice::Path
Path.
- #path=(path) ⇒ GOffice::Path
-
#rotation ⇒ Float
Rotation.
- #rotation=(rotation) ⇒ Float
-
#x ⇒ Float
X.
- #x=(x) ⇒ Float
-
#y ⇒ Float
Y.
- #y=(y) ⇒ Float
Methods inherited from CanvasStyledItem
#cairo_line=, #scale_line_width, #scale_line_width=, #scale_line_width?, #style, #style=
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
#closed=(closed) ⇒ Boolean
#closed? ⇒ Boolean
Returns closed.
#fill_rule=(fill_rule) ⇒ Boolean
#fill_rule? ⇒ Boolean
Returns fill-rule.
#path ⇒ GOffice::Path
Returns path.
#path=(path) ⇒ GOffice::Path
#rotation ⇒ Float
Returns rotation.
#rotation=(rotation) ⇒ Float
#x ⇒ Float
Returns x.
#x=(x) ⇒ Float
#y ⇒ Float
Returns y.