JPH05159071A - Three-dimentional straight line plotting/processing device - Google Patents

Three-dimentional straight line plotting/processing device

Info

Publication number
JPH05159071A
JPH05159071A JP3323296A JP32329691A JPH05159071A JP H05159071 A JPH05159071 A JP H05159071A JP 3323296 A JP3323296 A JP 3323296A JP 32329691 A JP32329691 A JP 32329691A JP H05159071 A JPH05159071 A JP H05159071A
Authority
JP
Japan
Prior art keywords
value
straight line
axis direction
initial value
increase amount
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.)
Pending
Application number
JP3323296A
Other languages
Japanese (ja)
Inventor
Shinji Wada
慎二 和田
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP3323296A priority Critical patent/JPH05159071A/en
Publication of JPH05159071A publication Critical patent/JPH05159071A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Image Generation (AREA)

Abstract

PURPOSE:To carry out plotting/processing of a three-dimentional straight line at high speed by preventing the Z-value calculation and the plotting for unnecessary plotting outside of a clipping area. CONSTITUTION:The device consists of a graphic processor 1, a digital differential analyzer 2 which controls plotting to a bit map memory and executes hidden-line/implict surface elimination, a frame buffer memory 3 storing luminance information at respective picture elements, a clipping control part 4 judging whether plot or not, a Z-value adding part 5 adding Z-values and a Z-buffer memory 6 storing a depth.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はクリッピング領域を有す
る三次元直線描画処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a three-dimensional line drawing processing apparatus having a clipping area.

【0002】[0002]

【従来の技術】従来、三次元直線描画処理装置におい
て、描画するラインの奥行きを与えるZ値の初期値とZ
方向の増加量の加算データは、Z軸方向のクリッピング
領域に関係なく、加算データがZ方向のクリッピング領
域内にあるかないかを1ピクセルごとに判定して描画/
非描画を判定し、非描画の場合でも、Z値の計算は実行
される。
2. Description of the Related Art Conventionally, in a three-dimensional straight line drawing processing apparatus, an initial value of Z and a Z value giving the depth of a line to be drawn
The added data of the increase amount in the direction is drawn / determined for each pixel whether or not the added data is in the Z-direction clipping area, regardless of the clipping area in the Z-axis direction.
The non-drawing is determined, and the Z value is calculated even in the non-drawing.

【0003】[0003]

【発明が解決しようとする課題】上述した従来の三次元
直線描画処理装置では、描画するラインのZ値の初期値
がZ軸方向のクリッピング領域の下限、例えば手前側の
境界面の値より小さく、かつZ軸方向の増加量が負であ
る場合、または、描画するラインのZ値の初期値がZ軸
方向のクリッピング領域の上限、例えば奥側の境界面の
値より大きく、かつZ軸方向の増加量が正である場合に
は、このラインは明らかに描画されないのにZ値が加算
される度に、Z軸方向のクリッピング領域内に有るかど
うかを判定し、描画/非描画を判定している。このた
め、判定に時間がかかり、描画が低速になる。
In the above-described conventional three-dimensional straight line drawing processing apparatus, the initial value of the Z value of the line to be drawn is smaller than the lower limit of the clipping region in the Z axis direction, for example, the value of the front boundary surface. , And the increase amount in the Z-axis direction is negative, or the initial value of the Z value of the line to be drawn is larger than the upper limit of the clipping region in the Z-axis direction, for example, the value of the boundary surface on the back side, and in the Z-axis direction. If the increase amount of is positive, this line is obviously not drawn, but each time Z value is added, it is determined whether it is within the clipping area in the Z-axis direction, and it is determined whether it is drawn or not drawn. is doing. For this reason, the determination takes time, and the drawing becomes slow.

【0004】本発明の目的は、クリッピング領域外の無
駄な描画のためのZ値計算及び描画を防ぎ、三次元直線
描画処理を高速化することができる三次元直線描画処理
装置を提供することにある。
It is an object of the present invention to provide a three-dimensional straight line drawing processing device capable of preventing Z value calculation and drawing for useless drawing outside the clipping region and speeding up the three-dimensional straight line drawing processing. is there.

