JP2674647B2 - Graphic processing system - Google Patents

Graphic processing system

Info

Publication number
JP2674647B2
JP2674647B2 JP62121526A JP12152687A JP2674647B2 JP 2674647 B2 JP2674647 B2 JP 2674647B2 JP 62121526 A JP62121526 A JP 62121526A JP 12152687 A JP12152687 A JP 12152687A JP 2674647 B2 JP2674647 B2 JP 2674647B2
Authority
JP
Japan
Prior art keywords
graphic
composite
window
area
processing system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP62121526A
Other languages
Japanese (ja)
Other versions
JPS63285675A (en
Inventor
文雄 鈴木
博 石川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP62121526A priority Critical patent/JP2674647B2/en
Publication of JPS63285675A publication Critical patent/JPS63285675A/en
Application granted granted Critical
Publication of JP2674647B2 publication Critical patent/JP2674647B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)
  • Digital Computer Display Output (AREA)

Description

【発明の詳細な説明】 〔概 要〕 オブジェクト指向システムによって高度化した図形処
理システムである。 基本図形及び文字情報を複合した図面を表示して処理
する場合に、基本図形の形状、図面空間上の配置、領
域、及び操作を規定する図形オブジェクトと、複合図形
について図形要素と領域を規定する空間関係オブジェク
トと、図形を表示し、表示している図形と空間関係オブ
ジェクト及び図形オブジェクトとの対応情報を保持する
ウィンドウオブジェクトと、画面上て指示された図形要
素の対応するオブジェクトを領域によって識別し、それ
らのオブジェクトに図形操作指示を通知するウィンドウ
オブジェクトを設ける。 この構成により、図形要素を関係付けた複合図形を認
識して操作することが容易なシステムが得られる。 〔産業上の利用分野〕 本発明は、オブジェクト指向の情報処理システムの図
形処理システムに係り、特に文字情報を含む複合図形の
取り扱い、及びその図形操作を容易にするようにした図
形処理システムに関する。 〔従来の技術と発明が解決しようとする問題点〕 第5図は情報処理システムの構成例を示すブロック図
である。 処理装置1はメモリにロードされたプログラムを実行
して、端末の入力装置2、表示装置3と情報を授受し、
入力装置2から入力される指令情報によって指定の処理
を行う。 表示装置3は例えばディスプレイ装置、また入力装置
2は表示装置3の面上に表されるカーソルを操作する機
能を有するキーボード等からなる。 例えば回路設計における計算機利用設計に代表され
る、いわゆるCAD(Computer Aided Design)等の図形を
扱う情報処理システムにおいて、利用者は入力装置2の
キーをタッチしてコマンドを入力し、あるいは画面の一
部に表示されるメニュー形式のコマンドをカーソルで選
択する等で所要の指令を入力して、表示装置3の表示画
面上で図形の種類、形状、位置その他を指定し、処理装
置1で実行される図形処理システム4が指令を解釈し
て、表示装置3の画面に指定の図形を順次表示し、又表
示されている図形の更新等を処理する。 このようにして、1つの図面を構成する図形が生成さ
れるが、一般に画面の中には図形によって表すものの名
称,寸法,説明等の文字,数字,記号等(以下におい
て、これらを一括して文字情報という)を伴うので、そ
れらも順次入力され、キータッチによる画面内の指定位
置または画面上のカーソルによって指定される位置に表
示される。 図面データは一般に図形と文字情報の二種類のデータ
を含むものであるがそのうちの図形データは、例えば直
線,各種多角形,円,円弧,その他のシステムで準備す
る基本的な図形の種類に対応する基本図形ごとに、この
図形種類と図面内におけるその図形の基準点の位置,形
状の指定値,線種,面塗り等の指定からなり、その他の
文字情報データはそれらの図形データで表される図面に
重畳されるべきコード列からなる。 以上のような図面データは、単に個々の基本図形及び
文字情報のデータの集合であって、基本図形又はその組
合わせによって表している現実の物との対応を示す意味
づけ、及びそのような図形と必要な文字情報との関係を
表すことが困難であり、従ってそれらをまとめて複合図
形として認識し、図形によって表す物に応じた図形操作
をサポートできるような、高度な図形処理システムを構
成することができないという問題がある。 〔問題点を解決するための手段〕 第1図は、本発明の構成を示すブロック図である。 図は情報処理システムの構成を示し、10は基本図形ご
とに基本図形の図形、配置及び領域のデータ、または文
字情報におけるフォントを含む文字列や図形操作手続き
等を有する図形オブジェクト、11は複合図形の構成を規
定し、複合図形の領域のデータを有する空間関係オブジ
ェクト、12は図形を表示し、表示図形と図形オブジェク
ト及び空間関係オブジェクトとの対応を認識するウィン
ドウオブジェクトである。 〔作 用〕 インタフェース処理部13は入力装置2からの指令情報
によって指定のウィンドウオブジェクト12を生成し、そ
の後の図形操作指示をウィンドウオブジェクト12によっ
て実行することにより、指定の図形オブジェクト10及び
空間関係オブジェクト11を生成する。 生成された図形オブジェクト10に対応する図形が空間
関係オブジェクト11に従う複合図形として、ウィンドウ
オブジェクト12によって表示装置3に表示される。 ウィンドウオブジェクト12は、表示されている基本図
形や文字情報及び複合図形に対するカーソル等による指
示を領域との関係位置によって識別して、対応する図形
オブジェクト10に図形操作指定等を送り、その図形オブ
ジェクト10で定まる指定操作を実行させ、その結果を表
示装置3の画面の表示に反映させる。 以上により、図形オブジェクト、空間関係オブジェク
トのクラスオブジェクトに、必要な各種オブジェクトを
設け、それぞれに応じた図形操作手続きその他をそれら
のオブジェクトに準備することにより高度の図形操作が
容易に利用できる図形処理システムを構成することがで
きる。 〔実施例〕 オブジェクト指向情報処理システムにおけるオブジェ
クトは、データ又はデータを処理する手続き、又はそれ
ら両者からなる所定形式の情報単位であり、オブジェク
トはしばしばフレームの形式で記述される。 フレーム構成の一般形を簡単に説明すると、先頭にフ
レーム名を示すフレーム欄、次にデータの種類等を示す
スロット欄、スロット欄に続けてデータの型等を示すフ
ァセット欄、及びファセット欄に続けたバリュー欄から
なる。 そして、フレーム形式を適用したオブジェクトの場合
には、オブジェクト名をフレーム名とし、バリューにデ
ータ,データ名,プログラム名等を指定し、スロット,
ファセットによってバリュー欄に記載した値の意味とデ
ータ種類等を指定する。 オブジェクト指向システムには、オブジェクト記述の
原型となるオブジェクト(これをクラスオブジェクトと
いう)が各種のオブジェクトごとに設けられ、外部から
の指定に基づいて、クラスオブジェクトを原型として必
要なデータ値等を具体化したインスタンスオブジェクト
(クラスオブジェクトに記述されているその他の情報を
継承する関係をもつオブジェクトであり、以下において
単にオブジェクトという)を生成し、それらのオブジェ
クトによって処理が実行される。 以下、図面を併用してフレーム形式の各種オブジェク
トを説明する。 第1図のインタフェース処理部13は入力装置2からの
指令情報によっていずれかのウィンドウオブジェクト12
を生成する。 ウィンドウオブジェクト12のWINDOWクラスオブジェク
トは、例えば第2図(a)に示すようなスロットを持つ
フレームである。 第2図(a)において、フレーム欄に記述されるフレ
ーム名を“WINDOW"とし、以下のスロットにおいて、Nam
eスロットのファセットを“class"とすることでウィン
ドウ名を文字列データ(STRING)で記述し、Top及びLef
tスロットのファセットを“class"とすることで整数値
(INTEGER)を画面上に表示されるウィンドウの左上座
標として指定し、Widthスロット及びHeightスロットの
ファセットを“class"とすることでそれぞれの整数値
(INTEGER)をウィンドウの幅と高さとして指定し、Dis
played−objスロットにはウィンドウ内に表示する図形
の空間関係オブジェクト11をリスト(OBJECT)にして指
定する。 又、Access−tableスロットでは表示の図形オブジェ
クト及び空間関係オブジェクトとウィンドウ上での図形
を覆う長方形領域との対応を示す第2図(b)のような
アクセステーブル(TABLE)を生成する。 更に、Methodスロットにはウィンドウオブジェクトの
使用する操作の手続きを示し、例えば“Access"の場合
は、入力装置2を用いて利用者が指定した画面上の位置
を認識し、Access−tableスロットで生成したアクセス
テーブルを参照して図形や文字情報のオブジェクトを決
定し、その図形オブジェクト等の持つ図形操作手続きの
メニューを画面に表示し、利用者がキータッチまたはカ
ーソル移動等によって必要な操作手続きを選択させ、こ
の選択した操作手続きに対する所要のパラメータが入力
されると、それらの情報からなるメッセージを該当図形
オブジェクト等に送って操作を実行させるようにする。 図形オブジェクト10の例えば基本図形である「線」を
指定するLINEクラスオブジェクトは、例えば第3図のよ
うなスロットを有するフレームである。 第3図において、フレーム欄に記述されるフレーム名
を“LINE"とし、始点x,始点y,終点x,終点yの各スロッ
トのファセットを“class"とすることで「線」の両端の
座標を整数値(INTEGER)で指定する。 そして、Areaスロットはこの図形(線)に対する指示
入力を識別するための領域を示す対角線位置の二点の座
標値を入力するものであり、入力がない場合の省略値と
して、この図形(線)を覆う最小の長方形領域を規定す
る座標値がインスタンスオブジェクト生成時に自動的に
設定される。 又、Methodスロットではこの図形(線)の表示(Disp
lay)及び消去(Erase)や移動(Move)その他の図形操
作の手続きを指定する。例えばDisplayは図面の空間の
指定された座標位置に図形を展開した後、必要なウィン
ドウに図形を表示し、それに伴って前記のウィンドウオ
ブジェクトの持つ領域リストを更新する処理を実行する
手続きである。 また、Windowスロットにはその図形を表示しているウ
ィンドウオブジェクト12を指示するウィンドウオブジェ
クト名のリストを指定する。 次に、空間関係オブジェクト11は、例えば第4図
(a)に示すような簡単な地図の例に対応して、第4図
(b)及び(c)に示すようなフレームになる。 第4図(a)を説明すると、名称「山手通り」を持つ
一本の道路を挟んで二軒の家が対向配置されている。第
1の家は「家図形0」として図形オブジェクトで指定さ
れるものであり、一点鎖線枠で示す領域(左上および右
下の×印部の座標で定義)内に二つの四角形(四角形0,
四角形1)を配置して定義される。第2の家は「家図形
1」として図形オブジェクトで指定されるものであり、
一点鎖線枠で示す領域(左上および右下の×印部の座標
で定義)内に三つの四角形(四角形0,四角形1,四角形
2)及び一本の直線(線0)を配置して定義される。ま
た、道路は一点鎖線枠で示す領域(左上および右下の×
印部の座標で定義)内の平行な二本の直線(線0,線1)
および文字列「山手通り」(文0)の複合図形でそれぞ
れ図形オブジェクトとして定義される。 上記の図形のそれぞれは、第4図(b),(c)に示
すようなフレーム名を与えられた空間関係オブジェクト
の各スロットによって指定され、更に各スロットのファ
セットおよびバリューで指定されたオブジェクトが階層
的に空間関係オブジェクトを形成する。 空間関係オブジェクトの1例はフレーム欄に記述され
るフレーム名を“図形地図0"とする第4図(b)であ
る。 同図(b)において、Class,Subspace,家,道路,Are
a,Position x,Position y,Window等は図形地図0の属性
を示すスロットであり、ファセット“value"における
「図形地図」に対しては所要の情報を継承する関係にあ
るクラスオブジェクトであることを“Class"で指定し、
ファセット“value"における「家,道路」に対しては複
合図形の要素図形の種類であることを“Subspace"で指
定する。更に、ファセット“value"における「家図形0,
家図形1」については“Subspace"で指定済みの「家」
で指定し、ファセット“value"における「道路図形0」
についても“Subspace"で指定済みの「道路」で指定す
る。 そして、ファセット“value"における“WO"がこの図
形を表示するウィンドウのウィンドウオブジェクト名リ
ストであることを“Window"で指定し、更に”ファセッ
ト“value 0"がそのウィンドウ内の表示位置を示す座標
であることをPosition x",“Position y"で指定し、“A
rea"スロットは複合図形の領域を指定値又は前記と同様
の省略値で指定する。 上記図形地図0オブジェクトで指示されている家図形
0オブジェクト,家図形1オブジェクト,道路図形0オ
ブジェクトは更に空間関係オブジェクトとして指定され
るものであるが、道路図形0オブジェクトを第4図
(c)に例示する。 同図(c)において、フレーム欄に記述されるフレー
ム名は“道路図形0"であり、道路図形0オブジェクトは
基本図形まで分解される。ここで、Class,Subspace,Dat
a,Area,Position x,Position y等は道路図形0の属性を
示すスロットであり、Dataスロットによって構成要素の
図形オブジェクト名リスト(線0,線1,文0)が指示さ
れ、Position x,Position yスロット、Areaスロット等
が前記と同様の意味で示される。 次に、道路図形0オブジェクトの例えば“線0"の図形
オブジェクトは第4図(d)に示すように、基本図形の
最小単位まで分解されるので前記LINEクラスオブジェク
トのインスタンスオブジェクトとして生成される。な
お、図示省略したが必要ならMethodスロットを用意し、
この図形への表示(Display)及び消去(Erase)や移動
(Move)その他の図形操作の手続きを指定する。 又、文0図形オブジェクトは、例えば第4図(e)の
ように記述され、始点x、始点yスロットで文字列の左
上の座標値、方向スロットで文字列の配列方向、フォン
トスロットで文字種が示され、文字列スロットに文字内
容が指定される。 図形地図0オブジェクトに示される家図形0オブジェ
クト,家図形1オブジェクトについても図示説明は省略
するが、それぞれ前記と同様にして空間関係オブジェク
ト及びそれから分解される図形オブジェクトが生成され
る。 以上により、図形オブジェクト、空間関係オブジェク
トのクラスオブジェクトに、必要な各種オブジェクトを
設け、それぞれに応じた図形操作手続きその他をそれら
のオブジェクトに準備することにより、利用者が現実の
物と対応した意味づけをして認識している複合図形を、
その通りに識別して図形操作を実行することのできる、
高度な図形処理システムを容易に構成し、利用すること
が可能になる。 〔発明の効果〕 以上の説明から明らかなように本発明によれば、オブ
ジェクト指向情報処理システムの図形処理システムにお
いて、利用者が現実の物と対応した意味づけをして認識
している複合図形をそのまゝ扱うことが可能になるとい
う著しい工業的効果がある。
DETAILED DESCRIPTION [Overview] A graphic processing system that is advanced by an object-oriented system. When displaying and processing a drawing in which basic figures and character information are combined, a figure object that defines the shape of the basic figure, the arrangement, area, and operation of the basic figure, and figure elements and areas for the complex figure are specified. The spatial relationship object, the window object that displays the figure and holds the correspondence information between the displayed figure and the spatial relationship object and the figure object, and the corresponding object of the figure element designated on the screen are identified by the area. A window object is provided to notify those objects of a graphic operation instruction. With this configuration, it is possible to obtain a system in which it is easy to recognize and operate a composite graphic in which graphic elements are related. BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a graphic processing system of an object-oriented information processing system, and more particularly to a graphic processing system that facilitates handling of a composite graphic including character information and its graphic operation. [Problems to be Solved by Prior Art and Invention] FIG. 5 is a block diagram showing a configuration example of an information processing system. The processing device 1 executes the program loaded in the memory to exchange information with the input device 2 and the display device 3 of the terminal,
The specified processing is performed according to the command information input from the input device 2. The display device 3 includes, for example, a display device, and the input device 2 includes a keyboard having a function of operating a cursor displayed on the surface of the display device 3. For example, in an information processing system that handles graphics such as so-called CAD (Computer Aided Design) represented by computer-aided design in circuit design, the user touches a key of the input device 2 to input a command or A desired command is input by selecting a menu-type command displayed on the screen with a cursor, and the type, shape, position, etc. of the figure are specified on the display screen of the display device 3, and the command is executed by the processing device 1. The graphic processing system 4 according to the present invention interprets the command, sequentially displays the specified graphic on the screen of the display device 3, and updates the displayed graphic. In this way, the graphics that make up one drawing are generated, but in general, the names, dimensions, explanations, etc. of characters, numbers, symbols, etc. that are represented by graphics on the screen (hereinafter, these are collectively Since it is accompanied by character information), they are also sequentially input and displayed at a designated position on the screen by a key touch or a position designated by a cursor on the screen. The drawing data generally includes two types of data of figures and character information. Among them, the figure data is, for example, straight lines, various polygons, circles, arcs, and other basic figures corresponding to the types of basic figures prepared by the system. Drawings for each figure, consisting of this figure type, the position of the reference point of the figure in the drawing, the specified value of the shape, the line type, the surface fill, etc., and the other character information data is represented by those figure data. Consists of a code string to be superimposed on. The above-mentioned drawing data is simply a set of individual basic figures and data of character information, and a meaning indicating correspondence with an actual object represented by a basic figure or a combination thereof, and such a figure. It is difficult to express the relationship between the character information and the necessary character information. Therefore, it is possible to construct an advanced graphic processing system that can recognize them as a composite graphic and support graphic operation according to the object represented by the graphic. There is a problem that you can not. [Means for Solving the Problems] FIG. 1 is a block diagram showing the configuration of the present invention. The figure shows the configuration of the information processing system. 10 is a figure of a basic figure, data of arrangement and area for each basic figure, or a figure object having a character string including a font in character information and a figure operation procedure, 11 is a complex figure Is a space-related object that defines the structure of FIG. 1 and has data of the area of the composite graphic, and 12 is a window object that displays the graphic and recognizes the correspondence between the displayed graphic and the graphic object and the spatial-related object. [Operation] The interface processing unit 13 generates the specified window object 12 according to the command information from the input device 2, and executes the subsequent graphic operation instruction by the window object 12, thereby specifying the specified graphic object 10 and the spatial relationship object. Generate 11. A graphic corresponding to the generated graphic object 10 is displayed on the display device 3 by the window object 12 as a composite graphic according to the spatial relationship object 11. The window object 12 identifies a displayed basic figure, character information, and an instruction by a cursor or the like for a composite figure by a position related to the area, sends a figure operation designation to the corresponding figure object 10, and the figure object 10 The specified operation determined by is executed, and the result is reflected on the display of the screen of the display device 3. As described above, a graphic processing system in which advanced graphic operations can be easily used by providing various necessary objects in the class objects of the graphic object and the spatial relationship object and preparing the graphic operation procedure and the like corresponding to each of them Can be configured. [Example] An object in an object-oriented information processing system is an information unit of a predetermined format including data, a procedure for processing the data, or both, and the object is often described in a frame format. To briefly explain the general form of the frame structure, a frame column showing the frame name at the beginning, then a slot column showing the type of data etc., a slot column followed by a facet column showing the data type etc., and then a facet column. It consists of the value column. Then, in the case of an object to which the frame format is applied, the object name is used as the frame name, and the value is specified with data, data name, program name, etc.
The meaning and data type of the value described in the Value column are specified by facets. In the object-oriented system, an object that is the prototype of the object description (this is called a class object) is provided for each type of object, and based on the specification from the outside, the class object is the prototype and the necessary data values are specified. The generated instance objects (objects having a relationship of inheriting other information described in the class object, which will be simply referred to as objects hereinafter) are generated, and the processing is executed by those objects. Various objects in the frame format will be described below with reference to the drawings. The interface processing unit 13 in FIG. 1 uses the command information from the input device 2 to select one of the window objects 12
Generate The WINDOW class object of the window object 12 is, for example, a frame having slots as shown in FIG. In FIG. 2 (a), the frame name described in the frame column is "WINDOW", and in the following slots, Nam
By specifying the facet of the e-slot as "class", the window name is described as string data (STRING), and Top and Lef
Specifying an integer value (INTEGER) as the upper left coordinate of the window displayed on the screen by setting the facet of the t slot to “class”, and setting the facet of the Width slot and Height slot to “class” adjusts the respective values. Specify a numeric value (INTEGER) as the width and height of the window, and select Dis
In the played-obj slot, the spatial relational objects 11 of the graphic displayed in the window are designated as a list (OBJECT). Further, in the Access-table slot, an access table (TABLE) as shown in FIG. 2 (b) showing the correspondence between the displayed graphic object and the spatial relation object and the rectangular area covering the graphic on the window is generated. Further, the method slot shows the procedure of the operation used by the window object. For example, in the case of "Access", the position on the screen designated by the user is recognized using the input device 2 and the access-table slot is generated. The object of the graphic or character information is determined by referring to the access table, the menu of the graphic operation procedure of the graphic object is displayed on the screen, and the user selects the necessary operation procedure by key touch or cursor movement. Then, when the required parameters for the selected operation procedure are input, a message including such information is sent to the corresponding graphic object or the like to execute the operation. The LINE class object that designates, for example, a "line" which is a basic figure of the figure object 10 is, for example, a frame having slots as shown in FIG. In Fig. 3, the frame name described in the frame column is "LINE", and the facet of each slot of start point x, start point y, end point x, and end point y is "class". Is specified as an integer value (INTEGER). The Area slot is for inputting the coordinate values of two points at the diagonal positions that indicate the area for identifying the instruction input for this figure (line). As a default value when there is no input, this figure (line) The coordinate values that define the smallest rectangular area that covers the are automatically set when the instance object is created. Also, in the Method slot, this figure (line) is displayed (Disp
lay), erase (Erase), move (Move) and other graphic manipulation procedures. For example, Display is a procedure for expanding a figure at a specified coordinate position in the drawing space, displaying the figure in a required window, and updating the area list of the window object accordingly. Further, in the Window slot, a list of window object names designating the window object 12 displaying the figure is specified. Next, the spatial relationship object 11 becomes a frame as shown in FIGS. 4 (b) and 4 (c) corresponding to a simple map example as shown in FIG. 4 (a). Explaining FIG. 4 (a), two houses are arranged opposite to each other across a road having the name "Yamanote Dori". The first house is specified as a “house figure 0” by a figure object, and two squares (square 0, square 0, in the area indicated by the dashed-dotted line frame (defined by the coordinates of the x mark at the upper left and lower right) are specified.
It is defined by arranging a rectangle 1). The second house is specified by the graphic object as "house graphic 1",
It is defined by arranging three squares (square 0, square 1, square 2) and one straight line (line 0) in the area indicated by the one-dot chain line frame (defined by the coordinates of the x mark in the upper left and lower right). It In addition, the road is the area indicated by the one-dot chain line (the upper left and lower right ×
Two parallel straight lines (line 0, line 1) defined by the coordinates of the mark)
And a composite figure of the character string "Yamanote Dori" (sentence 0) are defined as figure objects. Each of the above figures is specified by each slot of the spatial relationship object given a frame name as shown in FIGS. 4 (b) and (c), and the object specified by the facet and value of each slot is Form spatially related objects hierarchically. An example of the spatial relationship object is FIG. 4 (b) in which the frame name described in the frame column is "graphic map 0". In the figure (b), Class, Subspace, House, Road, Are
a, Position x, Position y, Window, etc. are slots that indicate the attributes of the graphic map 0, and for the "graphic map" in the facet "value", it is a class object that inherits the required information. Specify with "Class",
For "house, road" in the facet "value", it is specified by "Subspace" that it is the type of element figure of the composite figure. Furthermore, in the facet “value”, “house figure 0,
"House 1" has already been specified in "Subspace"
"Road figure 0" in the facet "value"
Is also specified by the “road” that has already been specified by “Subspace”. Then, specify that "WO" in the facet "value" is the window object name list of the window displaying this figure with "Window", and the facet "value 0" is the coordinate indicating the display position in that window. Is specified by Position x "," Position y ", and" A
The rea "slot designates the area of the composite figure with a designated value or the same default value as above. The house figure 0 object, house figure 1 object, and road figure 0 object designated by the above-mentioned figure map 0 object further have a spatial relationship. Although designated as an object, a road figure 0 object is illustrated in Fig. 4 (c), in which the frame name described in the frame column is "road figure 0", The figure 0 object is decomposed into basic figures, where Class, Subspace, Dat
a, Area, Position x, Position y, etc. are slots indicating the attributes of the road figure 0, and the Data slot indicates the list of figure object names (line 0, line 1, sentence 0) of the constituent elements, and Position x, Position The y slot, Area slot, etc. are shown in the same meaning as above. Next, for example, a "line 0" graphic object of the road graphic 0 object is decomposed to the minimum unit of the basic graphic as shown in FIG. 4 (d), so that it is generated as an instance object of the LINE class object. Although not shown, prepare a Method slot if necessary,
Designate the procedure for displaying, erasing, moving, and other graphic operations on this graphic. The sentence 0 graphic object is described, for example, as shown in FIG. 4 (e). The coordinates of the upper left corner of the character string at the starting point x and the starting point y slot, the arrangement direction of the character string at the direction slot, and the character type at the font slot. And the character content is specified in the string slot. Although illustration of the house figure 0 object and house figure 1 object shown in the figure map 0 object is omitted, a spatial relationship object and a figure object decomposed from the spatial relationship object are generated in the same manner as described above. As described above, various necessary objects are provided in the class objects of the graphic object and the spatial relation object, and the graphic operation procedure and the like corresponding to each are prepared for those objects, so that the user can define the meaning corresponding to the real thing. To recognize the complex figure,
It is possible to identify and execute graphic operations as it is,
The advanced graphic processing system can be easily configured and used. [Effects of the Invention] As is clear from the above description, according to the present invention, in a graphic processing system of an object-oriented information processing system, a user recognizes a complex graphic with meaning corresponding to an actual object. Has a remarkable industrial effect that it can be handled as it is.

