翻訳と辞書
Words near each other
・ Regions of Western Australia
・ Regions of Western Finland
・ Regions of Wisconsin
・ Regions Plaza
・ Regions Tower
・ Regions Trust
・ Regions-Harbert Plaza
・ RegionsAir
・ Regionstog
・ Regiopolis
・ Regiopolis-Notre Dame Catholic Secondary School
・ Regioselectivity
・ RegioSprinter
・ RegioSwinger
・ Regiotrans
ReGIS
・ Regis
・ Regis "Pep" Kelly
・ Regis (given name)
・ Regis (musician)
・ Regis (place)
・ Regis (surname)
・ Regis B. Kelly
・ Regis Brodie
・ Regis Canevin
・ Regis Chakabva
・ Regis College
・ Regis College (Massachusetts)
・ Regis College, Toronto
・ Regis Cordic


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

ReGIS : ウィキペディア英語版
ReGIS
ReGIS, short for Remote Graphic Instruction Set, was a vector graphics markup language developed by Digital Equipment Corporation (DEC) for later models of their famous VT series of computer terminals. ReGIS supported rudimentary vector graphics consisting of lines, circular arcs, and similar shapes. Terminals supporting ReGIS generally allowed graphics and text to be mixed on-screen, which made construction of graphs and charts relatively easy.
ReGIS was first introduced on the VT125 in July 1981, followed shortly thereafter by the VK100 "GIGI" which combined the VT125 display system with composite video output and a BASIC interpreter. Later versions of the VT series included ReGIS, often with color support as well. This included the VT240 and 241, VT330 and 340, and the VT525. ReGIS is also supported by a small number of terminal emulator systems.
ReGIS replaced an earlier system known as waveform graphics that had been introduced on the VT55 and later used on the VT105. DEC normally provided backward compatibility with their terminals, but in this case the waveform system was simply dropped when ReGIS was introduced.
== Description ==
ReGIS consisted of five primary drawing commands and a selection of status and device control commands. ReGIS mode was entered by specifying the escape code sequence , and exited with . The digit in the first sequence was optional and specified a mode, 0 was the default and picked up drawing where it left off, 1 reset the system to a blank slate, and 2 and 3 were the same as 0 and 1, but left a single line of text at the bottom of the screen for entering commands. The sequence is the generic ''Device Control String'' (DCS) used in the VT series of terminals, and is also used for a variety of other commands.
All drawing was based on an active pen location. Any command that moved the pen left it there for the next operation, similar to the operation of a mechanical plotter. The coordinate system was 0 to 799 in the X axis, and 0 to 479 in Y, with 0,0 in the upper left. In early implementations such as the VK100 and VT125, the actual device resolution was only 240 pixels, so the Y coordinates were "folded" so odd and even coordinates were the same location on the screen, but the VT240 and VT241 provided the full 480 pixel vertical resolution. The coordinate system could also be set by the user.
Coordinates could be pushed or pulled from a stack, and every command allowed the stack to be used as a parameter, the "b" parameter pushed the current coordinates on the stack, "e" popped it back off again. Coordinates could be specified in absolute or relative terms;
() is an absolute position at x=200, y=100
() is a relative position at x=current X+200, y=current Y-100
() is absolute x=200, y=unchanged (same as ())
() is relative, x=unchanged, y=current Y-100
There were four main drawing commands and three control commands;
P "Position", move the pen
V "Vector", draw a line
C "Curve", draw a circle (C) or arc (A)
F "Fill", draws a filled polygon
T "Text", output the following string of text
S "Screen", a catch-all command for setting a wide variety of modes
R "Report", outputs current status
W "Write", sets the pen parameters
L "Load", loads an alternate character set
@ "Macrograph", see below
Each of these commands used the various coordinate modes in different ways, and some had additional parameters that were enclosed in parentheses. Commands could be followed by one or more parameters, allowing continued drawing from a single command. The interpreter was not case sensitive.
Some ReGIS terminals supported color, using a series of registers. These could be set with the S command using a variety of color input styles. s(m3(r100g0b0)) sets color register ("map") 3 to "r"ed using the RGB color system, while s(m3(h120l50s100)) does the same using the HSV system. The W command likewise set a wide variety of different styles, mostly for masking, fills and brushes.
Finally, ReGIS allowed commands to be stored into a ''macrograph'' and then recalled using the @ operator. Up to 10,000 characters of code could be stored in the macros, each named with a single letter. The advantage was that the series of operations in the macro could be invoked by sending only two characters over the serial port, as opposed to the entire sequence of commands.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「ReGIS」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.