|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfem.AbstractNodes
public abstract class AbstractNodes
節点集合の抽象スーパークラス
フィールドの概要 | |
---|---|
protected int[] |
nodes
節点ラベルを格納する配列 |
コンストラクタの概要 | |
---|---|
protected |
AbstractNodes()
|
メソッドの概要 | |
---|---|
java.awt.geom.Point2D |
center(java.awt.geom.Point2D[] p)
重心位置を返す |
int |
node(int index)
節点ラベルを返す |
int[] |
nodes()
節点ラベルを返す |
void |
resetNodeLabel(int index,
int label)
節点ラベルを再設定する |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース fem.Nodes から継承されたメソッド |
---|
nodeCount |
フィールドの詳細 |
---|
protected int[] nodes
コンストラクタの詳細 |
---|
protected AbstractNodes()
メソッドの詳細 |
---|
public int node(int index)
Nodes
内の node
index
- 節点のインデックス
public int[] nodes()
Nodes
内の nodes
public void resetNodeLabel(int index, int label)
Nodes
内の resetNodeLabel
index
- 節点のインデックスlabel
- 指定された位置に設定するラベルpublic java.awt.geom.Point2D center(java.awt.geom.Point2D[] p)
Nodes
内の center
p
- 節点を格納した配列
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |