jp.digitalmuseum.mr.entity
インタフェース Entity

すべてのスーパーインタフェース:
EventProvider, java.io.Serializable
既知のサブインタフェースの一覧:
HakoniwaEntity, PhysicalEntity, PhysicalRobot, ProxyRobot, Robot
既知の実装クラスの一覧:
CloneWheelsRobot, EntityImpl, HakoniwaBox, HakoniwaCylinder, HakoniwaEntityAbstractImpl, HakoniwaRobot, HakoniwaRobotWithCleanerBrush, HakoniwaRobotWithPen, MindstormsNXT, MindstormsNXTWithPen, Mini, NetTansor, Noopy, Noopy2, PhysicalBox, PhysicalCylinder, PhysicalEntityAbstractImpl, PhysicalRobotAbstractImpl, ProxyRobotAbstractImpl, RobotAbstractImpl, Roomba

public interface Entity
extends EventProvider, java.io.Serializable
Entity interface
作成者:
Jun KATO
関連項目:
Robot

メソッドの概要
 void dispose()
          Called when disposing this Entity.
 javax.swing.JComponent getConfigurationComponent()
           
 java.lang.String getName()
           
 java.awt.Shape getShape()
           
 java.lang.String getTypeName()
           
 boolean isDisposed()
           
 void setName(java.lang.String name)
          Set name of this entity.
 
インタフェース jp.digitalmuseum.mr.message.EventProvider から継承されたメソッド
addEventListener, removeEventListener
 
メソッドの詳細

dispose

void dispose()
Called when disposing this Entity.

isDisposed

boolean isDisposed()

setName

void setName(java.lang.String name)
Set name of this entity.
パラメータ:
name -

getName

java.lang.String getName()
戻り値:
Returns the name of this entity.

getTypeName

java.lang.String getTypeName()

getShape

java.awt.Shape getShape()
戻り値:
Returns shape of this entity.

getConfigurationComponent

javax.swing.JComponent getConfigurationComponent()


Copyright by Jun KATO (arc@dmz) at https://mr.digitalmuseum.jp/