【図面の簡単な説明】 第1図は本発明の構成を示すブロック図、 第2図はウィンドウオブジェクトの説明図、 第3図は図形オブジェクトの説明図、 第4図はオブジェクトの例を示す図、 第5図は情報処理システムの構成例ブロック図である。 図において、 1は処理装置、2は入力装置、 3は表示装置、4は図形処理システム、 10は図形オブジェクト、 11は空間関係オブジェクト、 12はウィンドウオブジェクト、 13はインタフェース処理部 を示す。[Brief description of the drawings] FIG. 1 is a block diagram showing the configuration of the present invention, Figure 2 is an illustration of the window object, Figure 3 is an explanatory diagram of graphic objects, FIG. 4 is a diagram showing an example of an object, FIG. 5 is a block diagram of a configuration example of the information processing system. In the figure, 1 is a processing device, 2 is an input device, 3 is a display device, 4 is a graphic processing system, 10 is a graphic object, 11 is a spatial relation object, 12 is a window object, 13 is an interface processing unit Is shown.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 昭60−54073(JP,A) 特開 昭58−166481(JP,A) 特開 昭61−86875(JP,A) 特開 昭61−114373(JP,A) 特開 昭56−12690(JP,A) 特開 昭62−80774(JP,A) 特開 昭59−125468(JP,A)   ────────────────────────────────────────────────── ─── Continuation of front page    (56) References JP-A-60-54073 (JP, A)                 JP-A-58-166641 (JP, A)                 JP 61-86875 (JP, A)                 JP-A-61-114373 (JP, A)                 JP-A-56-12690 (JP, A)                 JP 62-80774 (JP, A)                 JP-A-59-125468 (JP, A)

