exlabel.structure.ExNode Class Reference

Inherits exlabel.structure.IExNode.

Inheritance diagram for exlabel.structure.ExNode:

[legend]
Collaboration diagram for exlabel.structure.ExNode:
[legend]
List of all members.

Public Member Functions

 ExNode ()
 ExNode (int xpos, int ypos, int zpos, int radius, float mass, String label, ExRenderer render)
void draw (Graphics2D g2d, int mode)
void update ()
boolean NodeHitNode (ExNode nodeA)
ExNode duplicate ()
boolean equals (Object arg0)
float getMass ()
void setMass (float mass)
int getRadius ()
void setRadius (int radius)
void setPosition (int xpos, int ypos, int zpos)
int getXpos ()
int getYpos ()
int getZpos ()
int getId ()
void setId (int id)
String getLabel ()
void setLabel (String label)

Package Attributes

boolean temp = false
boolean mouseover = false
boolean active = false

Private Attributes

int id
int xpos
int ypos
int zpos
int radius
float mass
String label
ExRenderer render

Constructor & Destructor Documentation

exlabel.structure.ExNode.ExNode (  ) 

exlabel.structure.ExNode.ExNode ( int  xpos,
int  ypos,
int  zpos,
int  radius,
float  mass,
String  label,
ExRenderer  render 
)


Member Function Documentation

void exlabel.structure.ExNode.draw ( Graphics2D  g2d,
int  mode 
)

Implements exlabel.structure.IExNode.

void exlabel.structure.ExNode.update (  ) 

Implements exlabel.structure.IExNode.

boolean exlabel.structure.ExNode.NodeHitNode ( ExNode  nodeA  ) 

Implements exlabel.structure.IExNode.

ExNode exlabel.structure.ExNode.duplicate (  ) 

Implements exlabel.structure.IExNode.

boolean exlabel.structure.ExNode.equals ( Object  arg0  ) 

float exlabel.structure.ExNode.getMass (  ) 

void exlabel.structure.ExNode.setMass ( float  mass  ) 

int exlabel.structure.ExNode.getRadius (  ) 

void exlabel.structure.ExNode.setRadius ( int  radius  ) 

void exlabel.structure.ExNode.setPosition ( int  xpos,
int  ypos,
int  zpos 
)

int exlabel.structure.ExNode.getXpos (  ) 

int exlabel.structure.ExNode.getYpos (  ) 

int exlabel.structure.ExNode.getZpos (  ) 

int exlabel.structure.ExNode.getId (  ) 

void exlabel.structure.ExNode.setId ( int  id  ) 

String exlabel.structure.ExNode.getLabel (  ) 

void exlabel.structure.ExNode.setLabel ( String  label  ) 


Member Data Documentation

int exlabel.structure.ExNode.id [private]

int exlabel.structure.ExNode.xpos [private]

int exlabel.structure.ExNode.ypos [private]

int exlabel.structure.ExNode.zpos [private]

int exlabel.structure.ExNode.radius [private]

float exlabel.structure.ExNode.mass [private]

String exlabel.structure.ExNode.label [private]

ExRenderer exlabel.structure.ExNode.render [private]

boolean exlabel.structure.ExNode.temp = false [package]

boolean exlabel.structure.ExNode.mouseover = false [package]

boolean exlabel.structure.ExNode.active = false [package]


The documentation for this class was generated from the following file:
Generated on Tue Jun 26 14:52:53 2007 for ExLabel by  doxygen 1.5.2