【0005】[0005]

【課題を解決するための手段】本発明の直線描画処理装
置は、クリッピング領域を有する三次元直線描画処理装
置において、直線描画のための二次元の直線のアドレス
を計算する計算手段と、前記計算されたアドレスにより
描画する直線の奥行きのZ値の初期値を記憶する初期値
記憶手段と、Z軸方向の増加量を記憶する増加量手段
と、前記記憶されたZ値の初期値と記憶されたZ軸方向
の増加量を画素ごとに加算する加算手段と、Z軸方向の
クリッピング領域を記憶する領域記憶手段と、加算され
たZ値がクリッピング領域内に有るか否かを判断して描
画するかしないかを判定する判定手段と、前記Z軸方向
のクリッピング領域の下限側の境界面の値と、描画する
直線のZ値の初期値とを比較して前記Z値の初期値が小
さく、かつZ軸方向の増加量が負ならば、描画のための
Z値の加算を中止する中止手段とを具備することを特徴
とする。
A straight line drawing processing apparatus according to the present invention is a three-dimensional straight line drawing processing apparatus having a clipping region, a calculating means for calculating an address of a two-dimensional straight line for drawing a straight line, and the calculation means. The initial value storage means stores the initial value of the Z value of the depth of the straight line drawn by the drawn address, the increase amount means stores the increase amount in the Z-axis direction, and the stored initial value of the Z value is stored. The addition means for adding the increase amount in the Z-axis direction for each pixel, the area storage means for storing the clipping area in the Z-axis direction, and the drawing by judging whether or not the added Z value is in the clipping area The determination means for determining whether to perform or not, the lower limit side boundary surface value of the clipping region in the Z-axis direction, and the initial value of the Z value of the straight line to be drawn are compared to reduce the initial value of the Z value. , And Z-axis direction If the increase is negative, characterized by comprising a stop means to stop the addition of the Z values for rendering.

【0006】また、本発明の三次元直線描画処理装置
は、クリッピング領域を有する三次元直線描画処理装置
おいて、直線描画のための二次元の直線のアドレスを計
算する計算手段と、前記計算されたアドレスにより描画
する直線の奥行きのZ値の初期値を記憶する初期値記憶
手段と、Z軸方向の増加量を記憶する増加量記憶手段
と、前記記憶されたZ値の初期値と記憶されたZ軸方向
の増加量を画素ごとに加算する加算手段と、Z軸方向の
クリッピング領域を記憶する領域記憶手段と、加算され
たZ値がクリッピング領域内に有るか否かを判断して描
画するかしないかを判定する判定手段と、前記Z軸方向
のクリッピング領域の上限側の境界面の値と、描画する
直線のZ値の初期値とを比較して前記Z値の初期値が大
きく、かつZ軸方向の増加量が正ならば、描画のための
Z値の加算を中止する中止手段とを具備することを特徴
とする。
Further, the three-dimensional line drawing processing apparatus of the present invention is, in the three-dimensional line drawing processing apparatus having a clipping region, a calculating means for calculating an address of a two-dimensional line for drawing a line, and the calculation means. The initial value storage means for storing the initial value of the Z value of the depth of the straight line drawn by the address, the increase amount storage means for storing the increase amount in the Z-axis direction, and the stored initial value of the Z value are stored. The addition means for adding the increase amount in the Z-axis direction for each pixel, the area storage means for storing the clipping area in the Z-axis direction, and the drawing by judging whether or not the added Z value is in the clipping area The determination means for determining whether or not to perform it is compared with the upper limit boundary surface value of the clipping region in the Z-axis direction and the initial value of the Z value of the straight line to be drawn, and the initial value of the Z value is increased. , And in the Z-axis direction If pressurized amount is positive, characterized by comprising a stop means to stop the addition of the Z values for rendering.

【0007】[0007]

