Math2mat
|
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 |
Definition at line 26 of file FunctionFigure.java.
m2m.frontend.dynamicview.figure.FunctionFigure.FunctionFigure | ( | ) |
Default contructor of a FunctionFigure.
Definition at line 56 of file FunctionFigure.java.
Button m2m.frontend.dynamicview.figure.FunctionFigure.getBtnMinimize | ( | ) |
Get 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.
rect | The 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.
text | The name to the figure to set |
Definition at line 82 of file FunctionFigure.java.
final int m2m.frontend.dynamicview.figure.FunctionFigure.HEIGHT_BTN = 15 [static] |
Definition at line 32 of file FunctionFigure.java.
final int m2m.frontend.dynamicview.figure.FunctionFigure.SPACE_REDUCTION = 20 [static] |
The space between two reduct nodes.
Definition at line 36 of file FunctionFigure.java.
final int m2m.frontend.dynamicview.figure.FunctionFigure.WIDTH_BTN = 15 [static] |
The size of the reduct button.
Definition at line 31 of file FunctionFigure.java.