Class: Pdfrb::Model::Type::ThreeDViewAddEntries

Inherits:
Cos::Dictionary show all
Defined in:
lib/pdfrb/model/type/three_d_view.rb

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

Methods inherited from Cos::Dictionary

#[], #[]=, 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

Methods included from Cos::ArlingtonBacked

#arlington_object

Methods inherited from Object

#==, define_type, #deref, #indirect?, #initialize, #must_be_indirect?, #pdf_type, pdf_type

Constructor Details

This class inherits a constructor from Pdfrb::Model::Cos::Dictionary

Instance Method Details

#backgroundObject



47
# File 'lib/pdfrb/model/type/three_d_view.rb', line 47

def background; self[:MS]; end

#camera_to_worldObject



49
# File 'lib/pdfrb/model/type/three_d_view.rb', line 49

def camera_to_world; self[:C2W]; end

#external_nameObject



45
# File 'lib/pdfrb/model/type/three_d_view.rb', line 45

def external_name; self[:XN]; end

#internal_nameObject



46
# File 'lib/pdfrb/model/type/three_d_view.rb', line 46

def internal_name; self[:IN]; end

#lighting_schemeObject



51
# File 'lib/pdfrb/model/type/three_d_view.rb', line 51

def lighting_scheme; self[:CO]; end

#matrixObject



48
# File 'lib/pdfrb/model/type/three_d_view.rb', line 48

def matrix; self[:MA]; end

#u3d_pathObject



50
# File 'lib/pdfrb/model/type/three_d_view.rb', line 50

def u3d_path; self[:U3DPath]; end