Generated on Thu Nov 2 14:49:41 2006 for Gecode/J by doxygen 1.5.0

org.gecode.gist.swing.SuccessNode Class Reference

Inherits org.gecode.gist.swing.GraphicsNode.

List of all members.


Detailed Description

Definition at line 29 of file SuccessNode.java.

Public Member Functions

 SuccessNode ()
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 x)

Package Functions

Point getConnector (int x, int y)

Static Package Functions

 [static initializer]

Static Package Attributes

static int x1Points [] = {0, halfUnit, 0, -halfUnit}
static int y1Points [] = {0, halfUnit, unit, halfUnit}
static GeneralPath diamond


Constructor & Destructor Documentation

org.gecode.gist.swing.SuccessNode.SuccessNode (  ) 

Definition at line 43 of file SuccessNode.java.


Member Function Documentation

org.gecode.gist.swing.SuccessNode.[static initializer] (  )  [static, package]

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

Implements org.gecode.gist.swing.GraphicsNode.

Definition at line 45 of file SuccessNode.java.

void org.gecode.gist.swing.SuccessNode.move ( int  xoff  ) 

Definition at line 83 of file SuccessNode.java.

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

Definition at line 91 of file SuccessNode.java.

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

Implements org.gecode.gist.swing.GraphicsNode.

Definition at line 99 of file SuccessNode.java.

boolean org.gecode.gist.swing.SuccessNode.containsPoint ( Coordinate  x  )  [virtual]

Implements org.gecode.gist.swing.GraphicsNode.

Definition at line 103 of file SuccessNode.java.


Member Data Documentation

int org.gecode.gist.swing.SuccessNode.x1Points[] = {0, halfUnit, 0, -halfUnit} [static, package]

Definition at line 31 of file SuccessNode.java.

Definition at line 32 of file SuccessNode.java.

GeneralPath org.gecode.gist.swing.SuccessNode.diamond [static, package]

Initial value:

 new GeneralPath(GeneralPath.WIND_NON_ZERO,
                                                 x1Points.length)

Definition at line 33 of file SuccessNode.java.


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