rghost 0.7.2 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/rghost.rb +1 -0
- data/lib/rghost/arc.rb +1 -1
- data/lib/rghost/doc/classes/Arc.html +200 -0
- data/lib/rghost/doc/classes/Arc.src/M000049.html +18 -0
- data/lib/rghost/doc/classes/Arc.src/M000050.html +23 -0
- data/lib/rghost/doc/classes/Barcode.html +214 -0
- data/lib/rghost/doc/classes/Barcode.src/M000001.html +19 -0
- data/lib/rghost/doc/classes/Barcode.src/M000002.html +18 -0
- data/lib/rghost/doc/classes/Barcode.src/M000003.html +19 -0
- data/lib/rghost/doc/classes/Barcode.src/M000004.html +27 -0
- data/lib/rghost/doc/classes/CMYK.html +209 -0
- data/lib/rghost/doc/classes/CMYK.src/M000047.html +18 -0
- data/lib/rghost/doc/classes/CMYK.src/M000048.html +24 -0
- data/lib/rghost/doc/classes/Callback.html +220 -0
- data/lib/rghost/doc/classes/Callback.src/M000071.html +21 -0
- data/lib/rghost/doc/classes/Callback.src/M000072.html +26 -0
- data/lib/rghost/doc/classes/Color.html +175 -0
- data/lib/rghost/doc/classes/Color.src/M000028.html +33 -0
- data/lib/rghost/doc/classes/Constants.html +120 -0
- data/lib/rghost/doc/classes/Constants/Colors.html +129 -0
- data/lib/rghost/doc/classes/Constants/Devices.html +163 -0
- data/lib/rghost/doc/classes/Constants/Devices.src/M000168.html +22 -0
- data/lib/rghost/doc/classes/Constants/Fonts.html +144 -0
- data/lib/rghost/doc/classes/Constants/Papers.html +124 -0
- data/lib/rghost/doc/classes/Convert.html +189 -0
- data/lib/rghost/doc/classes/Convert.src/M000067.html +20 -0
- data/lib/rghost/doc/classes/Convert.src/M000068.html +24 -0
- data/lib/rghost/doc/classes/Cursor.html +330 -0
- data/lib/rghost/doc/classes/Cursor.src/M000031.html +21 -0
- data/lib/rghost/doc/classes/Cursor.src/M000032.html +21 -0
- data/lib/rghost/doc/classes/Cursor.src/M000033.html +20 -0
- data/lib/rghost/doc/classes/Cursor.src/M000034.html +18 -0
- data/lib/rghost/doc/classes/Cursor.src/M000035.html +18 -0
- data/lib/rghost/doc/classes/Cursor.src/M000036.html +19 -0
- data/lib/rghost/doc/classes/Cursor.src/M000037.html +22 -0
- data/lib/rghost/doc/classes/Cursor.src/M000038.html +18 -0
- data/lib/rghost/doc/classes/Cursor.src/M000039.html +18 -0
- data/lib/rghost/doc/classes/DSCEntry.html +173 -0
- data/lib/rghost/doc/classes/DSCEntry.src/M000059.html +19 -0
- data/lib/rghost/doc/classes/DSCEntry.src/M000060.html +19 -0
- data/lib/rghost/doc/classes/DataGrid.html +133 -0
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.html +343 -0
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000140.html +27 -0
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000141.html +26 -0
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000142.html +22 -0
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000143.html +19 -0
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000144.html +26 -0
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000145.html +34 -0
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000146.html +18 -0
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000147.html +37 -0
- data/lib/rghost/doc/classes/DataGrid/BasicGrid.src/M000148.html +26 -0
- data/lib/rghost/doc/classes/DataGrid/CSVGrid.html +152 -0
- data/lib/rghost/doc/classes/DataGrid/CSVGrid.src/M000139.html +32 -0
- data/lib/rghost/doc/classes/DataGrid/DynamicCallback.html +158 -0
- data/lib/rghost/doc/classes/DataGrid/DynamicCallback.src/M000149.html +19 -0
- data/lib/rghost/doc/classes/DataGrid/FieldFormat.html +216 -0
- data/lib/rghost/doc/classes/DataGrid/FieldFormat.src/M000131.html +19 -0
- data/lib/rghost/doc/classes/DataGrid/FieldFormat.src/M000132.html +18 -0
- data/lib/rghost/doc/classes/DataGrid/FieldFormat.src/M000133.html +23 -0
- data/lib/rghost/doc/classes/DataGrid/FieldFormat.src/M000134.html +18 -0
- data/lib/rghost/doc/classes/DataGrid/FieldFormat.src/M000135.html +22 -0
- data/lib/rghost/doc/classes/DataGrid/FieldFormat/Custom.html +176 -0
- data/lib/rghost/doc/classes/DataGrid/FieldFormat/Custom.src/M000136.html +18 -0
- data/lib/rghost/doc/classes/DataGrid/FieldFormat/Custom.src/M000137.html +18 -0
- data/lib/rghost/doc/classes/DataGrid/FieldFormat/Custom.src/M000138.html +18 -0
- data/lib/rghost/doc/classes/DataGrid/Grid.html +148 -0
- data/lib/rghost/doc/classes/DataGrid/Grid.src/M000160.html +19 -0
- data/lib/rghost/doc/classes/DataGrid/Header.html +367 -0
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000150.html +26 -0
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000151.html +25 -0
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000152.html +24 -0
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000153.html +19 -0
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000154.html +18 -0
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000155.html +18 -0
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000156.html +18 -0
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000157.html +18 -0
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000158.html +19 -0
- data/lib/rghost/doc/classes/DataGrid/Header.src/M000159.html +19 -0
- data/lib/rghost/doc/classes/DataGrid/RailsGrid.html +234 -0
- data/lib/rghost/doc/classes/DataGrid/RailsGrid.src/M000161.html +27 -0
- data/lib/rghost/doc/classes/DataGrid/RailsGrid.src/M000162.html +23 -0
- data/lib/rghost/doc/classes/DataGrid/RailsGrid.src/M000163.html +18 -0
- data/lib/rghost/doc/classes/DataGrid/StaticCallback.html +158 -0
- data/lib/rghost/doc/classes/DataGrid/StaticCallback.src/M000164.html +19 -0
- data/lib/rghost/doc/classes/DataGrid/Style.html +113 -0
- data/lib/rghost/doc/classes/DataGrid/Style/BorderLines.html +137 -0
- data/lib/rghost/doc/classes/DataGrid/Style/BorderLines.src/M000128.html +55 -0
- data/lib/rghost/doc/classes/DataGrid/Style/BottomLines.html +137 -0
- data/lib/rghost/doc/classes/DataGrid/Style/BottomLines.src/M000129.html +38 -0
- data/lib/rghost/doc/classes/DataGrid/Style/OldForms.html +137 -0
- data/lib/rghost/doc/classes/DataGrid/Style/OldForms.src/M000130.html +38 -0
- data/lib/rghost/doc/classes/Document.html +990 -0
- data/lib/rghost/doc/classes/Document.src/M000075.html +32 -0
- data/lib/rghost/doc/classes/Document.src/M000076.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000077.html +29 -0
- data/lib/rghost/doc/classes/Document.src/M000078.html +33 -0
- data/lib/rghost/doc/classes/Document.src/M000079.html +20 -0
- data/lib/rghost/doc/classes/Document.src/M000080.html +21 -0
- data/lib/rghost/doc/classes/Document.src/M000081.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000082.html +19 -0
- data/lib/rghost/doc/classes/Document.src/M000083.html +21 -0
- data/lib/rghost/doc/classes/Document.src/M000084.html +22 -0
- data/lib/rghost/doc/classes/Document.src/M000085.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000086.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000087.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000088.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000089.html +19 -0
- data/lib/rghost/doc/classes/Document.src/M000090.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000091.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000092.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000093.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000094.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000095.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000096.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000097.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000098.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000099.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000100.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000101.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000102.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000103.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000104.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000105.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000106.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000107.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000108.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000109.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000110.html +18 -0
- data/lib/rghost/doc/classes/Document.src/M000111.html +20 -0
- data/lib/rghost/doc/classes/Document.src/M000112.html +19 -0
- data/lib/rghost/doc/classes/Document.src/M000113.html +19 -0
- data/lib/rghost/doc/classes/DynamicDocumentCallback.html +175 -0
- data/lib/rghost/doc/classes/DynamicDocumentCallback.src/M000022.html +19 -0
- data/lib/rghost/doc/classes/Eps.html +168 -0
- data/lib/rghost/doc/classes/Eps.src/M000063.html +20 -0
- data/lib/rghost/doc/classes/Eps.src/M000064.html +20 -0
- data/lib/rghost/doc/classes/Font.html +205 -0
- data/lib/rghost/doc/classes/Font.src/M000061.html +22 -0
- data/lib/rghost/doc/classes/Font.src/M000062.html +37 -0
- data/lib/rghost/doc/classes/Function.html +196 -0
- data/lib/rghost/doc/classes/Function.src/M000045.html +27 -0
- data/lib/rghost/doc/classes/Function.src/M000046.html +20 -0
- data/lib/rghost/doc/classes/GSAlone.html +154 -0
- data/lib/rghost/doc/classes/GSAlone.src/M000065.html +19 -0
- data/lib/rghost/doc/classes/GSAlone.src/M000066.html +22 -0
- data/lib/rghost/doc/classes/Gif.html +148 -0
- data/lib/rghost/doc/classes/Gif.src/M000040.html +30 -0
- data/lib/rghost/doc/classes/Graphic.html +153 -0
- data/lib/rghost/doc/classes/Graphic.src/M000014.html +18 -0
- data/lib/rghost/doc/classes/Gray.html +181 -0
- data/lib/rghost/doc/classes/Gray.src/M000026.html +18 -0
- data/lib/rghost/doc/classes/Gray.src/M000027.html +19 -0
- data/lib/rghost/doc/classes/Helpers.html +112 -0
- data/lib/rghost/doc/classes/Helpers/HashKeyMethod.html +131 -0
- data/lib/rghost/doc/classes/Helpers/HashKeyMethod.src/M000127.html +18 -0
- data/lib/rghost/doc/classes/Helpers/HashKeyMethodClass.html +118 -0
- data/lib/rghost/doc/classes/HorizontalLine.html +186 -0
- data/lib/rghost/doc/classes/HorizontalLine.src/M000023.html +23 -0
- data/lib/rghost/doc/classes/Image.html +176 -0
- data/lib/rghost/doc/classes/Image.src/M000042.html +20 -0
- data/lib/rghost/doc/classes/Image.src/M000043.html +26 -0
- data/lib/rghost/doc/classes/Jpeg.html +148 -0
- data/lib/rghost/doc/classes/Jpeg.src/M000013.html +28 -0
- data/lib/rghost/doc/classes/Line.html +190 -0
- data/lib/rghost/doc/classes/Line.src/M000069.html +20 -0
- data/lib/rghost/doc/classes/Line.src/M000070.html +19 -0
- data/lib/rghost/doc/classes/LineWidth.html +172 -0
- data/lib/rghost/doc/classes/LineWidth.src/M000005.html +18 -0
- data/lib/rghost/doc/classes/LineWidth.src/M000006.html +18 -0
- data/lib/rghost/doc/classes/Load.html +161 -0
- data/lib/rghost/doc/classes/Load.src/M000165.html +21 -0
- data/lib/rghost/doc/classes/Load.src/M000166.html +34 -0
- data/lib/rghost/doc/classes/Load.src/M000167.html +19 -0
- data/lib/rghost/doc/classes/NewPath.html +153 -0
- data/lib/rghost/doc/classes/NewPath.src/M000041.html +18 -0
- data/lib/rghost/doc/classes/Paper.html +213 -0
- data/lib/rghost/doc/classes/Paper.src/M000010.html +20 -0
- data/lib/rghost/doc/classes/Paper.src/M000011.html +24 -0
- data/lib/rghost/doc/classes/Paper.src/M000012.html +20 -0
- data/lib/rghost/doc/classes/Point.html +180 -0
- data/lib/rghost/doc/classes/Point.src/M000073.html +20 -0
- data/lib/rghost/doc/classes/Point.src/M000074.html +18 -0
- data/lib/rghost/doc/classes/PointWithCommand.html +150 -0
- data/lib/rghost/doc/classes/PointWithCommand.src/M000115.html +22 -0
- data/lib/rghost/doc/classes/PsObject.html +269 -0
- data/lib/rghost/doc/classes/PsObject.src/M000015.html +25 -0
- data/lib/rghost/doc/classes/PsObject.src/M000016.html +18 -0
- data/lib/rghost/doc/classes/PsObject.src/M000017.html +18 -0
- data/lib/rghost/doc/classes/PsObject.src/M000018.html +18 -0
- data/lib/rghost/doc/classes/PsObject.src/M000019.html +21 -0
- data/lib/rghost/doc/classes/PsObject.src/M000020.html +19 -0
- data/lib/rghost/doc/classes/PsObject.src/M000021.html +18 -0
- data/lib/rghost/doc/classes/RGB.html +213 -0
- data/lib/rghost/doc/classes/RGB.src/M000024.html +21 -0
- data/lib/rghost/doc/classes/RGB.src/M000025.html +25 -0
- data/lib/rghost/doc/classes/Rectangle.html +226 -0
- data/lib/rghost/doc/classes/Rectangle.src/M000056.html +18 -0
- data/lib/rghost/doc/classes/Rectangle.src/M000057.html +24 -0
- data/lib/rghost/doc/classes/Rectangle.src/M000058.html +21 -0
- data/lib/rghost/doc/classes/RubyGhostConfig.html +144 -0
- data/lib/rghost/doc/classes/RubyGhostConfig.src/M000118.html +22 -0
- data/lib/rghost/doc/classes/RubyGhostEngine.html +261 -0
- data/lib/rghost/doc/classes/RubyGhostEngine.src/M000007.html +24 -0
- data/lib/rghost/doc/classes/RubyGhostEngine.src/M000008.html +96 -0
- data/lib/rghost/doc/classes/RubyGhostEngine.src/M000009.html +21 -0
- data/lib/rghost/doc/classes/RubyToPs.html +272 -0
- data/lib/rghost/doc/classes/RubyToPs.src/M000119.html +23 -0
- data/lib/rghost/doc/classes/RubyToPs.src/M000120.html +18 -0
- data/lib/rghost/doc/classes/RubyToPs.src/M000121.html +18 -0
- data/lib/rghost/doc/classes/RubyToPs.src/M000122.html +19 -0
- data/lib/rghost/doc/classes/RubyToPs.src/M000123.html +30 -0
- data/lib/rghost/doc/classes/RubyToPs.src/M000124.html +18 -0
- data/lib/rghost/doc/classes/RubyToPs.src/M000125.html +18 -0
- data/lib/rghost/doc/classes/RubyToPs.src/M000126.html +30 -0
- data/lib/rghost/doc/classes/Scale.html +153 -0
- data/lib/rghost/doc/classes/Scale.src/M000114.html +18 -0
- data/lib/rghost/doc/classes/Show.html +203 -0
- data/lib/rghost/doc/classes/Show.src/M000052.html +20 -0
- data/lib/rghost/doc/classes/Show.src/M000053.html +19 -0
- data/lib/rghost/doc/classes/StaticDocumentCallback.html +168 -0
- data/lib/rghost/doc/classes/StaticDocumentCallback.src/M000051.html +19 -0
- data/lib/rghost/doc/classes/TextArea.html +217 -0
- data/lib/rghost/doc/classes/TextArea.src/M000029.html +22 -0
- data/lib/rghost/doc/classes/TextArea.src/M000030.html +24 -0
- data/lib/rghost/doc/classes/TextIn.html +201 -0
- data/lib/rghost/doc/classes/TextIn.src/M000054.html +19 -0
- data/lib/rghost/doc/classes/TextIn.src/M000055.html +24 -0
- data/lib/rghost/doc/classes/Units.html +166 -0
- data/lib/rghost/doc/classes/Units.src/M000169.html +22 -0
- data/lib/rghost/doc/classes/Units/Cm.html +145 -0
- data/lib/rghost/doc/classes/Units/Cm.src/M000175.html +19 -0
- data/lib/rghost/doc/classes/Units/Inch.html +145 -0
- data/lib/rghost/doc/classes/Units/Inch.src/M000174.html +18 -0
- data/lib/rghost/doc/classes/Units/PSUnit.html +139 -0
- data/lib/rghost/doc/classes/Units/PSUnit.src/M000170.html +18 -0
- data/lib/rghost/doc/classes/Units/Unit.html +190 -0
- data/lib/rghost/doc/classes/Units/Unit.src/M000171.html +18 -0
- data/lib/rghost/doc/classes/Units/Unit.src/M000172.html +19 -0
- data/lib/rghost/doc/classes/Units/Unit.src/M000173.html +18 -0
- data/lib/rghost/doc/classes/Variable.html +152 -0
- data/lib/rghost/doc/classes/Variable.src/M000044.html +18 -0
- data/lib/rghost/doc/classes/VerticalLine.html +175 -0
- data/lib/rghost/doc/classes/VerticalLine.src/M000116.html +23 -0
- data/lib/rghost/doc/classes/VerticalLine.src/M000117.html +19 -0
- data/lib/rghost/doc/created.rid +1 -0
- data/lib/rghost/doc/files/arc_rb.html +109 -0
- data/lib/rghost/doc/files/barcode_rb.html +108 -0
- data/lib/rghost/doc/files/callback_rb.html +109 -0
- data/lib/rghost/doc/files/color_rb.html +110 -0
- data/lib/rghost/doc/files/constants_rb.html +108 -0
- data/lib/rghost/doc/files/convert_rb.html +107 -0
- data/lib/rghost/doc/files/cursor_rb.html +110 -0
- data/lib/rghost/doc/files/data_grid/basic_grid_rb.html +108 -0
- data/lib/rghost/doc/files/data_grid/csv_grid_rb.html +108 -0
- data/lib/rghost/doc/files/data_grid/data_grid_rb.html +116 -0
- data/lib/rghost/doc/files/data_grid/dynamic_callback_rb.html +108 -0
- data/lib/rghost/doc/files/data_grid/field_format_rb.html +109 -0
- data/lib/rghost/doc/files/data_grid/grid_rb.html +108 -0
- data/lib/rghost/doc/files/data_grid/header_rb.html +113 -0
- data/lib/rghost/doc/files/data_grid/rails_grid_rb.html +108 -0
- data/lib/rghost/doc/files/data_grid/static_callback_rb.html +109 -0
- data/lib/rghost/doc/files/data_grid/style/border_lines_rb.html +101 -0
- data/lib/rghost/doc/files/data_grid/style/bottom_lines_rb.html +101 -0
- data/lib/rghost/doc/files/data_grid/style/old_forms_rb.html +101 -0
- data/lib/rghost/doc/files/data_grid/style/style_rb.html +110 -0
- data/lib/rghost/doc/files/document_rb.html +150 -0
- data/lib/rghost/doc/files/dsc_entry_rb.html +108 -0
- data/lib/rghost/doc/files/dynamic_document_callback_rb.html +108 -0
- data/lib/rghost/doc/files/eps_rb.html +108 -0
- data/lib/rghost/doc/files/font_rb.html +110 -0
- data/lib/rghost/doc/files/function_rb.html +108 -0
- data/lib/rghost/doc/files/gif_rb.html +114 -0
- data/lib/rghost/doc/files/graphic_rb.html +113 -0
- data/lib/rghost/doc/files/gs_alone_rb.html +101 -0
- data/lib/rghost/doc/files/helpers_rb.html +101 -0
- data/lib/rghost/doc/files/horizontal_line_rb.html +109 -0
- data/lib/rghost/doc/files/image_rb.html +108 -0
- data/lib/rghost/doc/files/jpeg_rb.html +112 -0
- data/lib/rghost/doc/files/line_rb.html +109 -0
- data/lib/rghost/doc/files/line_width_rb.html +108 -0
- data/lib/rghost/doc/files/load_rb.html +108 -0
- data/lib/rghost/doc/files/newpath_rb.html +113 -0
- data/lib/rghost/doc/files/paper_rb.html +112 -0
- data/lib/rghost/doc/files/point_rb.html +109 -0
- data/lib/rghost/doc/files/point_with_command_rb.html +109 -0
- data/lib/rghost/doc/files/ps_object_rb.html +107 -0
- data/lib/rghost/doc/files/rectangle_rb.html +110 -0
- data/lib/rghost/doc/files/rghost_rb.html +109 -0
- data/lib/rghost/doc/files/ruby_ghost_config_rb.html +109 -0
- data/lib/rghost/doc/files/ruby_ghost_engine_rb.html +111 -0
- data/lib/rghost/doc/files/ruby_to_ps_rb.html +107 -0
- data/lib/rghost/doc/files/scale_rb.html +108 -0
- data/lib/rghost/doc/files/show_rb.html +109 -0
- data/lib/rghost/doc/files/static_document_callback_rb.html +109 -0
- data/lib/rghost/doc/files/text_in_rb.html +110 -0
- data/lib/rghost/doc/files/textarea_rb.html +111 -0
- data/lib/rghost/doc/files/units_rb.html +109 -0
- data/lib/rghost/doc/files/variable_rb.html +108 -0
- data/lib/rghost/doc/files/version_rb.html +101 -0
- data/lib/rghost/doc/files/vertical_line_rb.html +110 -0
- data/lib/rghost/doc/fr_class_index.html +93 -0
- data/lib/rghost/doc/fr_file_index.html +81 -0
- data/lib/rghost/doc/fr_method_index.html +201 -0
- data/lib/rghost/doc/index.html +24 -0
- data/lib/rghost/ruby_ghost_engine.rb +69 -67
- metadata +473 -117
- data/History.txt +0 -4
- data/Manifest.txt +0 -131
- data/README.txt +0 -3
- data/Rakefile +0 -93
- data/lib/rgteste.rb +0 -46
- data/scripts/txt2html +0 -67
- data/setup.rb +0 -1585
- data/test/test_helper.rb +0 -2
- data/test/test_rghost.rb +0 -11
- data/website/index.html +0 -11
- data/website/index.txt +0 -30
- data/website/javascripts/rounded_corners_lite.inc.js +0 -285
- data/website/stylesheets/screen.css +0 -129
- data/website/template.rhtml +0 -48
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>translate (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 286</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">translate</span>(<span class="ruby-identifier">point</span>={})
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">Cursor</span>.<span class="ruby-identifier">translate</span>(<span class="ruby-identifier">point</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>dsc_entry (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 290</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">dsc_entry</span>(<span class="ruby-operator">&</span><span class="ruby-identifier">block</span>)
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">DSCEntry</span>.<span class="ruby-identifier">new</span>(<span class="ruby-operator">&</span><span class="ruby-identifier">block</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>template (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 294</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">template</span>(<span class="ruby-identifier">file_path</span>,<span class="ruby-identifier">options</span>={})
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">EPS</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">file_path</span>,<span class="ruby-identifier">options</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>define_template (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 301</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">define_template</span>(<span class="ruby-identifier">name</span>,<span class="ruby-identifier">file_path</span>,<span class="ruby-identifier">options</span>)
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">Function</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">name</span>,<span class="ruby-constant">EPS</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">file_path</span>,<span class="ruby-identifier">options</span>))
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>font (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 305</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">font</span>(<span class="ruby-identifier">options</span>)
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">Font</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">options</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>image (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 309</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">image</span>(<span class="ruby-identifier">path</span>,<span class="ruby-identifier">options</span>={})
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">Image</span>.<span class="ruby-identifier">for</span>(<span class="ruby-identifier">path</span>,<span class="ruby-identifier">options</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>hl (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 313</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">hl</span>(<span class="ruby-identifier">valign</span>=<span class="ruby-identifier">:middle</span>,<span class="ruby-identifier">options</span>={})
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">HorizontalLine</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">valign</span>,<span class="ruby-identifier">options</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>horizontal_line (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 317</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">horizontal_line</span>(<span class="ruby-identifier">valign</span>=<span class="ruby-identifier">:middle</span>,<span class="ruby-identifier">options</span>={})
|
|
15
|
+
<span class="ruby-identifier">hl</span>(<span class="ruby-identifier">valign</span>,<span class="ruby-identifier">options</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>rectangle (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 321</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">rectangle</span>(<span class="ruby-identifier">options</span>={})
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">Rectangle</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">options</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>background_row (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 325</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">background_row</span>(<span class="ruby-identifier">options</span>={})
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">Rectangle</span>.<span class="ruby-identifier">background_row</span>(<span class="ruby-identifier">options</span>={})
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>scale (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 329</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">scale</span>(<span class="ruby-identifier">sx</span>,<span class="ruby-identifier">sy</span>)
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">Scale</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">sx</span>,<span class="ruby-identifier">sy</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>text_in (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 333</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">text_in</span>(<span class="ruby-identifier">options</span>={})
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">TextIn</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">options</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>text (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 337</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">text</span>(<span class="ruby-identifier">text</span>,<span class="ruby-identifier">align</span>={ <span class="ruby-identifier">:align=</span><span class="ruby-operator">></span><span class="ruby-identifier">:show_left</span> })
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">Show</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">text</span>,<span class="ruby-identifier">align</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>show (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 341</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">show</span>(<span class="ruby-identifier">text</span>,<span class="ruby-identifier">align</span>={ <span class="ruby-identifier">:align=</span><span class="ruby-operator">></span><span class="ruby-identifier">:show_left</span> })
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">Show</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">text</span>,<span class="ruby-identifier">align</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>text_area (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 345</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">text_area</span>(<span class="ruby-identifier">text</span>,<span class="ruby-identifier">options</span>={})
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">TextArea</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">text</span>,<span class="ruby-identifier">options</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>vertical_line (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 349</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">vertical_line</span>(<span class="ruby-identifier">start_in</span>=<span class="ruby-identifier">:limit_left</span>,<span class="ruby-identifier">size</span>=<span class="ruby-identifier">:area_y</span>)
|
|
15
|
+
<span class="ruby-identifier">set</span> <span class="ruby-constant">TextArea</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">start_in</span>, <span class="ruby-identifier">size</span>)
|
|
16
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
17
|
+
</body>
|
|
18
|
+
</html>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>load_font (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 353</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">load_font</span>(<span class="ruby-identifier">name</span>=<span class="ruby-identifier">:CODE39</span>)
|
|
15
|
+
|
|
16
|
+
<span class="ruby-identifier">raw</span> <span class="ruby-constant">Load</span>.<span class="ruby-identifier">library</span>(<span class="ruby-identifier">name</span>,<span class="ruby-identifier">:font</span>)
|
|
17
|
+
|
|
18
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
19
|
+
</body>
|
|
20
|
+
</html>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>stroke (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 359</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">stroke</span>
|
|
15
|
+
|
|
16
|
+
<span class="ruby-identifier">call</span> <span class="ruby-identifier">:stroke</span>
|
|
17
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
18
|
+
</body>
|
|
19
|
+
</html>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html>
|
|
7
|
+
<head>
|
|
8
|
+
<title>done (Document)</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
|
|
11
|
+
</head>
|
|
12
|
+
<body class="standalone-code">
|
|
13
|
+
<pre><span class="ruby-comment cmt"># File document.rb, line 364</span>
|
|
14
|
+
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">done</span>
|
|
15
|
+
<span class="ruby-identifier">showpage</span>
|
|
16
|
+
<span class="ruby-identifier">raw</span> <span class="ruby-value str">"\n%%EOF"</span>
|
|
17
|
+
<span class="ruby-keyword kw">end</span></pre>
|
|
18
|
+
</body>
|
|
19
|
+
</html>
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
+
<!DOCTYPE html
|
|
3
|
+
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
4
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
5
|
+
|
|
6
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
7
|
+
<head>
|
|
8
|
+
<title>Class: DynamicDocumentCallback</title>
|
|
9
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
10
|
+
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
|
11
|
+
<link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
|
|
12
|
+
<script type="text/javascript">
|
|
13
|
+
// <![CDATA[
|
|
14
|
+
|
|
15
|
+
function popupCode( url ) {
|
|
16
|
+
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
function toggleCode( id ) {
|
|
20
|
+
if ( document.getElementById )
|
|
21
|
+
elem = document.getElementById( id );
|
|
22
|
+
else if ( document.all )
|
|
23
|
+
elem = eval( "document.all." + id );
|
|
24
|
+
else
|
|
25
|
+
return false;
|
|
26
|
+
|
|
27
|
+
elemStyle = elem.style;
|
|
28
|
+
|
|
29
|
+
if ( elemStyle.display != "block" ) {
|
|
30
|
+
elemStyle.display = "block"
|
|
31
|
+
} else {
|
|
32
|
+
elemStyle.display = "none"
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// Make codeblocks hidden by default
|
|
39
|
+
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
|
|
40
|
+
|
|
41
|
+
// ]]>
|
|
42
|
+
</script>
|
|
43
|
+
|
|
44
|
+
</head>
|
|
45
|
+
<body>
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
<div id="classHeader">
|
|
50
|
+
<table class="header-table">
|
|
51
|
+
<tr class="top-aligned-row">
|
|
52
|
+
<td><strong>Class</strong></td>
|
|
53
|
+
<td class="class-name-in-header">DynamicDocumentCallback</td>
|
|
54
|
+
</tr>
|
|
55
|
+
<tr class="top-aligned-row">
|
|
56
|
+
<td><strong>In:</strong></td>
|
|
57
|
+
<td>
|
|
58
|
+
<a href="../files/dynamic_document_callback_rb.html">
|
|
59
|
+
dynamic_document_callback.rb
|
|
60
|
+
</a>
|
|
61
|
+
<br />
|
|
62
|
+
</td>
|
|
63
|
+
</tr>
|
|
64
|
+
|
|
65
|
+
<tr class="top-aligned-row">
|
|
66
|
+
<td><strong>Parent:</strong></td>
|
|
67
|
+
<td>
|
|
68
|
+
<a href="Callback.html">
|
|
69
|
+
Callback
|
|
70
|
+
</a>
|
|
71
|
+
</td>
|
|
72
|
+
</tr>
|
|
73
|
+
</table>
|
|
74
|
+
</div>
|
|
75
|
+
<!-- banner header -->
|
|
76
|
+
|
|
77
|
+
<div id="bodyContent">
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
<div id="contextContent">
|
|
82
|
+
|
|
83
|
+
<div id="description">
|
|
84
|
+
<p>
|
|
85
|
+
Callbacks din�micos para a classe <a href="Document.html">Document</a>.
|
|
86
|
+
</p>
|
|
87
|
+
|
|
88
|
+
</div>
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
</div>
|
|
92
|
+
|
|
93
|
+
<div id="method-list">
|
|
94
|
+
<h3 class="section-bar">Methods</h3>
|
|
95
|
+
|
|
96
|
+
<div class="name-list">
|
|
97
|
+
<a href="#M000022">new</a>
|
|
98
|
+
</div>
|
|
99
|
+
</div>
|
|
100
|
+
|
|
101
|
+
</div>
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
<!-- if includes -->
|
|
105
|
+
|
|
106
|
+
<div id="section">
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
<div id="constants-list">
|
|
110
|
+
<h3 class="section-bar">Constants</h3>
|
|
111
|
+
|
|
112
|
+
<div class="name-list">
|
|
113
|
+
<table summary="Constants">
|
|
114
|
+
<tr class="top-aligned-row context-row">
|
|
115
|
+
<td class="context-item-name">ACCEPT</td>
|
|
116
|
+
<td>=</td>
|
|
117
|
+
<td class="context-item-value">[:before_page_create, :after_page_create, :odd_pages, :even_pages</td>
|
|
118
|
+
</tr>
|
|
119
|
+
</table>
|
|
120
|
+
</div>
|
|
121
|
+
</div>
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
<!-- if method_list -->
|
|
129
|
+
<div id="methods">
|
|
130
|
+
<h3 class="section-bar">Public Class methods</h3>
|
|
131
|
+
|
|
132
|
+
<div id="method-M000022" class="method-detail">
|
|
133
|
+
<a name="M000022"></a>
|
|
134
|
+
|
|
135
|
+
<div class="method-heading">
|
|
136
|
+
<a href="DynamicDocumentCallback.src/M000022.html" target="Code" class="method-signature"
|
|
137
|
+
onclick="popupCode('DynamicDocumentCallback.src/M000022.html');return false;">
|
|
138
|
+
<span class="method-name">new</span><span class="method-args">(name,options={},&block)</span>
|
|
139
|
+
</a>
|
|
140
|
+
</div>
|
|
141
|
+
|
|
142
|
+
<div class="method-description">
|
|
143
|
+
<p>
|
|
144
|
+
Nova inst�ncia de <a
|
|
145
|
+
href="DynamicDocumentCallback.html">DynamicDocumentCallback</a>
|
|
146
|
+
</p>
|
|
147
|
+
<pre>
|
|
148
|
+
dc=DynamicDocumentCallback.new(:before_page_create, :except => [1,2]) do
|
|
149
|
+
set HorizontalLine.new
|
|
150
|
+
end
|
|
151
|
+
</pre>
|
|
152
|
+
<p>
|
|
153
|
+
Usando only
|
|
154
|
+
</p>
|
|
155
|
+
<pre>
|
|
156
|
+
dc=DynamicDocumentCallback.new(:before_page_create, :only => [1,2]) do
|
|
157
|
+
set HorizontalLine.new
|
|
158
|
+
end
|
|
159
|
+
</pre>
|
|
160
|
+
</div>
|
|
161
|
+
</div>
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
</div>
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
</div>
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
<div id="validator-badges">
|
|
171
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
|
172
|
+
</div>
|
|
173
|
+
|
|
174
|
+
</body>
|
|
175
|
+
</html>
|