【作用】三次元直線描画処理において、Z軸方向のクリ
ッピング領域の枠の値と描画ラインの始点のZ値とを比
較し、かつZ方向の増加量の符号を判断して、描画のた
めのZ値計算を実行するかどうかを決める。
In the three-dimensional straight line drawing processing, the value of the frame of the clipping area in the Z-axis direction is compared with the Z value of the starting point of the drawing line, and the sign of the increase amount in the Z direction is judged to perform the drawing. Decide whether to perform Z value calculation.

【0008】[0008]

【実施例】次に本発明の実施例について図面を参照して
説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0009】図1は本発明の三次元直線描画処理装置の
一実施例である画像処理システムの構成を示すブロック
図である。
FIG. 1 is a block diagram showing the arrangement of an image processing system which is an embodiment of the three-dimensional straight line drawing processing apparatus of the present invention.

【0010】図1を参照すると、本実施例は、Z値の初
期値Zo,Z軸方向の増加量Zd,クリッピング領域の
下限側の境界面の値Zsおよびクリッピング領域の上限
側の境界面の値Zeを出力するグラフィックプロセッサ
1と、ビットマップメモリへの描画を抑制し、陰線陰面
消去を行うディジタルディファレンシャルアナライザー
2と、画素ごとの輝度情報を記憶するフレームバッファ
メモリ3と、描画を行うか否かを判定するクリッピング
制御部4と、Z値の加算を行うZ値加算部5と、奥行き
を記憶するZバッファメモリ6とによって構成されてい
る。
Referring to FIG. 1, in the present embodiment, the initial value Zo of the Z value, the increase amount Zd in the Z-axis direction, the lower limit boundary surface value Zs of the clipping region and the upper limit boundary surface of the clipping region are set. The graphic processor 1 that outputs the value Ze, the digital differential analyzer 2 that suppresses drawing in the bitmap memory and erases hidden lines and hidden surfaces, the frame buffer memory 3 that stores the luminance information for each pixel, and whether or not drawing is performed. The clipping control unit 4 that determines whether the Z value is added, the Z value adding unit 5 that adds the Z value, and the Z buffer memory 6 that stores the depth.

【0011】図2はクリッピング制御部4およびZ値加
算部5の構成例を示す。3次元描画時にグラフィックプ
ロセッサ1から与えられるZ値に関するデータは、Z軸
方向の増加量ZdまたはZiと、Z値の初期値Zpまた
はZqと、クリッピング領域の手前側の境界面の値Zs
と、クリッピング領域の奥側の境界面の値Zeとであ
る。前記データはそれぞれロードイネーブル信号ZD,
ZO,ZS,ZEで制御されるレジスタ8,9,10,
11にロードされる。レジスタ9のデータであるZ値の
初期値Zoとレジスタ10のデータであるクリッピング
領域の下限である手前側の境界面の値Zsとを比較器1
2で比較する。レジスタ8のデータであるZ軸方向の増
加量Zdは、負の数が2の補数で表記されるものとする
と、その最上位ビットデータDOによって正か負かが判
断される。
FIG. 2 shows a configuration example of the clipping control unit 4 and the Z value addition unit 5. The data regarding the Z value given from the graphic processor 1 at the time of three-dimensional drawing is the increase amount Zd or Zi in the Z axis direction, the initial value Zp or Zq of the Z value, and the value Zs of the boundary surface on the front side of the clipping region.
And the value Ze of the boundary surface on the far side of the clipping region. The data are load enable signals ZD,
Registers 8, 9, 10, controlled by ZO, ZS, ZE
Loaded at 11. The initial value Zo of the Z value which is the data of the register 9 and the value Zs of the front boundary surface which is the lower limit of the clipping region which is the data of the register 10 are compared with each other by the comparator 1.
Compare with 2. Assuming that a negative number is represented by a two's complement, the increase amount Zd in the Z-axis direction, which is the data of the register 8, is determined to be positive or negative by the most significant bit data DO.

