Methods

Class/Module Index [+]

Quicksearch

Origami::Filter

Filters are algorithms used to encode data into a PDF Stream.

Constants

A85
AHx
CCF
Fl
RL

Public Class Methods

included(receiver) click to toggle source
# File lib/origami/filters.rb, line 325
def self.included(receiver)
  receiver.extend(ClassMethods)
end
new(parameters = {}) click to toggle source
# File lib/origami/filters.rb, line 321
def initialize(parameters = {})
  @params = parameters
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.