Class Index [+]

Quicksearch

Magick

$Id: misc.rb,v 1.17 2010/03/21 01:43:01 baror Exp $ Copyright (C) 2009 Timothy P. Hunter





Defines paint server classes. Eventually this will include gradients.



$Id: units.rb,v 1.5 2009/02/28 23:52:28 rmagick Exp $ Copyright (C) 2009 Timothy P. Hunter


Text-related classes




RVG is the main class in this library. All graphic elements must be contained within an RVG object.

Constants

PercentGeometry
AspectGeometry
LessGeometry
GreaterGeometry
AreaGeometry
MinimumGeometry
MANAGED_MEMORY
MANAGED_MEMORY
MANAGED_MEMORY
AlphaChannel
DefaultChannels
HueChannel
LuminosityChannel
SaturationChannel
AffineMatrix
Primary
Chromaticity
Color
Point
Rectangle
Segment
Font
TypeMetric
Magick_version
Version
Long_version

Public Class Methods

formats(&block) click to toggle source
    # File lib/RMagick.rb, line 19
19:     def formats(&block)
20:        @formats ||= init_formats()
21:        if block_given?
22:           @formats.each { |k,v| yield k, v }
23:           self
24:        else
25:           @formats
26:        end
27:     end
trace_proc=(p) click to toggle source

remove reference to the proc at exit

    # File lib/RMagick.rb, line 30
30:     def trace_proc=(p)
31:        if @trace_proc.nil? && !p.nil? && !@exit_block_set_up
32:           at_exit { @trace_proc = nil }
33:           @exit_block_set_up = true
34:        end
35:        @trace_proc = p
36:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.