Math2mat
Public Member Functions

m2m.frontend.dynamicview.model.GraphicLoop Class Reference

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

List of all members.

Public Member Functions

boolean getIsReduct ()
void setIsReduct (boolean val)
void setVisible (boolean visible)
void setConnectionsVisible (boolean visible)

Detailed Description

Definition at line 17 of file GraphicLoop.java.


Member Function Documentation

boolean m2m.frontend.dynamicview.model.GraphicLoop.getIsReduct ( )

Get the isReduct attribute of the GraphicLoop.

Returns:
the isReduct attribute of the GraphicLoop

Definition at line 29 of file GraphicLoop.java.

void m2m.frontend.dynamicview.model.GraphicLoop.setConnectionsVisible ( boolean  visible)

Mask/Unmask all connections inside the GraphicLoop.

Parameters:
visiblethe value to the visible attribute of connections to set

Definition at line 63 of file GraphicLoop.java.

void m2m.frontend.dynamicview.model.GraphicLoop.setIsReduct ( boolean  val)

Set the isReduct attribute of the GraphicLoop.

Parameters:
valThe value to the isReduct attribute to set

Definition at line 39 of file GraphicLoop.java.

void m2m.frontend.dynamicview.model.GraphicLoop.setVisible ( boolean  visible)

Set the visible attribute of the GraphicLoop.

Parameters:
visibleThe value to the visible attribute to set

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

Definition at line 49 of file GraphicLoop.java.


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