Class: Layout::Ellipse
Relationships | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Entity
|
|
Instance Chain:
self,
Entity
|
|
Inherits: |
Layout::Entity
|
Overview
A simple elliptical shape entity.
Class Method Summary
-
.new(bounds) ⇒ Layout::Ellipse
constructor
The
#initialize
method creates a newEllipse
.
Instance Attribute Summary
Entity
- Inherited
#locked= | The |
#locked? | The |
#on_shared_layer? | |
#style | |
#style= | |
#untransformed_bounds | The |
#untransformed_bounds= | The |
Instance Method Summary
Entity
- Inherited
#== | The |
#bounds | The |
#document | |
#drawing_bounds | The |
#group | |
#layer_instance | The |
#move_to_group | |
#move_to_layer | |
#page | |
#transform! | The |
#transformation | The |
Constructor Details
.new(bounds) ⇒ Ellipse
The #initialize
method creates a new Ellipse
.