【0012】Z値の初期値ZoとZ方向のクリッピング
領域手前側の境界面の値Zsが比較器12によって比較
される。Z値の初期値Zoが小さいと判断され、かつZ
軸方向の増加量Zdが負であると判断されるとき、ナン
ド回路15により加算器17のZ値加算データZcをロ
ードするレジスタ14のロードイネーブル信号はロード
不可となり、Z値計算のループは中止される。
The comparator 12 compares the initial value Zo of the Z value with the value Zs of the boundary surface on the front side of the clipping area in the Z direction. It is determined that the initial Z value Zo is small, and Z
When it is determined that the increase amount Zd in the axial direction is negative, the load enable signal of the register 14 for loading the Z value addition data Zc of the adder 17 is disabled by the NAND circuit 15 and the Z value calculation loop is stopped. To be done.

【0013】また、Z値の初期値ZoとZ軸方向のクリ
ッピング領域の上限である奥側の境界面の値Zeが比較
器13によって比較される。Z値の初期値Zoが大きい
と判断され、かつZ軸方向の増加量Zdが正であると判
断されるとき、ナンド回路16により加算器17のZ値
加算データZcをロードするレジスタ14はそのロード
イネーブル信号によって、ロード不可となり、Z値計算
のループは中止される。 図3は請求項1に対応するビ
ットマップディスプレイのイメージ図である。3次元描
画時のZ値の初期値Zoが、画像描画エリア内における
Z方向のクリッピング領域の手前側の境界面の下限値Z
sより小さく、かつZ軸方向の増加量Zdが負ならば、
この描画ラインは描画されない。このような描画の場
合、Z値の計算を中止する。
Further, the comparator 13 compares the initial value Zo of the Z value with the value Ze of the boundary surface on the back side which is the upper limit of the clipping area in the Z-axis direction. When it is determined that the initial value Zo of the Z value is large and the increase amount Zd in the Z axis direction is positive, the NAND circuit 16 loads the Z value addition data Zc of the adder 17 into the register 14. The load enable signal disables loading, and the Z value calculation loop is stopped. FIG. 3 is an image diagram of a bitmap display corresponding to claim 1. The initial value Zo of the Z value at the time of three-dimensional drawing is the lower limit value Z of the boundary surface on the front side of the clipping area in the Z direction in the image drawing area.
smaller than s and the increase Zd in the Z-axis direction is negative,
This drawing line is not drawn. In the case of such drawing, the calculation of the Z value is stopped.

【0014】図4は請求項2に対応するビットマップデ
ィスプレイのイメージ図である。3次元描画時のZ値の
初期値ZoがZ方向のクリッピング領域の奥側の境界面
の値Zeより大きく、かつZ軸方向の増加量Zdが正な
らば、このラインは描画されない。このような場合、Z
値の計算を中止する。
FIG. 4 is an image diagram of a bit map display corresponding to the second aspect. If the initial value Zo of the Z value at the time of three-dimensional drawing is larger than the value Ze of the boundary surface on the back side of the clipping region in the Z direction and the increase amount Zd in the Z axis direction is positive, this line is not drawn. In such cases, Z
Stop value calculation.

【0015】[0015]

【発明の効果】以上説明したように本発明は、3次元図
形描画処理において、描画ラインのZ値の初期値がZ軸
方向のクリッピング領域の下限側の境界面の値より小さ
く、かつZ軸方向の増加量が負であるときと、描画ライ
ンのZ値の初期値がZ軸方向のクリッピング領域の境界
面の値より大きく、かつZ軸方向の増加量が正であると
きは、描画のためのZ値加算を中止し、描画を中止する
ので、描画を高速化できる。
As described above, according to the present invention, in the three-dimensional graphic drawing processing, the initial value of the Z value of the drawing line is smaller than the value of the boundary surface on the lower limit side of the clipping area in the Z axis direction, and the Z axis. When the increase amount in the direction is negative, the initial Z value of the drawing line is larger than the boundary surface value of the clipping region in the Z axis direction, and the increase amount in the Z axis direction is positive, Since the Z value addition is stopped and the drawing is stopped, the drawing can be speeded up.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施例を示すブロック図。FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】クリッピング制御部4およびZ値加算部5の構
成例を示すブロック図。
FIG. 2 is a block diagram showing a configuration example of a clipping control unit 4 and a Z value addition unit 5.

