Math2mat
Public Member Functions | Static Public Attributes

m2m.frontend.dynamicview.figure.FunctionFigure Class Reference

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

List of all members.

Public Member Functions

 FunctionFigure ()
void setName (String text)
void setLayout (Rectangle rect)
Button getBtnMinimize ()

Static Public Attributes

static final int WIDTH_BTN = 15
static final int HEIGHT_BTN = 15
static final int SPACE_REDUCTION = 20

Detailed Description

Definition at line 26 of file FunctionFigure.java.


Constructor & Destructor Documentation

m2m.frontend.dynamicview.figure.FunctionFigure.FunctionFigure ( )

Default contructor of a FunctionFigure.

Definition at line 56 of file FunctionFigure.java.


Member Function Documentation

Button m2m.frontend.dynamicview.figure.FunctionFigure.getBtnMinimize ( )

Get the button of the figure.

Returns:
The button of the figure

Definition at line 103 of file FunctionFigure.java.

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

Set the layout of the figure.

Parameters:
rectThe layout to the figure to set.

Definition at line 92 of file FunctionFigure.java.

void m2m.frontend.dynamicview.figure.FunctionFigure.setName ( String  text)

Set the name of the function.

Parameters:
textThe name to the figure to set

Definition at line 82 of file FunctionFigure.java.


Member Data Documentation

Definition at line 32 of file FunctionFigure.java.

The space between two reduct nodes.

Definition at line 36 of file FunctionFigure.java.

The size of the reduct button.

Definition at line 31 of file FunctionFigure.java.


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