Math2mat
Public Member Functions | Package Attributes

m2m.frontend.dynamicview.model.GraphicFunction Class Reference

Inheritance diagram for m2m.frontend.dynamicview.model.GraphicFunction:
Inheritance graph
[legend]
Collaboration diagram for m2m.frontend.dynamicview.model.GraphicFunction:
Collaboration graph
[legend]

List of all members.

Public Member Functions

int getReductSizeWidth ()
int getReductSizeHeight ()
int getFullSizeWidth ()
int getFullSizeHeight ()
void setReductSize (int width, int height)
void setFullSize (int width, int height)
Vector< PointConnectiongetOutputPointsConnection ()
void addOutputPointConnection (PointConnection pc)
void setSize (int width, int height)
boolean CanSetLayout (Rectangle layoutTest)
void setNotReduct (boolean notReduct)
boolean getNotReduct ()

Package Attributes

int fullSizeWidth
int fullSizeHeight
int reductSizeWidth
int reductSizeHeight

Detailed Description

Definition at line 21 of file GraphicFunction.java.


Member Function Documentation

void m2m.frontend.dynamicview.model.GraphicFunction.addOutputPointConnection ( PointConnection  pc)

Add an output connection point in the output connection points list of the function.

Parameters:
pcThe connection point to the list to add

Definition at line 120 of file GraphicFunction.java.

boolean m2m.frontend.dynamicview.model.GraphicFunction.CanSetLayout ( Rectangle  layoutTest)

Indicate if the new layout can be set.

Returns:
if the new layout can be set

Reimplemented from m2m.frontend.dynamicview.model.Node.

Definition at line 145 of file GraphicFunction.java.

int m2m.frontend.dynamicview.model.GraphicFunction.getFullSizeHeight ( )

Get the height of the full size of the function.

Returns:
the height of the full size of the function

Definition at line 76 of file GraphicFunction.java.

int m2m.frontend.dynamicview.model.GraphicFunction.getFullSizeWidth ( )

Get the width of the full size of the function.

Returns:
the width of the full size of the function

Definition at line 66 of file GraphicFunction.java.

boolean m2m.frontend.dynamicview.model.GraphicFunction.getNotReduct ( )
Returns:

Definition at line 176 of file GraphicFunction.java.

Vector<PointConnection> m2m.frontend.dynamicview.model.GraphicFunction.getOutputPointsConnection ( )

Get output connection points of the function.

Returns:
the output connection points of the function

Definition at line 110 of file GraphicFunction.java.

int m2m.frontend.dynamicview.model.GraphicFunction.getReductSizeHeight ( )

Get the height of the reduct size of the function.

Returns:
the height of the reduct size of the function

Definition at line 56 of file GraphicFunction.java.

int m2m.frontend.dynamicview.model.GraphicFunction.getReductSizeWidth ( )

Get the width of the reduct size of the function.

Returns:
the width of the reduct size of the function

Definition at line 46 of file GraphicFunction.java.

void m2m.frontend.dynamicview.model.GraphicFunction.setFullSize ( int  width,
int  height 
)

Set the full size of the function.

Parameters:
widthThe width to the full size to set
heightThe height to the full size to set

Definition at line 99 of file GraphicFunction.java.

void m2m.frontend.dynamicview.model.GraphicFunction.setNotReduct ( boolean  notReduct)
Parameters:
reduct

Definition at line 167 of file GraphicFunction.java.

void m2m.frontend.dynamicview.model.GraphicFunction.setReductSize ( int  width,
int  height 
)

Set the reduct size of the function.

Parameters:
widthThe width to the reduct size to set
heightThe height to the reduct size to set

Definition at line 87 of file GraphicFunction.java.

void m2m.frontend.dynamicview.model.GraphicFunction.setSize ( int  width,
int  height 
)

Set the size of the layout of the function.

Parameters:
widthThe width to the size to set
heightThe height to the size to set

Definition at line 132 of file GraphicFunction.java.


Member Data Documentation

Definition at line 27 of file GraphicFunction.java.

The full size of the function.

Definition at line 26 of file GraphicFunction.java.

Definition at line 32 of file GraphicFunction.java.

The reduct size of the function.

Definition at line 31 of file GraphicFunction.java.


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