module Origami::Graphics::XObject

Public Class Methods

included(receiver) click to toggle source
# File lib/origami/graphics/xobject.rb, line 578
def self.included(receiver)
    receiver.field  :Type,    :Type => Name, :Default => :XObject
end