Class: HexaPDF::Type::GraphicsStateParameter

Inherits:
Dictionary show all
Defined in:
lib/hexapdf/type/graphics_state_parameter.rb

Overview

Represents a graphics state parameter dictionary.

This dictionary can be used to define most graphics state parameters that are available. Some parameters can only be set by an operator, some only by the dictionary but most by both.

See: PDF2.0 s8.4.5, s8.1

Constant Summary

Constants included from DictionaryFields

DictionaryFields::Boolean, DictionaryFields::PDFByteString, DictionaryFields::PDFDate

Instance Attribute Summary

Attributes inherited from Object

#data, #document, #must_be_indirect

Method Summary

Methods inherited from Dictionary

#[], #[]=, define_field, define_type, #delete, #each, each_field, #empty?, field, #key?, #to_hash, type, #type

Methods inherited from Object

#<=>, #==, #cache, #cached?, #clear_cache, deep_copy, #deep_copy, #document?, #eql?, field, #gen, #gen=, #hash, #indirect?, #initialize, #inspect, make_direct, #must_be_indirect?, #null?, #oid, #oid=, #type, #validate, #value, #value=

Constructor Details

This class inherits a constructor from HexaPDF::Object