Class Predictor

java.lang.Object
   |
   +----Predictor

public class Predictor
extends Object
次に描画されると考えられる線分の予測を行う。


Variable Index

 o CONNECT_EE
 o CONNECT_ES
 o CONNECT_SE
 o CONNECT_SS
 o HORIZONTAL_AXIS
 o NONE
 o NORMAL
 o REVERSE
 o VERTICAL_AXIS

Constructor Index

 o Predictor()

Method Index

 o generate_candidates(Segment, Scene)

Variables

 o NONE
 public static final int NONE
 o NORMAL
 public static final int NORMAL
 o VERTICAL_AXIS
 public static final int VERTICAL_AXIS
 o HORIZONTAL_AXIS
 public static final int HORIZONTAL_AXIS
 o REVERSE
 public static final int REVERSE
 o CONNECT_SS
 public static final int CONNECT_SS
 o CONNECT_SE
 public static final int CONNECT_SE
 o CONNECT_ES
 public static final int CONNECT_ES
 o CONNECT_EE
 public static final int CONNECT_EE

Constructors

 o Predictor
 public Predictor()

Methods

 o generate_candidates
 public static Candidates generate_candidates(Segment trigger,
                                              Scene _scene)