cairo 1.8.1 → 1.8.3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/NEWS +16 -0
- data/Rakefile +14 -15
- data/{src → ext/cairo}/cairo.def +0 -0
- data/ext/cairo/extconf.rb +80 -0
- data/{src → ext/cairo}/rb_cairo.c +1 -1
- data/{src → ext/cairo}/rb_cairo.h +0 -0
- data/{src → ext/cairo}/rb_cairo_constants.c +0 -0
- data/{src → ext/cairo}/rb_cairo_context.c +0 -0
- data/{src → ext/cairo}/rb_cairo_exception.c +0 -0
- data/{src → ext/cairo}/rb_cairo_font_extents.c +0 -0
- data/{src → ext/cairo}/rb_cairo_font_face.c +0 -0
- data/{src → ext/cairo}/rb_cairo_font_options.c +0 -0
- data/{src → ext/cairo}/rb_cairo_glyph.c +0 -0
- data/{src → ext/cairo}/rb_cairo_matrix.c +0 -0
- data/{src → ext/cairo}/rb_cairo_path.c +0 -0
- data/{src → ext/cairo}/rb_cairo_pattern.c +0 -0
- data/{src → ext/cairo}/rb_cairo_private.c +1 -1
- data/{src → ext/cairo}/rb_cairo_private.h +0 -0
- data/{src → ext/cairo}/rb_cairo_scaled_font.c +0 -0
- data/{src → ext/cairo}/rb_cairo_surface.c +0 -0
- data/{src → ext/cairo}/rb_cairo_text_cluster.c +0 -0
- data/{src → ext/cairo}/rb_cairo_text_extents.c +0 -0
- data/extconf.rb +30 -141
- data/{src/lib → lib}/cairo.rb +7 -2
- data/{src/lib → lib}/cairo/color.rb +14 -2
- data/{src/lib → lib}/cairo/colors.rb +0 -0
- data/{src/lib → lib}/cairo/constants.rb +0 -0
- data/{src/lib → lib}/cairo/context.rb +0 -0
- data/{src/lib → lib}/cairo/context/blur.rb +0 -0
- data/{src/lib → lib}/cairo/context/circle.rb +0 -0
- data/{src/lib → lib}/cairo/context/color.rb +0 -0
- data/{src/lib → lib}/cairo/context/path.rb +0 -0
- data/{src/lib → lib}/cairo/context/rectangle.rb +0 -0
- data/{src/lib → lib}/cairo/context/triangle.rb +0 -0
- data/{src/lib → lib}/cairo/paper.rb +0 -0
- data/{src/lib → lib}/cairo/papers.rb +0 -0
- data/{src/lib → lib}/cairo/path.rb +0 -0
- data/{src/lib → lib}/cairo/point.rb +0 -0
- data/pkg-config.rb +6 -1
- data/test/run-test.rb +3 -3
- data/test/test_color.rb +17 -0
- metadata +72 -260
- data/ChangeLog +0 -1662
- data/README +0 -82
- data/doc/doc.css +0 -91
- data/doc/en/cairo-antialias.html +0 -38
- data/doc/en/cairo-clip-not-representable-error.html +0 -47
- data/doc/en/cairo-color-base.html +0 -69
- data/doc/en/cairo-color-cmyk.html +0 -157
- data/doc/en/cairo-color-hsv.html +0 -137
- data/doc/en/cairo-color-rgb.html +0 -142
- data/doc/en/cairo-color-x11.html +0 -173
- data/doc/en/cairo-color.html +0 -238
- data/doc/en/cairo-content.html +0 -37
- data/doc/en/cairo-context-blur.html +0 -39
- data/doc/en/cairo-context-circle.html +0 -39
- data/doc/en/cairo-context-color.html +0 -39
- data/doc/en/cairo-context-path.html +0 -44
- data/doc/en/cairo-context-rectangle.html +0 -39
- data/doc/en/cairo-context-triangle.html +0 -39
- data/doc/en/cairo-context.html +0 -643
- data/doc/en/cairo-error.html +0 -44
- data/doc/en/cairo-extend.html +0 -38
- data/doc/en/cairo-file-not-found.html +0 -47
- data/doc/en/cairo-fill-rule.html +0 -36
- data/doc/en/cairo-filter.html +0 -40
- data/doc/en/cairo-font-extents.html +0 -129
- data/doc/en/cairo-font-face.html +0 -38
- data/doc/en/cairo-font-options.html +0 -139
- data/doc/en/cairo-font-slant.html +0 -37
- data/doc/en/cairo-font-type-mismatch.html +0 -47
- data/doc/en/cairo-font-weight.html +0 -36
- data/doc/en/cairo-format.html +0 -46
- data/doc/en/cairo-glyph.html +0 -99
- data/doc/en/cairo-gradient-pattern.html +0 -74
- data/doc/en/cairo-hint-metrics.html +0 -37
- data/doc/en/cairo-hint-style.html +0 -39
- data/doc/en/cairo-image-surface.html +0 -82
- data/doc/en/cairo-invalid-clusters.html +0 -47
- data/doc/en/cairo-invalid-content-error.html +0 -47
- data/doc/en/cairo-invalid-dash-error.html +0 -47
- data/doc/en/cairo-invalid-dsc-comment-error.html +0 -47
- data/doc/en/cairo-invalid-format-error.html +0 -47
- data/doc/en/cairo-invalid-index-error.html +0 -47
- data/doc/en/cairo-invalid-matrix-error.html +0 -47
- data/doc/en/cairo-invalid-path-data-error.html +0 -47
- data/doc/en/cairo-invalid-pop-group-error.html +0 -47
- data/doc/en/cairo-invalid-restore-error.html +0 -47
- data/doc/en/cairo-invalid-slant.html +0 -47
- data/doc/en/cairo-invalid-status-error.html +0 -47
- data/doc/en/cairo-invalid-stride-error.html +0 -47
- data/doc/en/cairo-invalid-string-error.html +0 -47
- data/doc/en/cairo-invalid-visual-error.html +0 -47
- data/doc/en/cairo-invalid-weight.html +0 -47
- data/doc/en/cairo-line-cap.html +0 -37
- data/doc/en/cairo-line-join.html +0 -37
- data/doc/en/cairo-linear-pattern.html +0 -60
- data/doc/en/cairo-matrix.html +0 -259
- data/doc/en/cairo-negative-count.html +0 -47
- data/doc/en/cairo-no-current-point-error.html +0 -47
- data/doc/en/cairo-null-pointer-error.html +0 -47
- data/doc/en/cairo-operator.html +0 -48
- data/doc/en/cairo-paper-parse-error.html +0 -47
- data/doc/en/cairo-paper-unknown-paper-name.html +0 -66
- data/doc/en/cairo-paper-unknown-unit.html +0 -66
- data/doc/en/cairo-paper-unrecognized-paper-description.html +0 -66
- data/doc/en/cairo-paper.html +0 -184
- data/doc/en/cairo-path-close-path.html +0 -49
- data/doc/en/cairo-path-curve-to.html +0 -49
- data/doc/en/cairo-path-data-type.html +0 -38
- data/doc/en/cairo-path-data.html +0 -98
- data/doc/en/cairo-path-line-to.html +0 -49
- data/doc/en/cairo-path-move-to.html +0 -49
- data/doc/en/cairo-path.html +0 -155
- data/doc/en/cairo-pattern-type-mismatch-error.html +0 -47
- data/doc/en/cairo-pattern.html +0 -99
- data/doc/en/cairo-pdf-surface.html +0 -57
- data/doc/en/cairo-point.html +0 -74
- data/doc/en/cairo-ps-level.html +0 -49
- data/doc/en/cairo-ps-surface.html +0 -92
- data/doc/en/cairo-quartz-image-surface.html +0 -57
- data/doc/en/cairo-quartz-surface.html +0 -57
- data/doc/en/cairo-radial-pattern.html +0 -60
- data/doc/en/cairo-read-error.html +0 -47
- data/doc/en/cairo-rectangle.html +0 -89
- data/doc/en/cairo-scaled-font.html +0 -94
- data/doc/en/cairo-solid-pattern.html +0 -62
- data/doc/en/cairo-subpixel-order.html +0 -39
- data/doc/en/cairo-surface-finished-error.html +0 -47
- data/doc/en/cairo-surface-pattern.html +0 -57
- data/doc/en/cairo-surface-type-mismatch-error.html +0 -47
- data/doc/en/cairo-surface.html +0 -121
- data/doc/en/cairo-svg-surface.html +0 -77
- data/doc/en/cairo-svg-version.html +0 -49
- data/doc/en/cairo-temp-file-error.html +0 -47
- data/doc/en/cairo-text-cluster-flag.html +0 -35
- data/doc/en/cairo-text-cluster.html +0 -84
- data/doc/en/cairo-text-extents.html +0 -144
- data/doc/en/cairo-toy-font-face.html +0 -67
- data/doc/en/cairo-user-font-error.html +0 -47
- data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +0 -94
- data/doc/en/cairo-user-font-face.html +0 -72
- data/doc/en/cairo-user-font-immutable.html +0 -47
- data/doc/en/cairo-win32-printing-surface.html +0 -57
- data/doc/en/cairo-win32-surface.html +0 -62
- data/doc/en/cairo-write-error.html +0 -47
- data/doc/en/cairo.html +0 -131
- data/doc/en/index.html +0 -1154
- data/doc/index.html +0 -18
- data/doc/ja/cairo-antialias.html +0 -57
- data/doc/ja/cairo-clip-not-representable-error.html +0 -56
- data/doc/ja/cairo-color-base.html +0 -75
- data/doc/ja/cairo-color-cmyk.html +0 -152
- data/doc/ja/cairo-color-hsv.html +0 -135
- data/doc/ja/cairo-color-rgb.html +0 -145
- data/doc/ja/cairo-color-x11.html +0 -183
- data/doc/ja/cairo-color.html +0 -317
- data/doc/ja/cairo-content.html +0 -51
- data/doc/ja/cairo-context-blur.html +0 -53
- data/doc/ja/cairo-context-circle.html +0 -54
- data/doc/ja/cairo-context-color.html +0 -52
- data/doc/ja/cairo-context-path.html +0 -77
- data/doc/ja/cairo-context-rectangle.html +0 -60
- data/doc/ja/cairo-context-triangle.html +0 -47
- data/doc/ja/cairo-context.html +0 -1542
- data/doc/ja/cairo-error.html +0 -56
- data/doc/ja/cairo-extend.html +0 -56
- data/doc/ja/cairo-file-not-found.html +0 -51
- data/doc/ja/cairo-fill-rule.html +0 -58
- data/doc/ja/cairo-filter.html +0 -43
- data/doc/ja/cairo-font-extents.html +0 -164
- data/doc/ja/cairo-font-face.html +0 -55
- data/doc/ja/cairo-font-options.html +0 -189
- data/doc/ja/cairo-font-slant.html +0 -50
- data/doc/ja/cairo-font-type-mismatch.html +0 -52
- data/doc/ja/cairo-font-weight.html +0 -47
- data/doc/ja/cairo-format.html +0 -81
- data/doc/ja/cairo-glyph.html +0 -115
- data/doc/ja/cairo-gradient-pattern.html +0 -119
- data/doc/ja/cairo-hint-metrics.html +0 -57
- data/doc/ja/cairo-hint-style.html +0 -64
- data/doc/ja/cairo-image-surface.html +0 -131
- data/doc/ja/cairo-invalid-clusters.html +0 -55
- data/doc/ja/cairo-invalid-content-error.html +0 -54
- data/doc/ja/cairo-invalid-dash-error.html +0 -54
- data/doc/ja/cairo-invalid-dsc-comment-error.html +0 -54
- data/doc/ja/cairo-invalid-format-error.html +0 -54
- data/doc/ja/cairo-invalid-index-error.html +0 -54
- data/doc/ja/cairo-invalid-matrix-error.html +0 -54
- data/doc/ja/cairo-invalid-path-data-error.html +0 -54
- data/doc/ja/cairo-invalid-pop-group-error.html +0 -54
- data/doc/ja/cairo-invalid-restore-error.html +0 -55
- data/doc/ja/cairo-invalid-slant.html +0 -57
- data/doc/ja/cairo-invalid-status-error.html +0 -55
- data/doc/ja/cairo-invalid-stride-error.html +0 -55
- data/doc/ja/cairo-invalid-string-error.html +0 -54
- data/doc/ja/cairo-invalid-visual-error.html +0 -57
- data/doc/ja/cairo-invalid-weight.html +0 -57
- data/doc/ja/cairo-line-cap.html +0 -50
- data/doc/ja/cairo-line-join.html +0 -53
- data/doc/ja/cairo-linear-pattern.html +0 -87
- data/doc/ja/cairo-matrix.html +0 -354
- data/doc/ja/cairo-negative-count.html +0 -52
- data/doc/ja/cairo-no-current-point-error.html +0 -54
- data/doc/ja/cairo-null-pointer-error.html +0 -54
- data/doc/ja/cairo-operator.html +0 -51
- data/doc/ja/cairo-paper-parse-error.html +0 -55
- data/doc/ja/cairo-paper-unknown-paper-name.html +0 -76
- data/doc/ja/cairo-paper-unknown-unit.html +0 -75
- data/doc/ja/cairo-paper-unrecognized-paper-description.html +0 -76
- data/doc/ja/cairo-paper.html +0 -357
- data/doc/ja/cairo-path-close-path.html +0 -57
- data/doc/ja/cairo-path-curve-to.html +0 -70
- data/doc/ja/cairo-path-data-type.html +0 -53
- data/doc/ja/cairo-path-data.html +0 -127
- data/doc/ja/cairo-path-line-to.html +0 -62
- data/doc/ja/cairo-path-move-to.html +0 -62
- data/doc/ja/cairo-path.html +0 -144
- data/doc/ja/cairo-pattern-type-mismatch-error.html +0 -56
- data/doc/ja/cairo-pattern.html +0 -128
- data/doc/ja/cairo-pdf-surface.html +0 -86
- data/doc/ja/cairo-point.html +0 -90
- data/doc/ja/cairo-ps-level.html +0 -62
- data/doc/ja/cairo-ps-surface.html +0 -214
- data/doc/ja/cairo-quartz-image-surface.html +0 -75
- data/doc/ja/cairo-quartz-surface.html +0 -93
- data/doc/ja/cairo-radial-pattern.html +0 -93
- data/doc/ja/cairo-read-error.html +0 -55
- data/doc/ja/cairo-rectangle.html +0 -109
- data/doc/ja/cairo-scaled-font.html +0 -180
- data/doc/ja/cairo-solid-pattern.html +0 -87
- data/doc/ja/cairo-subpixel-order.html +0 -57
- data/doc/ja/cairo-surface-finished-error.html +0 -54
- data/doc/ja/cairo-surface-pattern.html +0 -68
- data/doc/ja/cairo-surface-type-mismatch-error.html +0 -56
- data/doc/ja/cairo-surface.html +0 -213
- data/doc/ja/cairo-svg-surface.html +0 -114
- data/doc/ja/cairo-svg-version.html +0 -66
- data/doc/ja/cairo-temp-file-error.html +0 -50
- data/doc/ja/cairo-text-cluster-flag.html +0 -46
- data/doc/ja/cairo-text-cluster.html +0 -102
- data/doc/ja/cairo-text-extents.html +0 -163
- data/doc/ja/cairo-toy-font-face.html +0 -107
- data/doc/ja/cairo-user-font-error.html +0 -55
- data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +0 -156
- data/doc/ja/cairo-user-font-face.html +0 -268
- data/doc/ja/cairo-user-font-immutable.html +0 -54
- data/doc/ja/cairo-win32-printing-surface.html +0 -80
- data/doc/ja/cairo-win32-surface.html +0 -100
- data/doc/ja/cairo-write-error.html +0 -55
- data/doc/ja/cairo.html +0 -177
- data/doc/ja/index.html +0 -1156
- data/src/tml/make/libpng_1.2.32-1_win32.log +0 -269
- data/src/tml/make/libpng_1.2.32-1_win32.sh +0 -63
- data/test/example_d.exe +0 -0
- data/test/minigzip_d.exe +0 -0
- data/test/testzlib_d.exe +0 -0
- data/test/untgz_d.exe +0 -0
data/README
DELETED
@@ -1,82 +0,0 @@
|
|
1
|
-
rcairo
|
2
|
-
======
|
3
|
-
|
4
|
-
Ruby bindings for cairo // cairo extension for Ruby
|
5
|
-
|
6
|
-
http://cairographics.org/
|
7
|
-
|
8
|
-
|
9
|
-
Dependencies
|
10
|
-
------------
|
11
|
-
|
12
|
-
ruby >= 1.8
|
13
|
-
cairo >= 1.2.0
|
14
|
-
|
15
|
-
Compiling
|
16
|
-
---------
|
17
|
-
|
18
|
-
% ruby extconf.rb # to check for dependencies and create Makefiles
|
19
|
-
% make # to compile
|
20
|
-
|
21
|
-
# make install # to install the cairo extension.
|
22
|
-
# The samples in the samples folder should be able
|
23
|
-
# to run before installation except text-on-path.rb
|
24
|
-
# and text2.rb. They uses Ruby/Pango with rcairo
|
25
|
-
# support. So you need to install rcairo and build
|
26
|
-
# Ruby/Pango with it before you run them.
|
27
|
-
|
28
|
-
|
29
|
-
Windows
|
30
|
-
-------
|
31
|
-
|
32
|
-
cairo-X.Y.Z-x86-mswin32.gem includes cairo related binaries.
|
33
|
-
|
34
|
-
* cairo related binaries:
|
35
|
-
http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/
|
36
|
-
|
37
|
-
* cairo-X.Y.Z.zip
|
38
|
-
* cairo-dev-X.Y.Z.zip
|
39
|
-
* libpng-X.Y.Z.zip
|
40
|
-
* libpng-dev-X.Y.Z.zip
|
41
|
-
* zlib-X.Y.Z.zip
|
42
|
-
|
43
|
-
Documents
|
44
|
-
---------
|
45
|
-
|
46
|
-
* Reference manual:
|
47
|
-
http://cairo.rubyforge.org/doc/
|
48
|
-
|
49
|
-
Repository of the reference manual:
|
50
|
-
http://www.cozmixng.org/repos/rcairo-doc/
|
51
|
-
|
52
|
-
* An article for rcairo on Rubyst Magazine a.k.a. RubiMa (in Japanese):
|
53
|
-
http://jp.rubyist.net/magazine/?0019-cairo
|
54
|
-
|
55
|
-
Mailing list
|
56
|
-
------------
|
57
|
-
|
58
|
-
If you have trouble with cairo or rcairo, or you have some ideas for how
|
59
|
-
it could be improved, please feel free to send a message to the cairo
|
60
|
-
mailinglist at cairo@cairographics.org , which is archived at
|
61
|
-
|
62
|
-
http://cairographics.org/cgi-bin/mailman/listinfo/cairo
|
63
|
-
|
64
|
-
Thanks
|
65
|
-
------
|
66
|
-
|
67
|
-
* Yoshinao Muramatsu: win32 surface support patch.
|
68
|
-
* NANKI Haruo: some bug fix patches.
|
69
|
-
* Paul van Tilburg:
|
70
|
-
- some patches that support ruby 1.9.
|
71
|
-
- some suggestions.
|
72
|
-
* Binzo: some bug reports and fixed that.
|
73
|
-
* kimura wataru:
|
74
|
-
- some advices for RubyCocoa.
|
75
|
-
- reports a bug.
|
76
|
-
* OBATA Akio:
|
77
|
-
- reports a bug.
|
78
|
-
- some suggestions.
|
79
|
-
* James Healy: reports bugs.
|
80
|
-
* Carsten Bormann: A suggestion.
|
81
|
-
* Davide Rambaldi: A suggestion.
|
82
|
-
* Yusuke ENDOH: reports a bug.
|
data/doc/doc.css
DELETED
@@ -1,91 +0,0 @@
|
|
1
|
-
body
|
2
|
-
{
|
3
|
-
background-color: white;
|
4
|
-
margin: 1em;
|
5
|
-
}
|
6
|
-
|
7
|
-
h1
|
8
|
-
{
|
9
|
-
background-image: url(rcairo-title.png);
|
10
|
-
background-repeat: no-repeat;
|
11
|
-
background-position: right top;
|
12
|
-
padding-top: 50px;
|
13
|
-
}
|
14
|
-
|
15
|
-
h2
|
16
|
-
{
|
17
|
-
border-top: solid 1px black;
|
18
|
-
padding-top: 0.5em;
|
19
|
-
}
|
20
|
-
|
21
|
-
body > ul > li
|
22
|
-
{
|
23
|
-
line-height: 150%;
|
24
|
-
}
|
25
|
-
|
26
|
-
code
|
27
|
-
{
|
28
|
-
font: monospace;
|
29
|
-
font-style: italic;
|
30
|
-
}
|
31
|
-
|
32
|
-
dt
|
33
|
-
{
|
34
|
-
margin-bottom: 1em;
|
35
|
-
margin: 1.5em;
|
36
|
-
}
|
37
|
-
|
38
|
-
dt code
|
39
|
-
{
|
40
|
-
font-weight: bold;
|
41
|
-
padding: 0.5em;
|
42
|
-
background: #eeeeee;
|
43
|
-
border: solid 1px #aaaaaa;
|
44
|
-
}
|
45
|
-
|
46
|
-
dd
|
47
|
-
{
|
48
|
-
margin-bottom: 2em;
|
49
|
-
line-height: 150%;
|
50
|
-
padding: 1em;
|
51
|
-
padding-top: 0em;
|
52
|
-
border-bottom: 1px solid #ffaaaa;
|
53
|
-
border-right: 2px solid #ffaaaa;
|
54
|
-
}
|
55
|
-
|
56
|
-
pre
|
57
|
-
{
|
58
|
-
background: #ffeeee;
|
59
|
-
border: solid 1px #ffaaaa;
|
60
|
-
padding: 0.5em;
|
61
|
-
margin-left: 1em;
|
62
|
-
font: monospace;
|
63
|
-
}
|
64
|
-
|
65
|
-
em
|
66
|
-
{
|
67
|
-
color: #cb2327;
|
68
|
-
font-weight: bold;
|
69
|
-
}
|
70
|
-
|
71
|
-
div.header,
|
72
|
-
div.footer
|
73
|
-
{
|
74
|
-
background: #ffeeee;
|
75
|
-
border: solid 1px #ffaaaa;
|
76
|
-
}
|
77
|
-
|
78
|
-
div.header ul,
|
79
|
-
div.footer ul
|
80
|
-
{
|
81
|
-
padding-left: 1em;
|
82
|
-
}
|
83
|
-
|
84
|
-
div.header ul li,
|
85
|
-
div.footer ul li
|
86
|
-
{
|
87
|
-
display: inline;
|
88
|
-
background: #eeeeee;
|
89
|
-
border: solid 1px #aaaaaa;
|
90
|
-
padding: 0.5em 1em;
|
91
|
-
}
|
data/doc/en/cairo-antialias.html
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>module Cairo::Antialias</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">module Cairo::Antialias</a></h1><!-- RDLabel: "module Cairo::Antialias" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Constants</a></h2><!-- RDLabel: "Constants" -->
|
21
|
-
<dl>
|
22
|
-
<dt><a name="label-2" id="label-2"><code>DEFAULT</code></a></dt><!-- RDLabel: "DEFAULT" -->
|
23
|
-
<dt><a name="label-3" id="label-3"><code>GRAY</code></a></dt><!-- RDLabel: "GRAY" -->
|
24
|
-
<dt><a name="label-4" id="label-4"><code>NONE</code></a></dt><!-- RDLabel: "NONE" -->
|
25
|
-
<dt><a name="label-5" id="label-5"><code>SUBPIXEL</code></a></dt><!-- RDLabel: "SUBPIXEL" -->
|
26
|
-
</dl>
|
27
|
-
<h2><a name="label-6" id="label-6">See Also</a></h2><!-- RDLabel: "See Also" -->
|
28
|
-
<h2><a name="label-7" id="label-7">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
29
|
-
|
30
|
-
<div class="footer">
|
31
|
-
<ul>
|
32
|
-
<li><a href="./">Index</a></li>
|
33
|
-
</ul>
|
34
|
-
|
35
|
-
</div>
|
36
|
-
</body>
|
37
|
-
|
38
|
-
</html>
|
@@ -1,47 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>class Cairo::ClipNotRepresentableError</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">class Cairo::ClipNotRepresentableError</a></h1><!-- RDLabel: "class Cairo::ClipNotRepresentableError" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
|
21
|
-
<ul>
|
22
|
-
<li>Object
|
23
|
-
<ul>
|
24
|
-
<li>Exception
|
25
|
-
<ul>
|
26
|
-
<li>StandardError
|
27
|
-
<ul>
|
28
|
-
<li><a href="cairo-error.html#label-0">Cairo::Error</a>
|
29
|
-
<ul>
|
30
|
-
<li>Cairo::ClipNotRepresentableError</li>
|
31
|
-
</ul></li>
|
32
|
-
</ul></li>
|
33
|
-
</ul></li>
|
34
|
-
</ul></li>
|
35
|
-
</ul>
|
36
|
-
<h2><a name="label-2" id="label-2">See Also</a></h2><!-- RDLabel: "See Also" -->
|
37
|
-
<h2><a name="label-3" id="label-3">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
38
|
-
|
39
|
-
<div class="footer">
|
40
|
-
<ul>
|
41
|
-
<li><a href="./">Index</a></li>
|
42
|
-
</ul>
|
43
|
-
|
44
|
-
</div>
|
45
|
-
</body>
|
46
|
-
|
47
|
-
</html>
|
@@ -1,69 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>class Cairo::Color::Base</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">class Cairo::Color::Base</a></h1><!-- RDLabel: "class Cairo::Color::Base" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
|
21
|
-
<ul>
|
22
|
-
<li>Object
|
23
|
-
<ul>
|
24
|
-
<li>Cairo::Color::Base</li>
|
25
|
-
</ul></li>
|
26
|
-
</ul>
|
27
|
-
<h2><a name="label-2" id="label-2">Class Methods</a></h2><!-- RDLabel: "Class Methods" -->
|
28
|
-
<dl>
|
29
|
-
<dt><a name="label-3" id="label-3"><code>Cairo::Color::Base.new</code></a></dt><!-- RDLabel: "Cairo::Color::Base.new" -->
|
30
|
-
<dd>
|
31
|
-
<ul>
|
32
|
-
<li>Returns: self: <em>FIXME</em></li>
|
33
|
-
</ul></dd>
|
34
|
-
</dl>
|
35
|
-
<h2><a name="label-4" id="label-4">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
|
36
|
-
<dl>
|
37
|
-
<dt><a name="label-5" id="label-5"><code>a</code></a></dt><!-- RDLabel: "a" -->
|
38
|
-
<dd>
|
39
|
-
<ul>
|
40
|
-
<li>Returns: self: <em>FIXME</em></li>
|
41
|
-
</ul></dd>
|
42
|
-
<dt><a name="label-6" id="label-6"><code>a=</code></a></dt><!-- RDLabel: "a=" -->
|
43
|
-
<dd>
|
44
|
-
<ul>
|
45
|
-
<li>Returns: self: <em>FIXME</em></li>
|
46
|
-
</ul></dd>
|
47
|
-
<dt><a name="label-7" id="label-7"><code>alpha</code></a></dt><!-- RDLabel: "alpha" -->
|
48
|
-
<dd>
|
49
|
-
<ul>
|
50
|
-
<li>Returns: self: <em>FIXME</em></li>
|
51
|
-
</ul></dd>
|
52
|
-
<dt><a name="label-8" id="label-8"><code>alpha=</code></a></dt><!-- RDLabel: "alpha=" -->
|
53
|
-
<dd>
|
54
|
-
<ul>
|
55
|
-
<li>Returns: self: <em>FIXME</em></li>
|
56
|
-
</ul></dd>
|
57
|
-
</dl>
|
58
|
-
<h2><a name="label-9" id="label-9">See Also</a></h2><!-- RDLabel: "See Also" -->
|
59
|
-
<h2><a name="label-10" id="label-10">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
60
|
-
|
61
|
-
<div class="footer">
|
62
|
-
<ul>
|
63
|
-
<li><a href="./">Index</a></li>
|
64
|
-
</ul>
|
65
|
-
|
66
|
-
</div>
|
67
|
-
</body>
|
68
|
-
|
69
|
-
</html>
|
@@ -1,157 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!DOCTYPE html
|
3
|
-
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
4
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
5
|
-
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
6
|
-
<head>
|
7
|
-
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
8
|
-
<title>class Cairo::Color::CMYK</title>
|
9
|
-
<link href="../doc.css" type="text/css" rel="stylesheet" />
|
10
|
-
</head>
|
11
|
-
<div class="footer">
|
12
|
-
<ul>
|
13
|
-
<li><a href="./">Index</a></li>
|
14
|
-
</ul>
|
15
|
-
|
16
|
-
</div>
|
17
|
-
</body>
|
18
|
-
|
19
|
-
<h1><a name="label-0" id="label-0">class Cairo::Color::CMYK</a></h1><!-- RDLabel: "class Cairo::Color::CMYK" -->
|
20
|
-
<h2><a name="label-1" id="label-1">Object Hierarchy</a></h2><!-- RDLabel: "Object Hierarchy" -->
|
21
|
-
<ul>
|
22
|
-
<li>Object
|
23
|
-
<ul>
|
24
|
-
<li><a href="cairo-color-base.html#label-0">Cairo::Color::Base</a>
|
25
|
-
<ul>
|
26
|
-
<li>Cairo::Color::CMYK</li>
|
27
|
-
</ul></li>
|
28
|
-
</ul></li>
|
29
|
-
</ul>
|
30
|
-
<h2><a name="label-2" id="label-2">Class Methods</a></h2><!-- RDLabel: "Class Methods" -->
|
31
|
-
<dl>
|
32
|
-
<dt><a name="label-3" id="label-3"><code>Cairo::Color::CMYK.new</code></a></dt><!-- RDLabel: "Cairo::Color::CMYK.new" -->
|
33
|
-
<dd>
|
34
|
-
<ul>
|
35
|
-
<li>Returns: self: <em>FIXME</em></li>
|
36
|
-
</ul></dd>
|
37
|
-
</dl>
|
38
|
-
<h2><a name="label-4" id="label-4">Instance Methods</a></h2><!-- RDLabel: "Instance Methods" -->
|
39
|
-
<dl>
|
40
|
-
<dt><a name="label-5" id="label-5"><code>c</code></a></dt><!-- RDLabel: "c" -->
|
41
|
-
<dd>
|
42
|
-
<ul>
|
43
|
-
<li>Returns: self: <em>FIXME</em></li>
|
44
|
-
</ul></dd>
|
45
|
-
<dt><a name="label-6" id="label-6"><code>c=</code></a></dt><!-- RDLabel: "c=" -->
|
46
|
-
<dd>
|
47
|
-
<ul>
|
48
|
-
<li>Returns: self: <em>FIXME</em></li>
|
49
|
-
</ul></dd>
|
50
|
-
<dt><a name="label-7" id="label-7"><code>cyan</code></a></dt><!-- RDLabel: "cyan" -->
|
51
|
-
<dd>
|
52
|
-
<ul>
|
53
|
-
<li>Returns: self: <em>FIXME</em></li>
|
54
|
-
</ul></dd>
|
55
|
-
<dt><a name="label-8" id="label-8"><code>cyan=</code></a></dt><!-- RDLabel: "cyan=" -->
|
56
|
-
<dd>
|
57
|
-
<ul>
|
58
|
-
<li>Returns: self: <em>FIXME</em></li>
|
59
|
-
</ul></dd>
|
60
|
-
<dt><a name="label-9" id="label-9"><code>k</code></a></dt><!-- RDLabel: "k" -->
|
61
|
-
<dd>
|
62
|
-
<ul>
|
63
|
-
<li>Returns: self: <em>FIXME</em></li>
|
64
|
-
</ul></dd>
|
65
|
-
<dt><a name="label-10" id="label-10"><code>k=</code></a></dt><!-- RDLabel: "k=" -->
|
66
|
-
<dd>
|
67
|
-
<ul>
|
68
|
-
<li>Returns: self: <em>FIXME</em></li>
|
69
|
-
</ul></dd>
|
70
|
-
<dt><a name="label-11" id="label-11"><code>key_plate</code></a></dt><!-- RDLabel: "key_plate" -->
|
71
|
-
<dd>
|
72
|
-
<ul>
|
73
|
-
<li>Returns: self: <em>FIXME</em></li>
|
74
|
-
</ul></dd>
|
75
|
-
<dt><a name="label-12" id="label-12"><code>key_plate=</code></a></dt><!-- RDLabel: "key_plate=" -->
|
76
|
-
<dd>
|
77
|
-
<ul>
|
78
|
-
<li>Returns: self: <em>FIXME</em></li>
|
79
|
-
</ul></dd>
|
80
|
-
<dt><a name="label-13" id="label-13"><code>m</code></a></dt><!-- RDLabel: "m" -->
|
81
|
-
<dd>
|
82
|
-
<ul>
|
83
|
-
<li>Returns: self: <em>FIXME</em></li>
|
84
|
-
</ul></dd>
|
85
|
-
<dt><a name="label-14" id="label-14"><code>m=</code></a></dt><!-- RDLabel: "m=" -->
|
86
|
-
<dd>
|
87
|
-
<ul>
|
88
|
-
<li>Returns: self: <em>FIXME</em></li>
|
89
|
-
</ul></dd>
|
90
|
-
<dt><a name="label-15" id="label-15"><code>magenta</code></a></dt><!-- RDLabel: "magenta" -->
|
91
|
-
<dd>
|
92
|
-
<ul>
|
93
|
-
<li>Returns: self: <em>FIXME</em></li>
|
94
|
-
</ul></dd>
|
95
|
-
<dt><a name="label-16" id="label-16"><code>magenta=</code></a></dt><!-- RDLabel: "magenta=" -->
|
96
|
-
<dd>
|
97
|
-
<ul>
|
98
|
-
<li>Returns: self: <em>FIXME</em></li>
|
99
|
-
</ul></dd>
|
100
|
-
<dt><a name="label-17" id="label-17"><code>to_a</code></a></dt><!-- RDLabel: "to_a" -->
|
101
|
-
<dd>
|
102
|
-
<ul>
|
103
|
-
<li>Returns: self: <em>FIXME</em></li>
|
104
|
-
</ul></dd>
|
105
|
-
<dt><a name="label-18" id="label-18"><code>to_ary</code></a></dt><!-- RDLabel: "to_ary" -->
|
106
|
-
<dd>
|
107
|
-
<ul>
|
108
|
-
<li>Returns: self: <em>FIXME</em></li>
|
109
|
-
</ul></dd>
|
110
|
-
<dt><a name="label-19" id="label-19"><code>to_cmyk</code></a></dt><!-- RDLabel: "to_cmyk" -->
|
111
|
-
<dd>
|
112
|
-
<ul>
|
113
|
-
<li>Returns: self: <em>FIXME</em></li>
|
114
|
-
</ul></dd>
|
115
|
-
<dt><a name="label-20" id="label-20"><code>to_hsv</code></a></dt><!-- RDLabel: "to_hsv" -->
|
116
|
-
<dd>
|
117
|
-
<ul>
|
118
|
-
<li>Returns: self: <em>FIXME</em></li>
|
119
|
-
</ul></dd>
|
120
|
-
<dt><a name="label-21" id="label-21"><code>to_rgb</code></a></dt><!-- RDLabel: "to_rgb" -->
|
121
|
-
<dd>
|
122
|
-
<ul>
|
123
|
-
<li>Returns: self: <em>FIXME</em></li>
|
124
|
-
</ul></dd>
|
125
|
-
<dt><a name="label-22" id="label-22"><code>y</code></a></dt><!-- RDLabel: "y" -->
|
126
|
-
<dd>
|
127
|
-
<ul>
|
128
|
-
<li>Returns: self: <em>FIXME</em></li>
|
129
|
-
</ul></dd>
|
130
|
-
<dt><a name="label-23" id="label-23"><code>y=</code></a></dt><!-- RDLabel: "y=" -->
|
131
|
-
<dd>
|
132
|
-
<ul>
|
133
|
-
<li>Returns: self: <em>FIXME</em></li>
|
134
|
-
</ul></dd>
|
135
|
-
<dt><a name="label-24" id="label-24"><code>yellow</code></a></dt><!-- RDLabel: "yellow" -->
|
136
|
-
<dd>
|
137
|
-
<ul>
|
138
|
-
<li>Returns: self: <em>FIXME</em></li>
|
139
|
-
</ul></dd>
|
140
|
-
<dt><a name="label-25" id="label-25"><code>yellow=</code></a></dt><!-- RDLabel: "yellow=" -->
|
141
|
-
<dd>
|
142
|
-
<ul>
|
143
|
-
<li>Returns: self: <em>FIXME</em></li>
|
144
|
-
</ul></dd>
|
145
|
-
</dl>
|
146
|
-
<h2><a name="label-26" id="label-26">See Also</a></h2><!-- RDLabel: "See Also" -->
|
147
|
-
<h2><a name="label-27" id="label-27">ChangeLog</a></h2><!-- RDLabel: "ChangeLog" -->
|
148
|
-
|
149
|
-
<div class="footer">
|
150
|
-
<ul>
|
151
|
-
<li><a href="./">Index</a></li>
|
152
|
-
</ul>
|
153
|
-
|
154
|
-
</div>
|
155
|
-
</body>
|
156
|
-
|
157
|
-
</html>
|