Math2mat
Public Member Functions | Static Public Attributes

m2m.frontend.dynamicview.figure.PointConnectionFigure Class Reference

Inheritance diagram for m2m.frontend.dynamicview.figure.PointConnectionFigure:
Inheritance graph
[legend]
Collaboration diagram for m2m.frontend.dynamicview.figure.PointConnectionFigure:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PointConnectionFigure ()
void setLayout (Rectangle rect)
void setBackgroundColor (boolean cond)

Static Public Attributes

static final int WIDTH = 10
static final int HEIGHT = 10

Detailed Description

Definition at line 23 of file PointConnectionFigure.java.


Constructor & Destructor Documentation

m2m.frontend.dynamicview.figure.PointConnectionFigure.PointConnectionFigure ( )

Default contructor of a PointConnectionFigure.

Definition at line 41 of file PointConnectionFigure.java.


Member Function Documentation

void m2m.frontend.dynamicview.figure.PointConnectionFigure.setBackgroundColor ( boolean  cond)

Set the color of the figure depending on a condition.

Parameters:
condThe selected color condition

Definition at line 70 of file PointConnectionFigure.java.

void m2m.frontend.dynamicview.figure.PointConnectionFigure.setLayout ( Rectangle  rect)

Set the layout of this figure.

Parameters:
rectThe layout to the figure to set

Definition at line 60 of file PointConnectionFigure.java.


Member Data Documentation

Definition at line 29 of file PointConnectionFigure.java.

The size of the figure.

Definition at line 28 of file PointConnectionFigure.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations