クラス Edge
java.lang.Object
|
+--Edge
- class Edge
- extends java.lang.Object
Edge class
|
コンストラクタの概要 |
(パッケージプライベート) |
Edge(int from,
int to)
|
(パッケージプライベート) |
Edge(int from,
int to,
int type)
|
(パッケージプライベート) |
Edge(int from,
int to,
int type,
boolean crossCalc)
|
| クラス java.lang.Object から継承したメソッド |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
TYPE_IGNORE
public static final int TYPE_IGNORE
TYPE_01
public static final int TYPE_01
TYPE_02
public static final int TYPE_02
TYPE_03
public static final int TYPE_03
m_from
int m_from
m_to
int m_to
m_type
int m_type
m_length0
double m_length0
m_cross
int m_cross
m_bCrossCalc
boolean m_bCrossCalc
- 交差しているラインの時に特別な計算をするかどうかを指定する。
Edge
Edge(int from,
int to)
Edge
Edge(int from,
int to,
int type)
Edge
Edge(int from,
int to,
int type,
boolean crossCalc)
setLength0
void setLength0(double len)
getLength0
double getLength0()
getType
int getType()
getCrossCalc
boolean getCrossCalc()
getNodeFrom
Node getNodeFrom(java.util.Vector node)
getNodeTo
Node getNodeTo(java.util.Vector node)