jp.digitalmuseum.mr.entity
クラス PhysicalBox

java.lang.Object
  上位を拡張 jp.digitalmuseum.mr.entity.EntityImpl
      上位を拡張 jp.digitalmuseum.mr.entity.PhysicalEntityAbstractImpl
          上位を拡張 jp.digitalmuseum.mr.entity.PhysicalBox
すべての実装されたインタフェース:
java.io.Serializable, Entity, PhysicalEntity, EventProvider

public class PhysicalBox
extends PhysicalEntityAbstractImpl
関連項目:
直列化された形式

フィールドの概要
static double DEFAULT_HEIGHT
           
static double DEFAULT_WIDTH
           
 
コンストラクタの概要
PhysicalBox()
           
PhysicalBox(double width, double height)
           
PhysicalBox(double width, double height, java.lang.String name)
           
PhysicalBox(java.lang.String name)
           
 
メソッドの概要
 java.awt.Shape getShape()
           
 
クラス jp.digitalmuseum.mr.entity.EntityImpl から継承されたメソッド
addEventListener, dispose, distributeEvent, getConfigurationComponent, getName, getTypeName, initialize, isDisposed, removeEventListener, setName, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
インタフェース jp.digitalmuseum.mr.entity.Entity から継承されたメソッド
dispose, getConfigurationComponent, getName, getTypeName, isDisposed, setName
 
インタフェース jp.digitalmuseum.mr.message.EventProvider から継承されたメソッド
addEventListener, removeEventListener
 
フィールドの詳細

DEFAULT_WIDTH

public static final double DEFAULT_WIDTH
関連項目:
定数フィールド値

DEFAULT_HEIGHT

public static final double DEFAULT_HEIGHT
関連項目:
定数フィールド値
コンストラクタの詳細

PhysicalBox

public PhysicalBox()

PhysicalBox

public PhysicalBox(double width,
                   double height)

PhysicalBox

public PhysicalBox(java.lang.String name)

PhysicalBox

public PhysicalBox(double width,
                   double height,
                   java.lang.String name)
メソッドの詳細

getShape

public java.awt.Shape getShape()
定義:
インタフェース Entity 内の getShape
定義:
インタフェース PhysicalEntity 内の getShape
オーバーライド:
クラス EntityImpl 内の getShape
戻り値:
Returns shape of this entity.
関連項目:
Entity.getShape()


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