Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.WhiteboardFigure Class Reference
Inheritance diagram for de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.WhiteboardFigure:
de.fu_berlin.inf.dpp.stf.server.StfRemoteObject de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.IWhiteboardFigure de.fu_berlin.inf.dpp.stf.shared.Constants

List of all members.

Public Member Functions

void init (final IFigure figure)
Point getLocation () throws RemoteException
Dimension getSize () throws RemoteException
Color getBackgroundColor () throws RemoteException
Color getForegroundColor () throws RemoteException
String getType () throws RemoteException

Static Public Member Functions

static WhiteboardFigure getInstance ()

Detailed Description

Implementation of the IWhiteboardFigure providing figure information being necessary for testing.


Member Function Documentation

Color de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.WhiteboardFigure.getBackgroundColor ( ) throws RemoteException
Color de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.WhiteboardFigure.getForegroundColor ( ) throws RemoteException
static WhiteboardFigure de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.WhiteboardFigure.getInstance ( ) [static]
Point de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.WhiteboardFigure.getLocation ( ) throws RemoteException
Dimension de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.WhiteboardFigure.getSize ( ) throws RemoteException
String de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.WhiteboardFigure.getType ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.WhiteboardFigure.init ( final IFigure  figure)

initializes this WhiteboardFigure object with the values from the passed IFigure.

Parameters:
figure
 All Classes Namespaces Files Functions Variables Enumerations