Class: Layout::ReferenceEntity
Overview
An entity that represents the data inserted from an external file.
Instance Method Summary # collapse
-
#clip_mask ⇒ Layout::Entity
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) ⇒ Object
The #clip_mask= method sets the clip mask of the ReferenceEntity.
-
#entities ⇒ Layout::Group
The #entities method returns the Group that represents the ReferenceEntity in its exploded form.
Methods inherited from Entity
#==, #bounds, #document, #drawing_bounds, #group, #layer_instance, #locked=, #locked?, #move_to_group, #move_to_layer, #on_shared_layer?, #page, #style, #style=, #transform!, #transformation, #untransformed_bounds, #untransformed_bounds=
Instance Method Details
↑ #clip_mask ⇒ Layout::Entity
The #clip_mask method returns the clip mask of the Layout::ReferenceEntity, or nil
if it does not have a clip mask.
↑ #clip_mask=(clip_mask) ⇒ Object
The #clip_mask= method sets the clip mask of the Layout::ReferenceEntity. clip_mask can be a Layout::Rectangle, Ellipse, or Path, or nil
, and it must not currently exist in a Document, or Group.
↑ #entities ⇒ Layout::Group
The #entities method returns the Group that represents the Layout::ReferenceEntity in its exploded form.