Claims (1)

(57)【特許請求の範囲】 1.複数種の基本図形と、文字と数字又は記号からなる
文字情報と、を図形要素として構成した複合図形を配置
した図面空間を表示するウィンドウ画面、 及び、前記ウィンドウ画面上に表示される前記複合図形
に対する処理を指示する入力手段、 を有し、前記の指示入力に基づいた処理を行うようにし
た図形処理システムであって、 前記図形要素ごとに形状や配置及び領域を規定する情報
を有し、前記図形要素に対して設定された図形操作手続
きを選択的に実行する図形オブジェクトと、 前記複合図形を構成する少なくとも1以上の図形要素を
規定し、前記複合図形を形成する領域を指定する空間関
係オブジェクトと、 前記ウィンドウ画面内の座標点が前記指示入力手段から
指示された際に、前記指示点を含む図形要素または複合
図形に対応する領域を識別し、当該領域を定義している
図形要素に対応する図形オブジェクト又は複合図形に対
応する前記空間関係オブジェクトを選択し、前記選択し
た図形オブジェクト又は空間関係オブジェクトに対する
操作可能な図形操作手続きを選択可能に前記ウィンドウ
画面に表示し、前記指示手段によって選択された前記ウ
ィンドウ画面に表示された図形操作手続きの選択指示入
力を当該オブジェクトに通知し、当該図形要素に対する
図形操作手続きを実行させるウィンドウオブジェクト
と、 から成ることを特徴とする図形処理システム。
(57) [Claims] A window screen for displaying a drawing space in which a composite graphic formed by using a plurality of types of basic graphics and character information consisting of letters and numbers or symbols as graphic elements is arranged, and the composite graphic displayed on the window screen. Is a graphic processing system configured to perform processing based on the above-mentioned instruction input, and having information for defining a shape, an arrangement, and an area for each graphic element, A graphic object that selectively executes a graphic operation procedure set for the graphic element, and a spatial relationship that defines at least one or more graphic elements forming the composite graphic and specifies an area forming the composite graphic. Corresponding to a graphic element or a composite graphic including an object and a coordinate point in the window screen when the instruction input means indicates the object A graphic operation procedure capable of identifying the area, selecting the graphic object corresponding to the graphic element defining the area or the spatial relationship object corresponding to the composite graphic, and operating the selected graphic object or the spatial relationship object. A window for displaying a selectable input on the window screen, notifying the object of the selection instruction input of the graphic operation procedure displayed on the window screen selected by the instructing means, and executing the graphic operation procedure for the graphic element. A graphic processing system characterized by consisting of objects and.
JP62121526A 1987-05-19 1987-05-19 Graphic processing system Expired - Lifetime JP2674647B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62121526A JP2674647B2 (en) 1987-05-19 1987-05-19 Graphic processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62121526A JP2674647B2 (en) 1987-05-19 1987-05-19 Graphic processing system

