jp.digitalmuseum.mr.entity
クラス EntityImpl
java.lang.Object
   jp.digitalmuseum.mr.entity.EntityImpl
jp.digitalmuseum.mr.entity.EntityImpl
- 
すべての実装されたインタフェース: 
- java.io.Serializable, Entity, EventProvider
- 
直系の既知のサブクラス: 
- 
HakoniwaEntityAbstractImpl, PhysicalEntityAbstractImpl, RobotAbstractImpl
- 
public class EntityImpl 
- extends java.lang.Object- implements Entity
- 関連項目:
- 直列化された形式
 
 
| クラス java.lang.Object から継承されたメソッド | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
EntityImpl
public EntityImpl()
EntityImpl
public EntityImpl(java.lang.String name)
initialize
protected void initialize()
 
 
isDisposed
public boolean isDisposed()
- 
- 定義:
- インタフェース Entity内のisDisposed
 
 
dispose
public void dispose()
- インタフェース Entityの記述:
- Called when disposing this Entity.
- 
- 定義:
- インタフェース Entity内のdispose
 
- 
- 関連項目:
- Entity.dispose()
 
getShape
public java.awt.Shape getShape()
- 
- 定義:
- インタフェース Entity内のgetShape
 
- 
- 戻り値:
- Returns shape of this entity.
- 関連項目:
- Entity.getShape()
 
addEventListener
public void addEventListener(EventListener listener)
- Add an event listener.
- 
- 定義:
- インタフェース EventProvider内のaddEventListener
 
- 
- 関連項目:
- EventProvider.removeEventListener(EventListener)
 
removeEventListener
public boolean removeEventListener(EventListener listener)
- Remove an event listener.
- 
- 定義:
- インタフェース EventProvider内のremoveEventListener
 
- 
- 戻り値:
- Returns whether removal succeeded or not.
- 関連項目:
- EventProvider.addEventListener(EventListener)
 
distributeEvent
protected void distributeEvent(Event e)
- Distribute an event to listeners.
 
- 
- パラメータ:
- 
e-
 
setName
public final void setName(java.lang.String name)
- Set name of this entity.
 
- 
- 定義:
- インタフェース Entity内のsetName
 
- 
- パラメータ:
- 
name-
 
getName
public final java.lang.String getName()
- 
- 定義:
- インタフェース Entity内のgetName
 
- 
- 戻り値:
- Returns the name of this entity.
 
getTypeName
public java.lang.String getTypeName()
- 
- 定義:
- インタフェース Entity内のgetTypeName
 
 
toString
public java.lang.String toString()
- 
- オーバーライド:
- クラス java.lang.Object内のtoString
 
 
getConfigurationComponent
public javax.swing.JComponent getConfigurationComponent()
- 
- 定義:
- インタフェース Entity内のgetConfigurationComponent
 
 
Copyright by Jun KATO (arc@dmz) at https://mr.digitalmuseum.jp/