Class: Layout::ReferenceEntity
Relationships | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Entity
|
|
Instance Chain:
self,
Entity
|
|
Inherits: |
Layout::Entity
|
Overview
An entity that represents the data inserted from an external file.
Instance Attribute Summary
-
#clip_mask ⇒ Layout::Entity
rw
The #clip_mask method returns the clip mask of the
ReferenceEntity
, ornil
if it does not have a clip mask. -
#clip_mask=(clip_mask)
rw
The #clip_mask= method sets the clip mask of the
ReferenceEntity
.
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 |
Instance Attribute Details
#clip_mask ⇒ Layout::Entity (rw)
The #clip_mask
method returns the clip mask of the ReferenceEntity
, or nil
if it does not have a clip mask.
#clip_mask=(clip_mask) (rw)
Instance Method Details
#entities ⇒ Layout::Group
The #entities
method returns the Group
that represents the ReferenceEntity
in its exploded form.