Math2mat
Public Member Functions

m2m.frontend.dynamicview.model.BendPoint Class Reference

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

List of all members.

Public Member Functions

void setHeight (int heightDim1, int heightDim2)
int[] getHeight ()
void setWidth (int widthDim1, int widthDim2)
int[] getWidth ()
void setIndex (int index)
int getIndex ()
void setConnection (Connection conn)
Connection getConnection ()

Detailed Description

Definition at line 17 of file BendPoint.java.


Member Function Documentation

Connection m2m.frontend.dynamicview.model.BendPoint.getConnection ( )

Get the connection of the bend point.

Returns:
the connection of the bend point

Definition at line 114 of file BendPoint.java.

int [] m2m.frontend.dynamicview.model.BendPoint.getHeight ( )

Get the height two dimensions of the bend point.

Returns:
the height two dimensions of the bend point.

Definition at line 52 of file BendPoint.java.

int m2m.frontend.dynamicview.model.BendPoint.getIndex ( )

Get the index of the bend point.

Returns:
the index of the bend point

Definition at line 94 of file BendPoint.java.

int [] m2m.frontend.dynamicview.model.BendPoint.getWidth ( )

Get the width two dimensions of the bend point.

Returns:
the width two dimensions of the bend point.

Definition at line 74 of file BendPoint.java.

void m2m.frontend.dynamicview.model.BendPoint.setConnection ( Connection  conn)

Set the connection of the bend point .

Parameters:
connThe connection to the bend point to set

Definition at line 104 of file BendPoint.java.

void m2m.frontend.dynamicview.model.BendPoint.setHeight ( int  heightDim1,
int  heightDim2 
)

Set the height two dimensions of the bend point.

Parameters:
heightDim1The first dimension to the bend point to set
heightDim2The second dimension to the bend point to set

Definition at line 42 of file BendPoint.java.

void m2m.frontend.dynamicview.model.BendPoint.setIndex ( int  index)

Set the index of the bend point.

Parameters:
indexThe index to the bend point to set

Definition at line 84 of file BendPoint.java.

void m2m.frontend.dynamicview.model.BendPoint.setWidth ( int  widthDim1,
int  widthDim2 
)

Set the width two dimensions of the bend point.

Parameters:
widthDim1The first dimension to the bend point to set
widthDim2The second dimension to the bend point to set

Definition at line 63 of file BendPoint.java.


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