Class: Ea::Svg::EaEmitter::Marker::Registry::Spec
- Inherits:
-
Struct
- Object
- Struct
- Ea::Svg::EaEmitter::Marker::Registry::Spec
- Defined in:
- lib/ea/svg/ea_emitter/marker/registry.rb
Overview
Spec carries the geometry recipe for a single marker emission. Renderers consume it.
Instance Attribute Summary collapse
-
#anchor ⇒ Object
Returns the value of attribute anchor.
-
#base ⇒ Object
Returns the value of attribute base.
-
#shape ⇒ Object
Returns the value of attribute shape.
Instance Attribute Details
#anchor ⇒ Object
Returns the value of attribute anchor
37 38 39 |
# File 'lib/ea/svg/ea_emitter/marker/registry.rb', line 37 def anchor @anchor end |
#base ⇒ Object
Returns the value of attribute base
37 38 39 |
# File 'lib/ea/svg/ea_emitter/marker/registry.rb', line 37 def base @base end |
#shape ⇒ Object
Returns the value of attribute shape
37 38 39 |
# File 'lib/ea/svg/ea_emitter/marker/registry.rb', line 37 def shape @shape end |