Class: Pdfrb::Model::Type::ThreeDViewAddEntries
Overview
3DViewAddEntries (s13.6.2.8): extra keys a 3D view adds to
the base view dictionary.
Instance Attribute Summary
Attributes inherited from Object
#document, #gen, #oid, #value
Instance Method Summary
collapse
#[], #[]=, apply_arlington_definition, arlington_default, arlington_key_to_symbol, arlington_one_type_to_ruby, arlington_required?, arlington_scalar, arlington_types_to_ruby, arlington_version, define_field, define_field_from_arlington, #delete, #each, each_field, #each_raw, #empty?, field, #initialize, #key?, #keys, lookup_type, merged_field, own_fields, #pdf_type, register_type, type_map, #validate
#arlington_object
Methods inherited from Object
#==, define_type, #deref, #indirect?, #initialize, #must_be_indirect?, #pdf_type, pdf_type
Instance Method Details
#background ⇒ Object
47
|
# File 'lib/pdfrb/model/type/three_d_view.rb', line 47
def background; self[:MS]; end
|
#camera_to_world ⇒ Object
49
|
# File 'lib/pdfrb/model/type/three_d_view.rb', line 49
def camera_to_world; self[:C2W]; end
|
#external_name ⇒ Object
45
|
# File 'lib/pdfrb/model/type/three_d_view.rb', line 45
def external_name; self[:XN]; end
|
#internal_name ⇒ Object
46
|
# File 'lib/pdfrb/model/type/three_d_view.rb', line 46
def internal_name; self[:IN]; end
|
#lighting_scheme ⇒ Object
51
|
# File 'lib/pdfrb/model/type/three_d_view.rb', line 51
def lighting_scheme; self[:CO]; end
|
48
|
# File 'lib/pdfrb/model/type/three_d_view.rb', line 48
def matrix; self[:MA]; end
|
50
|
# File 'lib/pdfrb/model/type/three_d_view.rb', line 50
def u3d_path; self[:U3DPath]; end
|