Public Member Functions | Public Attributes | List of all members
RtmSystemDraw.makeLineShape Class Reference
Inheritance diagram for RtmSystemDraw.makeLineShape:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, parent, canvas)
 
def setPoints (self, startX, startY, endX, endY)
 

Public Attributes

 parent
 

Detailed Description

2点間の線を描画するラッパークラス

Definition at line 222 of file RtmSystemDraw.py.

Constructor & Destructor Documentation

def RtmSystemDraw.makeLineShape.__init__ (   self,
  parent,
  canvas 
)
クラスの初期化(LineShapeの作成)

[引数]
parent -- 親クラスを指定
canvas -- ShapeCanvasオブジェクトを指定。

[戻り値]
void

Definition at line 224 of file RtmSystemDraw.py.

Member Function Documentation

def RtmSystemDraw.makeLineShape.setPoints (   self,
  startX,
  startY,
  endX,
  endY 
)
開始、終了座標を指定し線を作成する

[引数]
startX -- 線を描画開始するx座標
startY -- 線を描画開始するy座標
endX   -- 線を描画終了するx座標
endY   -- 線を描画終了するy座標

[戻り値]
void

Definition at line 243 of file RtmSystemDraw.py.

Member Data Documentation

RtmSystemDraw.makeLineShape.parent

Definition at line 235 of file RtmSystemDraw.py.


The documentation for this class was generated from the following file:


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:08:05