【図3】請求項1に対応するビットマップディスプレイ
のイメージ図。
FIG. 3 is an image diagram of a bitmap display corresponding to claim 1.

【図4】請求項2に対応するビットマップディスプレイ
のイメージ図。
FIG. 4 is an image diagram of a bitmap display according to claim 2.

【符号の説明】[Explanation of symbols]

1 グラフィックプロセッサ 2 ディジタル ディファレンシャル アナライザー 3 フレームバッファメモリ 4 クリッピング制御部 5 Z値加算部 6 Zバッファメモリ 8,9,10,11,14 レジスタ 12,13 比較器 15,16 ナンド回路 17 加算器 1 Graphic Processor 2 Digital Differential Analyzer 3 Frame Buffer Memory 4 Clipping Control Unit 5 Z Value Adder 6 Z Buffer Memory 8, 9, 10, 11, 14 Registers 12, 13 Comparator 15, 16 NAND Circuit 17 Adder

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 クリッピング領域を有する三次元直線描
画処理装置において、 直線描画のための二次元の直線
のアドレスを計算する計算手段と、 前記計算されたアドレスにより描画する直線の奥行きの
Z値の初期値を記憶する初期値記憶手段と、 Z軸方向の増加量を記憶する増加量手段と、 前記記憶されたZ値の初期値と記憶されたZ軸方向の増
加量を画素ごとに加算する加算手段と、 Z軸方向のクリッピング領域を記憶する領域記憶手段
と、 加算されたZ値がクリッピング領域内に有るか否かを判
断して描画するかしないかを判定する判定手段と、 前記Z軸方向のクリッピング領域の下限側の境界面の値
と、描画する直線のZ値の初期値とを比較して前記Z値
の初期値が小さく、かつZ軸方向の増加量が負ならば、
描画のためのZ値の加算を中止する中止手段とを具備す
ることを特徴とする三次元直線描画処理装置。
1. A three-dimensional straight line drawing processing apparatus having a clipping area, a calculating means for calculating an address of a two-dimensional straight line for drawing a straight line, and a Z value of a depth of a straight line drawn by the calculated address. An initial value storage means for storing an initial value, an increase amount means for storing an increase amount in the Z axis direction, and an initial value of the stored Z value and the stored increase amount in the Z axis direction are added for each pixel. Adder means, area storage means for storing a clipping area in the Z-axis direction, judging means for judging whether or not the added Z value is in the clipping area, and for drawing or not, By comparing the value of the boundary surface on the lower limit side of the clipping region in the axial direction with the initial value of the Z value of the straight line to be drawn, if the initial value of the Z value is small and the increase amount in the Z axis direction is negative,
A three-dimensional straight line drawing processing apparatus comprising: a stopping unit that stops adding Z values for drawing.
【請求項2】 クリッピング領域を有する三次元直線描
画処理装置において、 直線描画のための二次元の直線
のアドレスを計算する計算手段と、 前記計算されたアドレスにより描画する直線の奥行きの
Z値の初期値を記憶する初期値記憶手段と、 Z軸方向の増加量を記憶する増加量記憶手段と、 前記記憶されたZ値の初期値と記憶されたZ軸方向の増
加量を画素ごとに加算する加算手段と、 Z軸方向のクリッピング領域を記憶する領域記憶手段
と、 加算されたZ値がクリッピング領域内に有るか否かを判
断して描画するかしないかを判定する判定手段と、 前記Z軸方向のクリッピング領域の上限側の境界面の値
と、描画する直線のZ値の初期値とを比較して前記Z値
の初期値が大きく、かつZ軸方向の増加量が正ならば、
描画のためのZ値の加算を中止する中止手段とを具備す
ることを特徴とする三次元直線描画処理装置。
2. A three-dimensional straight line drawing processing device having a clipping area, a calculating means for calculating an address of a two-dimensional straight line for drawing a straight line, and a Z value of a depth of a straight line drawn by the calculated address. An initial value storage means for storing an initial value, an increase amount storage means for storing an increase amount in the Z-axis direction, and an initial value of the stored Z value and the stored increase amount in the Z-axis direction are added for each pixel. And an area storage means for storing a clipping area in the Z-axis direction, a determination means for determining whether or not the added Z value is within the clipping area, and whether or not drawing is performed, If the value of the boundary surface on the upper limit side of the clipping area in the Z-axis direction is compared with the initial value of the Z value of the straight line to be drawn, and the initial value of the Z value is large, and if the increase amount in the Z-axis direction is positive, ,
A three-dimensional straight line drawing processing apparatus comprising: a stopping unit that stops adding Z values for drawing.
JP3323296A 1991-12-06 1991-12-06 Three-dimentional straight line plotting/processing device Pending JPH05159071A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3323296A JPH05159071A (en) 1991-12-06 1991-12-06 Three-dimentional straight line plotting/processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3323296A JPH05159071A (en) 1991-12-06 1991-12-06 Three-dimentional straight line plotting/processing device

