Generated on Fri Oct 6 16:26:48 2006 for Gecode/J by doxygen 1.4.7

org.gecode.explorer.swing.FailureNode Class Reference

Inherits org.gecode.explorer.swing.GraphicsNode.

List of all members.


Detailed Description

Definition at line 28 of file FailureNode.java.

Public Member Functions

 FailureNode ()
void draw (Graphics2D g2, int x, int y, boolean hasShadow)
void move (int xoff)
void connect (Graphics2D g2, int x, int y, int child_x, int child_y)
boolean containsPoint (Coordinate c)

Package Functions

Point getConnector (int x, int y)


Constructor & Destructor Documentation

org.gecode.explorer.swing.FailureNode.FailureNode (  ) 

Definition at line 33 of file FailureNode.java.


Member Function Documentation

void org.gecode.explorer.swing.FailureNode.draw ( Graphics2D  g2,
int  x,
int  y,
boolean  hasShadow 
) [virtual]

Implements org.gecode.explorer.swing.GraphicsNode.

Definition at line 35 of file FailureNode.java.

void org.gecode.explorer.swing.FailureNode.move ( int  xoff  ) 

Definition at line 56 of file FailureNode.java.

void org.gecode.explorer.swing.FailureNode.connect ( Graphics2D  g2,
int  x,
int  y,
int  child_x,
int  child_y 
)

Definition at line 64 of file FailureNode.java.

Point org.gecode.explorer.swing.FailureNode.getConnector ( int  x,
int  y 
) [package, virtual]

Implements org.gecode.explorer.swing.GraphicsNode.

Definition at line 72 of file FailureNode.java.

boolean org.gecode.explorer.swing.FailureNode.containsPoint ( Coordinate  c  )  [virtual]

Implements org.gecode.explorer.swing.GraphicsNode.

Definition at line 76 of file FailureNode.java.


The documentation for this class was generated from the following file: