rghost 0.7.4 → 0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rghost/border.rb +44 -0
- data/lib/rghost/callback.rb +25 -22
- data/lib/rghost/circle.rb +102 -0
- data/lib/rghost/color.rb +81 -56
- data/lib/rghost/constants.rb +599 -589
- data/lib/rghost/convert.rb +26 -7
- data/lib/rghost/cursor.rb +90 -58
- data/lib/rghost/dash.rb +59 -0
- data/lib/rghost/document.rb +334 -311
- data/lib/rghost/document_callback_facade.rb +64 -0
- data/lib/rghost/dsc_entry.rb +12 -12
- data/lib/rghost/dynamic_document_callback.rb +6 -18
- data/lib/rghost/eps.rb +17 -8
- data/lib/rghost/font.rb +19 -23
- data/lib/rghost/font_map.rb +40 -0
- data/lib/rghost/frame.rb +105 -0
- data/lib/rghost/function.rb +19 -21
- data/lib/rghost/gif.rb +22 -9
- data/lib/rghost/graphic.rb +3 -3
- data/lib/rghost/grid/base_grid.rb +218 -0
- data/lib/rghost/grid/callback_facade.rb +136 -0
- data/lib/rghost/grid/csv_grid.rb +50 -0
- data/lib/rghost/{data_grid → grid}/dynamic_callback.rb +2 -2
- data/lib/rghost/grid/field_format.rb +43 -0
- data/lib/rghost/grid/grid.rb +15 -0
- data/lib/rghost/grid/header.rb +120 -0
- data/lib/rghost/grid/matrix.rb +10 -0
- data/lib/rghost/grid/rails_grid.rb +70 -0
- data/lib/rghost/{data_grid → grid}/static_callback.rb +4 -4
- data/lib/rghost/grid/style/border_lines.rb +46 -0
- data/lib/rghost/grid/style/bottom_lines.rb +30 -0
- data/lib/rghost/grid/style/old_forms.rb +30 -0
- data/lib/rghost/grid/style/style.rb +8 -0
- data/lib/rghost/gs_alone.rb +7 -5
- data/lib/rghost/helpers.rb +4 -4
- data/lib/rghost/horizontal_line.rb +35 -19
- data/lib/rghost/how_to.rb +75 -0
- data/lib/rghost/image.rb +8 -8
- data/lib/rghost/jpeg.rb +21 -8
- data/lib/rghost/line.rb +66 -17
- data/lib/rghost/line_width.rb +19 -8
- data/lib/rghost/load.rb +24 -22
- data/lib/rghost/newpath.rb +8 -7
- data/lib/rghost/paper.rb +100 -41
- data/lib/rghost/parse_text.rb +53 -0
- data/lib/rghost/point.rb +9 -8
- data/lib/rghost/point_with_command.rb +5 -5
- data/lib/rghost/polygon.rb +75 -0
- data/lib/rghost/ps/AdobeExpert.enc +0 -0
- data/lib/rghost/ps/AdobeLatinEncoding.enc +0 -0
- data/lib/rghost/ps/Bengali.enc +0 -0
- data/lib/rghost/ps/CodePage1250.enc +0 -0
- data/lib/rghost/ps/CodePage1251.enc +0 -0
- data/lib/rghost/ps/CodePage1252.enc +0 -0
- data/lib/rghost/ps/CodePage1253.enc +0 -0
- data/lib/rghost/ps/CodePage1254.enc +0 -0
- data/lib/rghost/ps/CodePage1256.enc +0 -0
- data/lib/rghost/ps/CodePage1257.enc +0 -0
- data/lib/rghost/ps/CodePage1258.enc +0 -0
- data/lib/rghost/ps/CodePage874.enc +0 -0
- data/lib/rghost/ps/Fontmap +5 -0
- data/lib/rghost/ps/IsoLatin.enc +0 -0
- data/lib/rghost/ps/MacCentralEuropean.enc +0 -0
- data/lib/rghost/ps/{MacCyrillice.enc → MacCyrillice.desnc} +0 -0
- data/lib/rghost/ps/MacGreek.enc +0 -0
- data/lib/rghost/ps/MacHebrew.enc +0 -0
- data/lib/rghost/ps/TeX-CorkEncoding.enc +0 -0
- data/lib/rghost/ps/TeX-LGR-Greek.enc +0 -0
- data/lib/rghost/ps/TeX-T2AModified2Encoding.enc +0 -0
- data/lib/rghost/ps/TeX-T2BAdobeEncoding.enc +0 -0
- data/lib/rghost/ps/TeX-T2CAdobeEncoding.enc +0 -0
- data/lib/rghost/ps/TeX-X2AdobeEncoding.enc +0 -0
- data/lib/rghost/ps/TeX-XL2encoding.enc +0 -0
- data/lib/rghost/ps/TeXMathExtensionEncoding.enc +0 -0
- data/lib/rghost/ps/TeXMathItalicEncoding.enc +0 -0
- data/lib/rghost/ps/TeXMathSymbolEncoding.enc +0 -0
- data/lib/rghost/ps/US-ASCII.enc +0 -0
- data/lib/rghost/ps/UTF-8.enc +0 -0
- data/lib/rghost/ps/__datagrid.ps +52 -0
- data/lib/rghost/ps/_cusor.ps +46 -0
- data/lib/rghost/ps/basic.ps +12 -1
- data/lib/rghost/ps/begin_document.ps +1 -0
- data/lib/rghost/ps/callbacks.ps +32 -3
- data/lib/rghost/ps/code128.font +0 -0
- data/lib/rghost/ps/code39.font +0 -0
- data/lib/rghost/ps/cursor.ps +77 -13
- data/lib/rghost/ps/datagrid.ps +4 -1
- data/lib/rghost/ps/developer.ps +237 -0
- data/lib/rghost/ps/ean.font +0 -0
- data/lib/rghost/ps/eps.ps +0 -0
- data/lib/rghost/ps/font.ps +8 -1
- data/lib/rghost/ps/frame.ps +16 -0
- data/lib/rghost/ps/gif.ps +0 -0
- data/lib/rghost/ps/horizontal_line.ps +4 -3
- data/lib/rghost/ps/i25.font +0 -0
- data/lib/rghost/ps/jpeg.ps +0 -0
- data/lib/rghost/ps/paper.ps +0 -0
- data/lib/rghost/ps/rectangle.ps +0 -0
- data/lib/rghost/ps/rghost_default_template.eps +1532 -0
- data/lib/rghost/ps/row.ps +0 -0
- data/lib/rghost/ps/show.ps +2 -1
- data/lib/rghost/ps/table_callbacks.ps +0 -0
- data/lib/rghost/ps/text.ps +63 -0
- data/lib/rghost/ps/textarea.ps +1 -1
- data/lib/rghost/ps/type.ps +0 -0
- data/lib/rghost/ps/unit.ps +0 -0
- data/lib/rghost/ps/vertical_line.ps +2 -4
- data/lib/rghost/ps/virtual_pages.ps +55 -0
- data/lib/rghost/ps_facade.rb +256 -0
- data/lib/rghost/ps_object.rb +24 -20
- data/lib/rghost/rgengine.so +0 -0
- data/lib/rghost/ruby_ghost_config.rb +224 -16
- data/lib/rghost/ruby_ghost_engine.rb +32 -55
- data/lib/rghost/ruby_ghost_version.rb +8 -0
- data/lib/rghost/ruby_to_ps.rb +52 -78
- data/lib/rghost/scale.rb +22 -7
- data/lib/rghost/shape_content.rb +23 -0
- data/lib/rghost/show.rb +77 -20
- data/lib/rghost/static_document_callback.rb +3 -7
- data/lib/rghost/text.rb +44 -0
- data/lib/rghost/text_in.rb +36 -14
- data/lib/rghost/textarea.rb +66 -93
- data/lib/rghost/units.rb +45 -44
- data/lib/rghost/variable.rb +4 -4
- data/lib/rghost/vertical_line.rb +27 -19
- data/lib/rghost/virtual_pages.rb +42 -0
- data/lib/rghost.rb +16 -2
- metadata +153 -500
- data/lib/rghost/arc.rb +0 -39
- data/lib/rghost/barcode.rb +0 -40
- data/lib/rghost/data_grid/basic_grid.rb +0 -136
- data/lib/rghost/data_grid/csv_grid.rb +0 -27
- data/lib/rghost/data_grid/data_grid.rb +0 -14
- data/lib/rghost/data_grid/field_format.rb +0 -60
- data/lib/rghost/data_grid/grid.rb +0 -18
- data/lib/rghost/data_grid/header.rb +0 -111
- data/lib/rghost/data_grid/rails_grid.rb +0 -62
- data/lib/rghost/data_grid/style/border_lines.rb +0 -47
- data/lib/rghost/data_grid/style/bottom_lines.rb +0 -30
- data/lib/rghost/data_grid/style/old_forms.rb +0 -30
- data/lib/rghost/data_grid/style/style.rb +0 -8
- data/lib/rghost/doc/classes/Arc.html +0 -200
- data/lib/rghost/doc/classes/Arc.src/M000049.html +0 -18
- data/lib/rghost/doc/classes/Arc.src/M000050.html +0 -23
- data/lib/rghost/doc/classes/Barcode.html +0 -214
- data/lib/rghost/doc/classes/Barcode.src/M000001.html +0 -19
- data/lib/rghost/doc/classes/Barcode.src/M000002.html +0 -18
- data/lib/rghost/doc/classes/Barcode.src/M000003.html +0 -19
- data/lib/rghost/doc/classes/Barcode.src/M000004.html +0 -27
- data/lib/rghost/doc/classes/CMYK.html +0 -209
- data/lib/rghost/doc/classes/CMYK.src/M000047.html +0 -18
- data/lib/rghost/doc/classes/CMYK.src/M000048.html +0 -24
- data/lib/rghost/doc/classes/Callback.html +0 -220
- data/lib/rghost/doc/classes/Callback.src/M000071.html +0 -21
- data/lib/rghost/doc/classes/Callback.src/M000072.html +0 -26
- data/lib/rghost/doc/classes/Color.html +0 -175
- data/lib/rghost/doc/classes/Color.src/M000028.html +0 -33
- data/lib/rghost/doc/classes/Constants/Colors.html +0 -129
- data/lib/rghost/doc/classes/Constants/Devices.html +0 -163
- data/lib/rghost/doc/classes/Constants/Devices.src/M000168.html +0 -22
- data/lib/rghost/doc/classes/Constants/Fonts.html +0 -144
- data/lib/rghost/doc/classes/Constants/Papers.html +0 -124
- data/lib/rghost/doc/classes/Constants.html +0 -120
- data/lib/rghost/doc/classes/Convert.html +0 -189
- data/lib/rghost/doc/classes/Convert.src/M000067.html +0 -20
- data/lib/rghost/doc/classes/Convert.src/M000068.html +0 -24
- data/lib/rghost/doc/classes/Cursor.html +0 -330
- data/lib/rghost/doc/classes/Cursor.src/M000031.html +0 -21
- data/lib/rghost/doc/classes/Cursor.src/M000032.html +0 -21
- data/lib/rghost/doc/classes/Cursor.src/M000033.html +0 -20
- data/lib/rghost/doc/classes/Cursor.src/M000034.html +0 -18
- data/lib/rghost/doc/classes/Cursor.src/M000035.html +0 -18
- data/lib/rghost/doc/classes/Cursor.src/M000036.html +0 -19
- data/lib/rghost/doc/classes/Cursor.src/M000037.html +0 -22
- data/lib/rghost/doc/classes/Cursor.src/M000038.html +0 -18
- data/lib/rghost/doc/classes/Cursor.src/M000039.html +0 -18
- data/lib/rghost/doc/classes/DSCEntry.html +0 -173
- data/lib/rghost/doc/classes/DSCEntry.src/M000059.html +0 -19
- data/lib/rghost/doc/classes/DSCEntry.src/M000060.html +0 -19
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.html +0 -343
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000140.html +0 -27
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000141.html +0 -26
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000142.html +0 -22
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000143.html +0 -19
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000144.html +0 -26
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000145.html +0 -34
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000146.html +0 -18
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000147.html +0 -37
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000148.html +0 -26
- data/lib/rghost/doc/classes/DataGrid/CSVGrid.html +0 -152
- data/lib/rghost/doc/classes/DataGrid/CSVGrid.src/M000139.html +0 -32
- data/lib/rghost/doc/classes/DataGrid/DynamicCallback.html +0 -158
- data/lib/rghost/doc/classes/DataGrid/DynamicCallback.src/M000149.html +0 -19
- data/lib/rghost/doc/classes/DataGrid/FieldFormat/Custom.html +0 -176
- data/lib/rghost/doc/classes/DataGrid/FieldFormat/Custom.src/M000136.html +0 -18
- data/lib/rghost/doc/classes/DataGrid/FieldFormat/Custom.src/M000137.html +0 -18
- data/lib/rghost/doc/classes/DataGrid/FieldFormat/Custom.src/M000138.html +0 -18
- data/lib/rghost/doc/classes/DataGrid/FieldFormat.html +0 -216
- data/lib/rghost/doc/classes/DataGrid/FieldFormat.src/M000131.html +0 -19
- data/lib/rghost/doc/classes/DataGrid/FieldFormat.src/M000132.html +0 -18
- data/lib/rghost/doc/classes/DataGrid/FieldFormat.src/M000133.html +0 -23
- data/lib/rghost/doc/classes/DataGrid/FieldFormat.src/M000134.html +0 -18
- data/lib/rghost/doc/classes/DataGrid/FieldFormat.src/M000135.html +0 -22
- data/lib/rghost/doc/classes/DataGrid/Grid.html +0 -148
- data/lib/rghost/doc/classes/DataGrid/Grid.src/M000160.html +0 -19
- data/lib/rghost/doc/classes/DataGrid/Header.html +0 -367
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000150.html +0 -26
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000151.html +0 -25
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000152.html +0 -24
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000153.html +0 -19
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000154.html +0 -18
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000155.html +0 -18
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000156.html +0 -18
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000157.html +0 -18
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000158.html +0 -19
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000159.html +0 -19
- data/lib/rghost/doc/classes/DataGrid/RailsGrid.html +0 -234
- data/lib/rghost/doc/classes/DataGrid/RailsGrid.src/M000161.html +0 -27
- data/lib/rghost/doc/classes/DataGrid/RailsGrid.src/M000162.html +0 -23
- data/lib/rghost/doc/classes/DataGrid/RailsGrid.src/M000163.html +0 -18
- data/lib/rghost/doc/classes/DataGrid/StaticCallback.html +0 -158
- data/lib/rghost/doc/classes/DataGrid/StaticCallback.src/M000164.html +0 -19
- data/lib/rghost/doc/classes/DataGrid/Style/BorderLines.html +0 -137
- data/lib/rghost/doc/classes/DataGrid/Style/BorderLines.src/M000128.html +0 -55
- data/lib/rghost/doc/classes/DataGrid/Style/BottomLines.html +0 -137
- data/lib/rghost/doc/classes/DataGrid/Style/BottomLines.src/M000129.html +0 -38
- data/lib/rghost/doc/classes/DataGrid/Style/OldForms.html +0 -137
- data/lib/rghost/doc/classes/DataGrid/Style/OldForms.src/M000130.html +0 -38
- data/lib/rghost/doc/classes/DataGrid/Style.html +0 -113
- data/lib/rghost/doc/classes/DataGrid.html +0 -133
- data/lib/rghost/doc/classes/Document.html +0 -990
- data/lib/rghost/doc/classes/Document.src/M000075.html +0 -32
- data/lib/rghost/doc/classes/Document.src/M000076.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000077.html +0 -29
- data/lib/rghost/doc/classes/Document.src/M000078.html +0 -33
- data/lib/rghost/doc/classes/Document.src/M000079.html +0 -20
- data/lib/rghost/doc/classes/Document.src/M000080.html +0 -21
- data/lib/rghost/doc/classes/Document.src/M000081.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000082.html +0 -19
- data/lib/rghost/doc/classes/Document.src/M000083.html +0 -21
- data/lib/rghost/doc/classes/Document.src/M000084.html +0 -22
- data/lib/rghost/doc/classes/Document.src/M000085.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000086.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000087.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000088.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000089.html +0 -19
- data/lib/rghost/doc/classes/Document.src/M000090.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000091.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000092.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000093.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000094.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000095.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000096.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000097.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000098.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000099.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000100.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000101.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000102.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000103.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000104.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000105.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000106.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000107.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000108.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000109.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000110.html +0 -18
- data/lib/rghost/doc/classes/Document.src/M000111.html +0 -20
- data/lib/rghost/doc/classes/Document.src/M000112.html +0 -19
- data/lib/rghost/doc/classes/Document.src/M000113.html +0 -19
- data/lib/rghost/doc/classes/DynamicDocumentCallback.html +0 -175
- data/lib/rghost/doc/classes/DynamicDocumentCallback.src/M000022.html +0 -19
- data/lib/rghost/doc/classes/Eps.html +0 -168
- data/lib/rghost/doc/classes/Eps.src/M000063.html +0 -20
- data/lib/rghost/doc/classes/Eps.src/M000064.html +0 -20
- data/lib/rghost/doc/classes/Font.html +0 -205
- data/lib/rghost/doc/classes/Font.src/M000061.html +0 -22
- data/lib/rghost/doc/classes/Font.src/M000062.html +0 -37
- data/lib/rghost/doc/classes/Function.html +0 -196
- data/lib/rghost/doc/classes/Function.src/M000045.html +0 -27
- data/lib/rghost/doc/classes/Function.src/M000046.html +0 -20
- data/lib/rghost/doc/classes/GSAlone.html +0 -154
- data/lib/rghost/doc/classes/GSAlone.src/M000065.html +0 -19
- data/lib/rghost/doc/classes/GSAlone.src/M000066.html +0 -22
- data/lib/rghost/doc/classes/Gif.html +0 -148
- data/lib/rghost/doc/classes/Gif.src/M000040.html +0 -30
- data/lib/rghost/doc/classes/Graphic.html +0 -153
- data/lib/rghost/doc/classes/Graphic.src/M000014.html +0 -18
- data/lib/rghost/doc/classes/Gray.html +0 -181
- data/lib/rghost/doc/classes/Gray.src/M000026.html +0 -18
- data/lib/rghost/doc/classes/Gray.src/M000027.html +0 -19
- data/lib/rghost/doc/classes/Helpers/HashKeyMethod.html +0 -131
- data/lib/rghost/doc/classes/Helpers/HashKeyMethod.src/M000127.html +0 -18
- data/lib/rghost/doc/classes/Helpers/HashKeyMethodClass.html +0 -118
- data/lib/rghost/doc/classes/Helpers.html +0 -112
- data/lib/rghost/doc/classes/HorizontalLine.html +0 -186
- data/lib/rghost/doc/classes/HorizontalLine.src/M000023.html +0 -23
- data/lib/rghost/doc/classes/Image.html +0 -176
- data/lib/rghost/doc/classes/Image.src/M000042.html +0 -20
- data/lib/rghost/doc/classes/Image.src/M000043.html +0 -26
- data/lib/rghost/doc/classes/Jpeg.html +0 -148
- data/lib/rghost/doc/classes/Jpeg.src/M000013.html +0 -28
- data/lib/rghost/doc/classes/Line.html +0 -190
- data/lib/rghost/doc/classes/Line.src/M000069.html +0 -20
- data/lib/rghost/doc/classes/Line.src/M000070.html +0 -19
- data/lib/rghost/doc/classes/LineWidth.html +0 -172
- data/lib/rghost/doc/classes/LineWidth.src/M000005.html +0 -18
- data/lib/rghost/doc/classes/LineWidth.src/M000006.html +0 -18
- data/lib/rghost/doc/classes/Load.html +0 -161
- data/lib/rghost/doc/classes/Load.src/M000165.html +0 -21
- data/lib/rghost/doc/classes/Load.src/M000166.html +0 -34
- data/lib/rghost/doc/classes/Load.src/M000167.html +0 -19
- data/lib/rghost/doc/classes/NewPath.html +0 -153
- data/lib/rghost/doc/classes/NewPath.src/M000041.html +0 -18
- data/lib/rghost/doc/classes/Paper.html +0 -213
- data/lib/rghost/doc/classes/Paper.src/M000010.html +0 -20
- data/lib/rghost/doc/classes/Paper.src/M000011.html +0 -24
- data/lib/rghost/doc/classes/Paper.src/M000012.html +0 -20
- data/lib/rghost/doc/classes/Point.html +0 -180
- data/lib/rghost/doc/classes/Point.src/M000073.html +0 -20
- data/lib/rghost/doc/classes/Point.src/M000074.html +0 -18
- data/lib/rghost/doc/classes/PointWithCommand.html +0 -150
- data/lib/rghost/doc/classes/PointWithCommand.src/M000115.html +0 -22
- data/lib/rghost/doc/classes/PsObject.html +0 -269
- data/lib/rghost/doc/classes/PsObject.src/M000015.html +0 -25
- data/lib/rghost/doc/classes/PsObject.src/M000016.html +0 -18
- data/lib/rghost/doc/classes/PsObject.src/M000017.html +0 -18
- data/lib/rghost/doc/classes/PsObject.src/M000018.html +0 -18
- data/lib/rghost/doc/classes/PsObject.src/M000019.html +0 -21
- data/lib/rghost/doc/classes/PsObject.src/M000020.html +0 -19
- data/lib/rghost/doc/classes/PsObject.src/M000021.html +0 -18
- data/lib/rghost/doc/classes/RGB.html +0 -213
- data/lib/rghost/doc/classes/RGB.src/M000024.html +0 -21
- data/lib/rghost/doc/classes/RGB.src/M000025.html +0 -25
- data/lib/rghost/doc/classes/Rectangle.html +0 -226
- data/lib/rghost/doc/classes/Rectangle.src/M000056.html +0 -18
- data/lib/rghost/doc/classes/Rectangle.src/M000057.html +0 -24
- data/lib/rghost/doc/classes/Rectangle.src/M000058.html +0 -21
- data/lib/rghost/doc/classes/RubyGhostConfig.html +0 -144
- data/lib/rghost/doc/classes/RubyGhostConfig.src/M000118.html +0 -22
- data/lib/rghost/doc/classes/RubyGhostEngine.html +0 -261
- data/lib/rghost/doc/classes/RubyGhostEngine.src/M000007.html +0 -24
- data/lib/rghost/doc/classes/RubyGhostEngine.src/M000008.html +0 -96
- data/lib/rghost/doc/classes/RubyGhostEngine.src/M000009.html +0 -21
- data/lib/rghost/doc/classes/RubyToPs.html +0 -272
- data/lib/rghost/doc/classes/RubyToPs.src/M000119.html +0 -23
- data/lib/rghost/doc/classes/RubyToPs.src/M000120.html +0 -18
- data/lib/rghost/doc/classes/RubyToPs.src/M000121.html +0 -18
- data/lib/rghost/doc/classes/RubyToPs.src/M000122.html +0 -19
- data/lib/rghost/doc/classes/RubyToPs.src/M000123.html +0 -30
- data/lib/rghost/doc/classes/RubyToPs.src/M000124.html +0 -18
- data/lib/rghost/doc/classes/RubyToPs.src/M000125.html +0 -18
- data/lib/rghost/doc/classes/RubyToPs.src/M000126.html +0 -30
- data/lib/rghost/doc/classes/Scale.html +0 -153
- data/lib/rghost/doc/classes/Scale.src/M000114.html +0 -18
- data/lib/rghost/doc/classes/Show.html +0 -203
- data/lib/rghost/doc/classes/Show.src/M000052.html +0 -20
- data/lib/rghost/doc/classes/Show.src/M000053.html +0 -19
- data/lib/rghost/doc/classes/StaticDocumentCallback.html +0 -168
- data/lib/rghost/doc/classes/StaticDocumentCallback.src/M000051.html +0 -19
- data/lib/rghost/doc/classes/TextArea.html +0 -217
- data/lib/rghost/doc/classes/TextArea.src/M000029.html +0 -22
- data/lib/rghost/doc/classes/TextArea.src/M000030.html +0 -24
- data/lib/rghost/doc/classes/TextIn.html +0 -201
- data/lib/rghost/doc/classes/TextIn.src/M000054.html +0 -19
- data/lib/rghost/doc/classes/TextIn.src/M000055.html +0 -24
- data/lib/rghost/doc/classes/Units/Cm.html +0 -145
- data/lib/rghost/doc/classes/Units/Cm.src/M000175.html +0 -19
- data/lib/rghost/doc/classes/Units/Inch.html +0 -145
- data/lib/rghost/doc/classes/Units/Inch.src/M000174.html +0 -18
- data/lib/rghost/doc/classes/Units/PSUnit.html +0 -139
- data/lib/rghost/doc/classes/Units/PSUnit.src/M000170.html +0 -18
- data/lib/rghost/doc/classes/Units/Unit.html +0 -190
- data/lib/rghost/doc/classes/Units/Unit.src/M000171.html +0 -18
- data/lib/rghost/doc/classes/Units/Unit.src/M000172.html +0 -19
- data/lib/rghost/doc/classes/Units/Unit.src/M000173.html +0 -18
- data/lib/rghost/doc/classes/Units.html +0 -166
- data/lib/rghost/doc/classes/Units.src/M000169.html +0 -22
- data/lib/rghost/doc/classes/Variable.html +0 -152
- data/lib/rghost/doc/classes/Variable.src/M000044.html +0 -18
- data/lib/rghost/doc/classes/VerticalLine.html +0 -175
- data/lib/rghost/doc/classes/VerticalLine.src/M000116.html +0 -23
- data/lib/rghost/doc/classes/VerticalLine.src/M000117.html +0 -19
- data/lib/rghost/doc/created.rid +0 -1
- data/lib/rghost/doc/files/arc_rb.html +0 -109
- data/lib/rghost/doc/files/barcode_rb.html +0 -108
- data/lib/rghost/doc/files/callback_rb.html +0 -109
- data/lib/rghost/doc/files/color_rb.html +0 -110
- data/lib/rghost/doc/files/constants_rb.html +0 -108
- data/lib/rghost/doc/files/convert_rb.html +0 -107
- data/lib/rghost/doc/files/cursor_rb.html +0 -110
- data/lib/rghost/doc/files/data_grid/basic_grid_rb.html +0 -108
- data/lib/rghost/doc/files/data_grid/csv_grid_rb.html +0 -108
- data/lib/rghost/doc/files/data_grid/data_grid_rb.html +0 -116
- data/lib/rghost/doc/files/data_grid/dynamic_callback_rb.html +0 -108
- data/lib/rghost/doc/files/data_grid/field_format_rb.html +0 -109
- data/lib/rghost/doc/files/data_grid/grid_rb.html +0 -108
- data/lib/rghost/doc/files/data_grid/header_rb.html +0 -113
- data/lib/rghost/doc/files/data_grid/rails_grid_rb.html +0 -108
- data/lib/rghost/doc/files/data_grid/static_callback_rb.html +0 -109
- data/lib/rghost/doc/files/data_grid/style/border_lines_rb.html +0 -101
- data/lib/rghost/doc/files/data_grid/style/bottom_lines_rb.html +0 -101
- data/lib/rghost/doc/files/data_grid/style/old_forms_rb.html +0 -101
- data/lib/rghost/doc/files/data_grid/style/style_rb.html +0 -110
- data/lib/rghost/doc/files/document_rb.html +0 -150
- data/lib/rghost/doc/files/dsc_entry_rb.html +0 -108
- data/lib/rghost/doc/files/dynamic_document_callback_rb.html +0 -108
- data/lib/rghost/doc/files/eps_rb.html +0 -108
- data/lib/rghost/doc/files/font_rb.html +0 -110
- data/lib/rghost/doc/files/function_rb.html +0 -108
- data/lib/rghost/doc/files/gif_rb.html +0 -114
- data/lib/rghost/doc/files/graphic_rb.html +0 -113
- data/lib/rghost/doc/files/gs_alone_rb.html +0 -101
- data/lib/rghost/doc/files/helpers_rb.html +0 -101
- data/lib/rghost/doc/files/horizontal_line_rb.html +0 -109
- data/lib/rghost/doc/files/image_rb.html +0 -108
- data/lib/rghost/doc/files/jpeg_rb.html +0 -112
- data/lib/rghost/doc/files/line_rb.html +0 -109
- data/lib/rghost/doc/files/line_width_rb.html +0 -108
- data/lib/rghost/doc/files/load_rb.html +0 -108
- data/lib/rghost/doc/files/newpath_rb.html +0 -113
- data/lib/rghost/doc/files/paper_rb.html +0 -112
- data/lib/rghost/doc/files/point_rb.html +0 -109
- data/lib/rghost/doc/files/point_with_command_rb.html +0 -109
- data/lib/rghost/doc/files/ps_object_rb.html +0 -107
- data/lib/rghost/doc/files/rectangle_rb.html +0 -110
- data/lib/rghost/doc/files/rghost_rb.html +0 -109
- data/lib/rghost/doc/files/ruby_ghost_config_rb.html +0 -109
- data/lib/rghost/doc/files/ruby_ghost_engine_rb.html +0 -111
- data/lib/rghost/doc/files/ruby_to_ps_rb.html +0 -107
- data/lib/rghost/doc/files/scale_rb.html +0 -108
- data/lib/rghost/doc/files/show_rb.html +0 -109
- data/lib/rghost/doc/files/static_document_callback_rb.html +0 -109
- data/lib/rghost/doc/files/text_in_rb.html +0 -110
- data/lib/rghost/doc/files/textarea_rb.html +0 -111
- data/lib/rghost/doc/files/units_rb.html +0 -109
- data/lib/rghost/doc/files/variable_rb.html +0 -108
- data/lib/rghost/doc/files/version_rb.html +0 -101
- data/lib/rghost/doc/files/vertical_line_rb.html +0 -110
- data/lib/rghost/doc/fr_class_index.html +0 -93
- data/lib/rghost/doc/fr_file_index.html +0 -81
- data/lib/rghost/doc/fr_method_index.html +0 -201
- data/lib/rghost/doc/index.html +0 -24
- data/lib/rghost/ps/functions.ps +0 -646
- data/lib/rghost/rectangle.rb +0 -39
- data/lib/rghost/rghost.rb +0 -3
- data/lib/rghost/version.rb +0 -9
@@ -0,0 +1,46 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
class RGhost::Grid::Style::BorderLines
|
4
|
+
|
5
|
+
def set_style(grid)
|
6
|
+
|
7
|
+
grid.before_row do
|
8
|
+
|
9
|
+
horizontal_line(:top, :size => grid.width)
|
10
|
+
horizontal_line(:bottom, :size => grid.width)
|
11
|
+
end
|
12
|
+
|
13
|
+
grid.before_column :only => 0 do
|
14
|
+
vertical_line_row
|
15
|
+
end
|
16
|
+
|
17
|
+
grid.after_column do
|
18
|
+
vertical_line_row
|
19
|
+
end
|
20
|
+
|
21
|
+
|
22
|
+
grid.header.before_create do
|
23
|
+
line_width(0)
|
24
|
+
use_tag :bold
|
25
|
+
horizontal_line(:top, :size => grid.width)
|
26
|
+
horizontal_line(:bottom,:size => grid.width)
|
27
|
+
end
|
28
|
+
|
29
|
+
grid.header.after_create { use_tag :normal }
|
30
|
+
|
31
|
+
|
32
|
+
grid.header.before_column :only => 0 do
|
33
|
+
vertical_line_row
|
34
|
+
end
|
35
|
+
|
36
|
+
grid.header.after_column do
|
37
|
+
vertical_line_row
|
38
|
+
end
|
39
|
+
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
end
|
44
|
+
|
45
|
+
|
46
|
+
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
class RGhost::Grid::Style::BottomLines
|
4
|
+
|
5
|
+
def set_style(grid)
|
6
|
+
|
7
|
+
size=grid.header.size
|
8
|
+
grid.before_row do
|
9
|
+
horizontal_line(:bottom,:size => grid.width)
|
10
|
+
|
11
|
+
end
|
12
|
+
|
13
|
+
grid.header.before_create do
|
14
|
+
line_width(0)
|
15
|
+
horizontal_line(:bottom,:size => grid.width)
|
16
|
+
use_tag :bold
|
17
|
+
end
|
18
|
+
|
19
|
+
grid.header.after_create { use_tag :normal }
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
end
|
28
|
+
|
29
|
+
|
30
|
+
end
|
@@ -0,0 +1,30 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
class RGhost::Grid::Style::OldForms
|
4
|
+
|
5
|
+
def set_style(grid)
|
6
|
+
|
7
|
+
size=grid.header.size
|
8
|
+
grid.odd_row do
|
9
|
+
background_row(:size => size)
|
10
|
+
|
11
|
+
end
|
12
|
+
|
13
|
+
grid.header.before_create do
|
14
|
+
line_width(0)
|
15
|
+
background_row(:size => size, :color => RGhost::ShapeContent::DEFAULT_OPTIONS[:color] )
|
16
|
+
use_tag :bold
|
17
|
+
end
|
18
|
+
|
19
|
+
grid.header.after_create { use_tag :normal }
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
end
|
28
|
+
|
29
|
+
|
30
|
+
end
|
data/lib/rghost/gs_alone.rb
CHANGED
@@ -1,15 +1,17 @@
|
|
1
|
-
class GSAlone
|
1
|
+
class RGhost::GSAlone #:nodoc:
|
2
2
|
|
3
|
-
def initialize(params)
|
3
|
+
def initialize(params,debug=false)
|
4
4
|
@params=params.dup
|
5
5
|
@params[0]=" "
|
6
|
+
@debug=debug
|
6
7
|
end
|
7
8
|
|
8
9
|
def run
|
9
10
|
cmd=@params.join(" ")
|
10
|
-
r=system(
|
11
|
-
|
12
|
-
puts
|
11
|
+
r=system(RGhost::Config::GS[:path]+cmd)
|
12
|
+
|
13
|
+
puts RGhost::Config::GS[:path]+cmd if @debug
|
14
|
+
#puts r
|
13
15
|
r
|
14
16
|
end
|
15
17
|
|
data/lib/rghost/helpers.rb
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
module
|
2
|
-
module HashKeyMethod
|
1
|
+
module RGhost::UnlessHelpers #:nodoc:
|
2
|
+
module HashKeyMethod #:nodoc:
|
3
3
|
def method_missing(method, *args)
|
4
|
-
|
4
|
+
self[method.to_sym]
|
5
5
|
end
|
6
6
|
end
|
7
7
|
|
8
|
-
class HashKeyMethodClass < Hash
|
8
|
+
class HashKeyMethodClass < Hash #:nodoc:
|
9
9
|
include HashKeyMethod
|
10
10
|
end
|
11
11
|
|
@@ -1,28 +1,44 @@
|
|
1
1
|
require "ps_object"
|
2
2
|
require "units"
|
3
|
-
#
|
3
|
+
#Creates horizontal line on the current row.
|
4
|
+
class RGhost::HorizontalLine < RGhost::PsObject
|
5
|
+
|
6
|
+
DEFAULT_OPTIONS={:start_in => :limit_left, :size => :area_x,
|
7
|
+
:border => RGhost::Border::DEFAULT_OPTIONS
|
8
|
+
|
9
|
+
}
|
10
|
+
|
11
|
+
#Examples
|
12
|
+
#
|
13
|
+
#Drawing line on middle
|
14
|
+
#
|
15
|
+
# doc.show "Foo Bar"
|
16
|
+
# doc.horizontal_line :middle
|
4
17
|
#
|
5
|
-
#
|
6
|
-
#
|
7
|
-
#
|
8
|
-
|
18
|
+
#link:images/horizontal_line01.png
|
19
|
+
#
|
20
|
+
#Drawing line on bottom and customizing border attributes
|
21
|
+
#
|
22
|
+
# doc.show "Foo Bar"
|
23
|
+
# doc.horizontal_line :bottom, :border => {:dash => [1,2,2,2], :color => :red}
|
24
|
+
#
|
25
|
+
#link:images/horizontal_line02.png
|
26
|
+
#
|
27
|
+
#Specifies size and where will start of line
|
28
|
+
#
|
29
|
+
# doc.show "Foo Bar"
|
30
|
+
# doc.horizontal_line :top, :start_in => 2, :size => 5, :border => {:dash => [1,2,2,2], :color => :red}
|
31
|
+
#
|
32
|
+
#link:images/horizontal_line03.png
|
33
|
+
|
9
34
|
|
10
|
-
DEFAULT_OPTIONS={:start_in => :limit_left, :size => :area_x}
|
11
|
-
#Nova inst�ncia de HorizontalLine.
|
12
|
-
#
|
13
|
-
#No meio da faixa come�ando de limit_left da p�gina com tamanho da area_x
|
14
|
-
# h=HorizontalLine.new
|
15
|
-
#Iniciando da posi��o 3 at� a 5, no topo
|
16
|
-
# h=HorizontalLine.new(:top, :start_in => 3, :size => 2)
|
17
|
-
#Em um Document
|
18
|
-
# d=Document.new
|
19
|
-
# d.set HorizontalLine.new(:bottom)
|
20
35
|
def initialize(valign=:middle,options={})
|
21
36
|
@options=DEFAULT_OPTIONS.dup.merge(options)
|
22
|
-
start_in=Units::parse(@options[:start_in])
|
23
|
-
size=Units::parse(@options[:size])
|
24
|
-
|
25
|
-
super("#{start_in} #{size} horizontal_line_#{valign}")
|
37
|
+
start_in= RGhost::Units::parse(@options[:start_in])
|
38
|
+
size= RGhost::Units::parse(@options[:size])
|
39
|
+
border=RGhost::Border.new(@options[:border])
|
40
|
+
super("gsave #{border.ps } #{start_in} #{size} horizontal_line_#{valign} grestore")
|
41
|
+
#super("#{start_in} #{size} horizontal_line_#{valign}")
|
26
42
|
|
27
43
|
end
|
28
44
|
|
@@ -0,0 +1,75 @@
|
|
1
|
+
#=Ruby Ghostscript engine - Document Builder
|
2
|
+
#==About
|
3
|
+
#RubyGhost (RGhost) is a library for document developers wanting a quick and easy
|
4
|
+
#way to generate pdf files. Notable features include: inserting images,
|
5
|
+
#vector drawing , font suppoort , EPS template support and multiple output formats.
|
6
|
+
#RGhost acts as Ruby a wrapper over the Ghostscript engine enriched by predefined
|
7
|
+
#set Postscript(ps) functions. For example:
|
8
|
+
#
|
9
|
+
#Ruby code you'll write:
|
10
|
+
#
|
11
|
+
# h=HorizontalLine.new :middle, :start_in => 3, :size => 2
|
12
|
+
#
|
13
|
+
#gets translated to the following Postscript function. Note how this is not actually
|
14
|
+
#raw Postscript, instead it makes use of a set of predefined functions shipped with Rghost.
|
15
|
+
#
|
16
|
+
# 3 unit 2 unit exch gsave current_row row_height sqrt add moveto 0 rlineto stroke grestore
|
17
|
+
#
|
18
|
+
#Unless embarking into deep Postscript wizardry you don't need to be aware of this fact.
|
19
|
+
#Basically RGhost is a helper for creating of Postscript documents.
|
20
|
+
#The resulting Postscript document is rendered to the target format (usually pdf but not just)
|
21
|
+
#by invoking Ghostscript the free Postscript interpreter. Ghostscript settings very
|
22
|
+
#a lot depending on your platform. Initially RGhost was developed for *nix environments
|
23
|
+
#where Ghostscript is (almost always) native and used as a printing filter (CUPS, LPRng etc)
|
24
|
+
#and also as a document format converter. So it became necessary to make an interface
|
25
|
+
#between Ruby and Ghostscript in two ways:
|
26
|
+
#
|
27
|
+
#* gsapi - based on the exchange of data between Ruby and Ghostscript via rgengine.so using gslib.so.8 or gslib-esp.so.8
|
28
|
+
#* gsparams - In this mode RGhost just pass parameters to the Ghostscript framework.1.1 Files
|
29
|
+
#
|
30
|
+
#During the conversion of the postscript code to the desired format 4 files are created, 3 of them being temporary.
|
31
|
+
#
|
32
|
+
#====Input
|
33
|
+
#The input file is a pure postscript file with a .rgin extension that will be automatically removed after the conversion process, even if errors show up.
|
34
|
+
#
|
35
|
+
#====Errors
|
36
|
+
#Using a .rgerr extension, its content are the errors generated by ghostscript. It'll be deleted after the conversion. The content of the file is available on the errors variable of the RubyGhostEngine class.
|
37
|
+
#
|
38
|
+
#====Log
|
39
|
+
#The log file is set using the option :logfile of the RubyGhostEngine class, appending all logs to it. Disabled by default.
|
40
|
+
#
|
41
|
+
#====Output
|
42
|
+
#The output files will have the extension passed to the RGhost::Document#render method. For multi page formats it will return an array of files. These files aren't deleted automatically, meaning that the developer will have to deal with them.
|
43
|
+
#====Author
|
44
|
+
#Shairon Toledo shairon.toledo(at)gmail.com http://www.hashcode.eti.br Brazil Jun/2008
|
45
|
+
#====Thanks
|
46
|
+
#Dee Zsombor[http://deezsombor.com] and Mereghost
|
47
|
+
#
|
48
|
+
#==Installation and Setup
|
49
|
+
#====Ghostscript
|
50
|
+
#You need to have ESP Ghostscript 8.xx or GNU Ghostscript 8.xx installed
|
51
|
+
#
|
52
|
+
#=====Non-coupled installation: *gsparams* (recommended)
|
53
|
+
#This is the simplest setup, you'll have to dowload and install the Ghostscript framework(http://www.cs.wisc.edu/~ghost/).
|
54
|
+
#Rhgost will invoke the ghostscript interpreter in the background to generate the desired output.
|
55
|
+
#
|
56
|
+
#===== Coupled installation: *gslib* (Linux only)
|
57
|
+
#You can use the native ghostrcipt interface via the gs-esp and libgs-esp8 (libgs-esp.so) packages. This may be already set up for you on Linux or you'll have to compile ghostscript
|
58
|
+
#=====Installation via remote gem
|
59
|
+
# gem install rghost
|
60
|
+
#
|
61
|
+
#=====Rails plugin installation
|
62
|
+
#Gets last version in RubyForge[http://rubyforge.org/frs/?group_id=3796&release_id=18301] unpack on RAILS_ROOT/lib
|
63
|
+
#====Setup
|
64
|
+
#Look at RGhost::Config
|
65
|
+
#==Namespace
|
66
|
+
#You can work either full namespace of including RGhost module.
|
67
|
+
#=====Full namespace
|
68
|
+
# doc=RGhost::Document.new
|
69
|
+
#=====Including module RGhost
|
70
|
+
# include RGhost
|
71
|
+
# doc=Document.new
|
72
|
+
|
73
|
+
class RGhost::HowTo
|
74
|
+
|
75
|
+
end
|
data/lib/rghost/image.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
require "ps_object"
|
2
|
-
#
|
3
|
-
class Image < PsObject
|
2
|
+
#Super class of GIF and JPEG.
|
3
|
+
class RGhost::Image < RGhost::PsObject
|
4
4
|
DEFAULT_OPTIONS={:x=> :limit_left, :y=> 1, :zoom => 100, :rotate => 0}
|
5
5
|
|
6
6
|
def initialize(image_path,options={})
|
@@ -9,14 +9,14 @@ class Image < PsObject
|
|
9
9
|
@file=image_path
|
10
10
|
end
|
11
11
|
|
12
|
-
#
|
13
|
-
def
|
12
|
+
#Facade method for load image by file extension. Uses Eps, Gif and Jpeg class. Accepts gif, jpeg, jpg and eps
|
13
|
+
def self.for(path,options={})
|
14
14
|
|
15
15
|
clazz=case path
|
16
|
-
when /gif$/i: Gif
|
17
|
-
when /jpe?g$/i: Jpeg
|
18
|
-
when /(eps|template)$/i :Eps
|
19
|
-
else raise NameError.new("
|
16
|
+
when /gif$/i: RGhost::Gif
|
17
|
+
when /jpe?g$/i: RGhost::Jpeg
|
18
|
+
when /(eps|template)$/i : RGhost::Eps
|
19
|
+
else raise NameError.new("Unsupported format")
|
20
20
|
end
|
21
21
|
|
22
22
|
clazz.new(path,options)
|
data/lib/rghost/jpeg.rb
CHANGED
@@ -3,9 +3,22 @@ require "graphic"
|
|
3
3
|
require "cursor"
|
4
4
|
require "variable"
|
5
5
|
require "image"
|
6
|
-
#
|
7
|
-
|
8
|
-
|
6
|
+
#Loads JPEG image from file
|
7
|
+
#===Examples
|
8
|
+
# doc=Document.new
|
9
|
+
# doc.set Jpeg.new "../public/images/button.jpg", :x => 10, :y => 3
|
10
|
+
#Using Image.for facade
|
11
|
+
# doc.set Image.for "../public/images/button.jpg", :x => 10, :y => 3
|
12
|
+
#Using PsFacade or Document
|
13
|
+
# doc.image "images/button.jpg", :x => 10, :y => 3
|
14
|
+
#Using Zoom of the 200 percent
|
15
|
+
# doc.image "images/button.jpg", :zoom => 200
|
16
|
+
#===Options
|
17
|
+
#
|
18
|
+
#* <tt>:x and :y</tt> - Coordinates to position.
|
19
|
+
#* <tt>:rotate</tt> - Angle to image rotation if there is one.
|
20
|
+
#* <tt>:zoom</tt> - Resize proportionally the image
|
21
|
+
class RGhost::Jpeg < RGhost::Image
|
9
22
|
|
10
23
|
|
11
24
|
|
@@ -13,12 +26,12 @@ class Jpeg < Image
|
|
13
26
|
#x=Units::parse( @options[:x] )
|
14
27
|
#y=Units::parse( @options[:y] )
|
15
28
|
|
16
|
-
g=Graphic.new
|
17
|
-
g.set Cursor.translate(@options)
|
29
|
+
g=RGhost::Graphic.new
|
30
|
+
g.set RGhost::Cursor.translate(@options)
|
18
31
|
#set Cursor.translate()
|
19
|
-
g.set Cursor.rotate(@options[:rotate])
|
20
|
-
g.set Variable.new(:zoom,@options[:zoom]/100.0)
|
21
|
-
g.set PsObject.new("(#{@file}) viewJPEG")
|
32
|
+
g.set RGhost::Cursor.rotate(@options[:rotate])
|
33
|
+
g.set RGhost::Variable.new(:zoom,@options[:zoom]/100.0)
|
34
|
+
g.set RGhost::PsObject.new("(#{@file}) viewJPEG")
|
22
35
|
g
|
23
36
|
|
24
37
|
end
|
data/lib/rghost/line.rb
CHANGED
@@ -1,35 +1,84 @@
|
|
1
1
|
require "ps_object"
|
2
2
|
require "point"
|
3
3
|
|
4
|
-
#
|
5
|
-
class Line < PsObject
|
4
|
+
#Creates straight lines
|
5
|
+
class RGhost::Line < RGhost::PsObject
|
6
6
|
DEFAULT_POINT={:x => :limit_left , :y => :current_row}
|
7
7
|
|
8
|
-
#
|
9
|
-
|
10
|
-
#
|
11
|
-
#
|
12
|
-
|
8
|
+
#Draw line the one pont until another, the first point is creates by moveto and de last point using the method lineto.
|
9
|
+
#===Examples
|
10
|
+
# doc=Document.new
|
11
|
+
# doc.moveto :x => 2, :y => 3
|
12
|
+
# doc.lineto :x => 5, :y => 2
|
13
|
+
#
|
14
|
+
#link:images/line01.png
|
15
|
+
#
|
16
|
+
# doc=Document.new
|
17
|
+
# doc.moveto :x => 2, :y => 3
|
18
|
+
# doc.lineto :x => 4, :y => 4
|
19
|
+
#
|
20
|
+
#link:images/line02.png
|
21
|
+
#
|
22
|
+
# doc=Document.new
|
23
|
+
# doc.border :color => '#AAFA49', :width => 4
|
24
|
+
# doc.moveto :x => 2, :y => 3
|
25
|
+
# doc.lineto :x => 4, :y => 1
|
26
|
+
#
|
27
|
+
#link:images/line03.png
|
28
|
+
#
|
29
|
+
# doc=Document.new
|
30
|
+
# doc.border :color => '#49AAFA', :width => 1
|
31
|
+
# doc.moveto :x => 2, :y => 3
|
32
|
+
# doc.lineto :x => 4, :y => 1
|
33
|
+
# doc.moveto :x => 2, :y => 3
|
34
|
+
# doc.lineto :x => 2, :y => 1
|
35
|
+
#
|
36
|
+
#link:images/line04.png
|
37
|
+
#
|
38
|
+
#Using graphic state to close path shape
|
39
|
+
#
|
40
|
+
# doc=Document.new
|
41
|
+
# doc.graphic do
|
42
|
+
# doc.border :color => '#49AAFA', :width => 1
|
43
|
+
# doc.moveto :x => 2, :y => 3
|
44
|
+
# doc.lineto :x => 4, :y => 1
|
45
|
+
# doc.lineto :x => 2, :y => 1
|
46
|
+
# doc.shape_content :color => "#F0FFFF"
|
47
|
+
# doc.closepath
|
48
|
+
# end
|
49
|
+
#
|
50
|
+
#link:images/line05.png
|
51
|
+
def self.lineto(point={})
|
13
52
|
|
14
|
-
Line.make_command(:lineto,point)
|
53
|
+
RGhost::Line.make_command(:lineto,point)
|
15
54
|
|
16
55
|
end
|
17
|
-
#
|
18
|
-
#
|
19
|
-
|
20
|
-
#
|
21
|
-
|
22
|
-
|
56
|
+
#(Relative lineto) Draw straingh line in the same manner as lineto, but from current point to distance for next :x and :y. That is, rlineto constructs a line from (x, y) to (x + dx, y + dy) and makes (x + dx, y + dy) the new current point.
|
57
|
+
#
|
58
|
+
#===Examples
|
59
|
+
# doc=Document.new
|
60
|
+
# doc.moveto :x => 2, :y => 1
|
61
|
+
# doc.rlineto :x => 3, :y => 2
|
62
|
+
#
|
63
|
+
#link:images/line06.png
|
64
|
+
#
|
65
|
+
# doc=Document.new
|
66
|
+
# doc.moveto :x => 2, :y => 1
|
67
|
+
# doc.rlineto :x => 3, :y => 2
|
68
|
+
# doc.rlineto :x => 0, :y => -2
|
69
|
+
#link:images/line07.png
|
70
|
+
def self.rlineto(point={})
|
71
|
+
line=RGhost::Line.make_command(:rlineto,point)
|
23
72
|
|
24
73
|
end
|
25
74
|
|
26
75
|
|
27
76
|
private
|
28
|
-
def
|
77
|
+
def self.make_command(command,point={})
|
29
78
|
|
30
79
|
p=DEFAULT_POINT.dup.merge(point)
|
31
|
-
p=Point.new(p[:x],p[:y])
|
32
|
-
PsObject.new "#{p.ps}#{command}"
|
80
|
+
p=RGhost::Point.new(p[:x],p[:y])
|
81
|
+
RGhost::PsObject.new "#{p.ps}#{command}"
|
33
82
|
end
|
34
83
|
|
35
84
|
end
|
data/lib/rghost/line_width.rb
CHANGED
@@ -1,12 +1,23 @@
|
|
1
1
|
require "ps_object"
|
2
|
-
#
|
3
|
-
class LineWidth < PsObject
|
4
|
-
|
5
|
-
#
|
6
|
-
#
|
7
|
-
#
|
8
|
-
#
|
9
|
-
|
2
|
+
#Sets the line width parameter in the graphics state.
|
3
|
+
class RGhost::LineWidth < RGhost::PsObject
|
4
|
+
|
5
|
+
#Examples
|
6
|
+
#The more tiny line
|
7
|
+
# doc=Document.new
|
8
|
+
# doc.line_width 0
|
9
|
+
#
|
10
|
+
#link:images/line_width01.png
|
11
|
+
#
|
12
|
+
# doc.line_width 1
|
13
|
+
#
|
14
|
+
#link:images/line_width02.png
|
15
|
+
#
|
16
|
+
# doc.line_width 2
|
17
|
+
#
|
18
|
+
#link:images/line_width03.png
|
19
|
+
#
|
20
|
+
def initialize(value=0.3)
|
10
21
|
@value=value
|
11
22
|
end
|
12
23
|
|
data/lib/rghost/load.rb
CHANGED
@@ -1,34 +1,36 @@
|
|
1
1
|
require "ps_object"
|
2
|
-
module Load
|
3
|
-
|
4
|
-
def
|
2
|
+
module RGhost::Load
|
3
|
+
#Loads library
|
4
|
+
def self.library(name, type=:ps)
|
5
5
|
#PsObject.new File.open(File.dirname(__FILE__)+File::SEPARATOR+type.to_s+File::SEPARATOR+name.to_s+"."+type.to_s).readlines.join("")
|
6
6
|
|
7
|
-
|
7
|
+
RGhost::PsObject.new("(#{name.to_s}.#{type}) runlibfile\n")
|
8
8
|
|
9
9
|
end
|
10
10
|
|
11
|
-
def
|
12
|
-
PsObject.new do
|
13
|
-
raw Load.library(:basic)
|
14
|
-
raw Load.library(:cursor)
|
15
|
-
raw Load.library(:rectangle)
|
16
|
-
raw Load.library(:font)
|
17
|
-
raw Load.library(:textarea)
|
18
|
-
raw Load.library(:horizontal_line)
|
19
|
-
raw Load.library(:vertical_line)
|
20
|
-
raw Load.library(:callbacks)
|
21
|
-
raw Load.library(:show)
|
22
|
-
raw Load.library(:eps)
|
23
|
-
raw Load.library(:jpeg)
|
24
|
-
raw Load.library(:gif)
|
25
|
-
raw Load.library(:begin_document)
|
26
|
-
raw Load.library(:datagrid)
|
11
|
+
def self.rg_enviroment
|
12
|
+
RGhost::PsObject.new do
|
13
|
+
raw RGhost::Load.library(:basic)
|
14
|
+
raw RGhost::Load.library(:cursor)
|
15
|
+
raw RGhost::Load.library(:rectangle)
|
16
|
+
raw RGhost::Load.library(:font)
|
17
|
+
raw RGhost::Load.library(:textarea)
|
18
|
+
raw RGhost::Load.library(:horizontal_line)
|
19
|
+
raw RGhost::Load.library(:vertical_line)
|
20
|
+
raw RGhost::Load.library(:callbacks)
|
21
|
+
raw RGhost::Load.library(:show)
|
22
|
+
raw RGhost::Load.library(:eps)
|
23
|
+
raw RGhost::Load.library(:jpeg)
|
24
|
+
raw RGhost::Load.library(:gif)
|
25
|
+
raw RGhost::Load.library(:begin_document)
|
26
|
+
raw RGhost::Load.library(:datagrid)
|
27
|
+
raw RGhost::Load.library(:text)
|
28
|
+
raw RGhost::Load.library(:frame)
|
27
29
|
|
28
30
|
end
|
29
31
|
end
|
30
|
-
|
31
|
-
def
|
32
|
+
#Loads binary library
|
33
|
+
def self.binary(path)
|
32
34
|
File.open(path).readlines.join
|
33
35
|
|
34
36
|
end
|
data/lib/rghost/newpath.rb
CHANGED
@@ -5,15 +5,16 @@ require "point"
|
|
5
5
|
require "point"
|
6
6
|
require "line_width"
|
7
7
|
|
8
|
-
#
|
9
|
-
|
10
|
-
# doc.newpath do
|
11
|
-
# set Arc.new(:x => 10, :y => 10, :radius => 100)
|
12
|
-
# end
|
13
|
-
class NewPath < PsObject
|
8
|
+
#Initializes the current path to be empty, causing the current point to become undefined.
|
9
|
+
class RGhost::NewPath < RGhost::PsObject
|
14
10
|
|
11
|
+
def initialize(&block)
|
12
|
+
@body=RGhost::PsFacade.new(&block)
|
13
|
+
|
14
|
+
end
|
15
|
+
|
15
16
|
def ps
|
16
|
-
"newpath #{
|
17
|
+
"newpath #{@body} closepath"
|
17
18
|
end
|
18
19
|
|
19
20
|
|