Math2mat
Public Member Functions

m2m.frontend.dynamicview.commands.AbstractLayoutCommand Class Reference

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

List of all members.

Public Member Functions

abstract void setModel (Node model)
void setRootPart (SchemaPart part)
SchemaPart getRootPart ()
void setLayout (Rectangle rect)
Rectangle getLayout ()

Detailed Description

Definition at line 25 of file AbstractLayoutCommand.java.


Member Function Documentation

Rectangle m2m.frontend.dynamicview.commands.AbstractLayoutCommand.getLayout ( )

Get the layout of the command.

Returns:
the layout of the command

Definition at line 78 of file AbstractLayoutCommand.java.

SchemaPart m2m.frontend.dynamicview.commands.AbstractLayoutCommand.getRootPart ( )

Get the root part of the command.

Returns:
the root part of the command

Definition at line 58 of file AbstractLayoutCommand.java.

void m2m.frontend.dynamicview.commands.AbstractLayoutCommand.setLayout ( Rectangle  rect)

Set the layout of the command.

Parameters:
rectThe layout to the command to set

Definition at line 68 of file AbstractLayoutCommand.java.

abstract void m2m.frontend.dynamicview.commands.AbstractLayoutCommand.setModel ( Node  model) [pure virtual]
void m2m.frontend.dynamicview.commands.AbstractLayoutCommand.setRootPart ( SchemaPart  part)

Set eh root part of the commande.

Parameters:
partThe part of the command to set

Definition at line 48 of file AbstractLayoutCommand.java.


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