Publications (2)

Publication Number Publication Date
JPS63285675A JPS63285675A (en) 1988-11-22
JP2674647B2 true JP2674647B2 (en) 1997-11-12

Family

ID=14813407

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62121526A Expired - Lifetime JP2674647B2 (en) 1987-05-19 1987-05-19 Graphic processing system

Country Status (1)

Country Link
JP (1) JP2674647B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04275684A (en) * 1991-03-01 1992-10-01 Fuji Xerox Co Ltd Graphic information data base constructing emthod and device applying the method
JP2638362B2 (en) * 1991-12-12 1997-08-06 松下電器産業株式会社 Figure management device
JP2638364B2 (en) * 1991-12-17 1997-08-06 松下電器産業株式会社 Figure management device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS6054073A (en) * 1983-09-02 1985-03-28 Nec Corp Object selecting device

Also Published As

Publication number Publication date
JPS63285675A (en) 1988-11-22

Similar Documents

Publication Publication Date Title
US5555357A (en) Computer system and method for generating and manipulating charts and diagrams
US5357603A (en) Method and system for changing a shape type while maintaining existing graphic characteristics
US8255814B2 (en) Temporary text and graphic feedback for object manipulators
JPH0827700B2 (en) Computer display control system
US5642475A (en) Apparatus and method for editing graphics or group graphics displayed on a screen and correlated to each other
JP3186241B2 (en) Figure editing device
JP2674647B2 (en) Graphic processing system
JP3763383B2 (en) Polygon drawing apparatus, polygon drawing method, and computer-readable recording medium recording a polygon drawing program
JPS6215670A (en) Editing system for intra-graphic character string
JPH06295322A (en) Device and method for displaying segment
JPH07220115A (en) Three-dimensional cad system
JPH08202856A (en) Picture processing method
JPH08106542A (en) Expanding and display method for graphic
JP2720586B2 (en) Figure editing device
JPH0620021A (en) Method and device for graphic processing
JP2555082B2 (en) Character display change device
JP3246952B2 (en) CAD processing method and apparatus
JP2000207087A (en) Displayed graphic selecting method
JPS6349883A (en) Graphic processor
JP3476886B2 (en) Object operation device in virtual space
JPH11134512A (en) Drawing method
JPH06110442A (en) Character and figure processor and method for deforming character of figure
JPH0776960B2 (en) Table ruled line creation method
JPH05250483A (en) Graph plotter
JPH05282417A (en) Method and device for information processing