Math2mat
Public Member Functions

m2m.frontend.dynamicview.commands.AbstractBendPointCommand Class Reference

Inheritance diagram for m2m.frontend.dynamicview.commands.AbstractBendPointCommand:
Inheritance graph
[legend]
Collaboration diagram for m2m.frontend.dynamicview.commands.AbstractBendPointCommand:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void setIndex (int i)
int getIndex ()
void setConnection (Connection connection)
Connection getConnection ()

Detailed Description

Definition at line 23 of file AbstractBendPointCommand.java.


Member Function Documentation

Connection m2m.frontend.dynamicview.commands.AbstractBendPointCommand.getConnection ( )

Get the connection of the command.

Returns:
the connection of the command

Definition at line 68 of file AbstractBendPointCommand.java.

int m2m.frontend.dynamicview.commands.AbstractBendPointCommand.getIndex ( )

Get the index of the command

Returns:
the index of the command

Definition at line 48 of file AbstractBendPointCommand.java.

void m2m.frontend.dynamicview.commands.AbstractBendPointCommand.setConnection ( Connection  connection)

Set the connection of the command.

Parameters:
connectionThe connection to the command to set

Definition at line 58 of file AbstractBendPointCommand.java.

void m2m.frontend.dynamicview.commands.AbstractBendPointCommand.setIndex ( int  i)

Set the index of the command.

Parameters:
iThe index to the command to set

Definition at line 39 of file AbstractBendPointCommand.java.


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