Publications (1)

Publication Number Publication Date
JPH05159071A true JPH05159071A (en) 1993-06-25

Family

ID=18153205

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3323296A Pending JPH05159071A (en) 1991-12-06 1991-12-06 Three-dimentional straight line plotting/processing device

Country Status (1)

Country Link
JP (1) JPH05159071A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1996017325A1 (en) * 1994-11-30 1996-06-06 Namco Ltd. Apparatus and method for image synthesizing

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1996017325A1 (en) * 1994-11-30 1996-06-06 Namco Ltd. Apparatus and method for image synthesizing
GB2301513A (en) * 1994-11-30 1996-12-04 Namco Ltd Apparatus and method for image synthesizing
GB2301513B (en) * 1994-11-30 1999-03-03 Namco Ltd Image Synthesis Apparatus and Image Synthesis Method
US6037946A (en) * 1994-11-30 2000-03-14 Namco Ltd. Image synthesis apparatus and image synthesis method

Similar Documents

Publication Publication Date Title
US6094200A (en) System and method for accelerated occlusion culling
US4736200A (en) Graphic processing apparatus with clipping circuit
EP0433373B1 (en) Efficient method for updating pipelined, single port z-buffer
US6411294B1 (en) Image display apparatus and image display method
EP0740272A2 (en) Method and apparatus for fast rendering of three-dimensional objects
KR950001544A (en) Draw processor for high performance 3D graphics accelerators
JP3012541B2 (en) Method and apparatus for object identification and collision detection in three-dimensional graphics space
JP4200573B2 (en) Storage device, image processing device and method thereof, refresh operation control device and method thereof
JPH07104960B2 (en) Graphics display system and hidden surface erasing method
CA2050651A1 (en) Integrated hardware generator for area fill, conics and vectors in a graphics rendering processor
US5265214A (en) Filling processing apparatus and method
US6348917B1 (en) Dynamic switching of texture mip-maps based on depth
US6172686B1 (en) Graphic processor and method for displaying a plurality of figures in motion with three dimensional overlay
JPH05159071A (en) Three-dimentional straight line plotting/processing device
JPS6273385A (en) Boundary detecting object area indicating circuit
CN109389548B (en) Computer system and drawing processing method thereof
EP0357076B1 (en) Inclined rectangular pattern generating system
JPS61187083A (en) Storage device of picture element information
JPH0528771A (en) Memory element
JP3233566B2 (en) Graphic drawing processor and graphic processing system
EP0817131A2 (en) System and method of rendering polygons
FI107196B (en) Method and apparatus for processing pixels
JP3465652B2 (en) Drawing equipment
JP2956342B2 (en) Image display control device
JPH0528278A (en) Three dimensional figure processing system

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050303

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060131

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060330

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060410

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070406

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070406

R150 Certificate of patent (=grant) or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110420

Year of fee payment: 4

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110420

Year of fee payment: 4

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120420

Year of fee payment: 5

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130420

Year of fee payment: 6

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140420

Year of fee payment: 7