Public Member Functions | Public Attributes
RtmSystemDraw.makeLineShape Class Reference

List of all members.

Public Member Functions

def __init__
def setPoints

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

Definition at line 232 of file RtmSystemDraw.py.


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


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Aug 27 2015 14:16:42