クラス Edge

java.lang.Object
  |
  +--Edge

class Edge
extends java.lang.Object

Edge class


フィールドの概要
(パッケージプライベート)  boolean m_bCrossCalc
          交差しているラインの時に特別な計算をするかどうかを指定する。
(パッケージプライベート)  int m_cross
           
(パッケージプライベート)  int m_from
           
(パッケージプライベート)  double m_length0
           
(パッケージプライベート)  int m_to
           
(パッケージプライベート)  int m_type
           
static int TYPE_01
           
static int TYPE_02
           
static int TYPE_03
           
static int TYPE_IGNORE
           
 
コンストラクタの概要
(パッケージプライベート) Edge(int from, int to)
           
(パッケージプライベート) Edge(int from, int to, int type)
           
(パッケージプライベート) Edge(int from, int to, int type, boolean crossCalc)
           
 
メソッドの概要
(パッケージプライベート)  boolean getCrossCalc()
           
(パッケージプライベート)  double getLength0()
           
(パッケージプライベート)  Node getNodeFrom(java.util.Vector node)
           
(パッケージプライベート)  Node getNodeTo(java.util.Vector node)
           
(パッケージプライベート)  int getType()
           
(パッケージプライベート)  void setLength0(double len)
           
 
クラス 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)