Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView Interface Reference
Inheritance diagram for de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView:
de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView

List of all members.

Public Types

enum  Tool {
  RECTANGLE = ("Rectangle"), ELLIPSE = ("Ellipse"), DIAMOND = ("Diamond"), TEXT,
  ARROW = ("Arrow"), PENCIL = ("Pencil")
}

Public Member Functions

void createRectangle (int x, int y, int width, int height) throws RemoteException
void createObjectFromActiveTool (int x, int y, int width, int height) throws RemoteException
void activateTool (String name) throws RemoteException
IWhiteboardFigure getFigureFromEditPartID (String ID) throws RemoteException
void click (int x, int y) throws RemoteException
IWhiteboardFigure getFigureAt (int x, int y) throws RemoteException
void clear () throws RemoteException
void toggleMaximize () throws RemoteException
void minimize () throws RemoteException
void setZoom (int percent) throws RemoteException

Detailed Description

Interface for the Saros Whiteboard View


Member Enumeration Documentation

enumeration containing the several tools of the whiteboard

Enumerator:
RECTANGLE 
ELLIPSE 
DIAMOND 
TEXT 
ARROW 
PENCIL 

Member Function Documentation

void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView.activateTool ( String  name) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView.clear ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView.click ( int  x,
int  y 
) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView.createObjectFromActiveTool ( int  x,
int  y,
int  width,
int  height 
) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView.createRectangle ( int  x,
int  y,
int  width,
int  height 
) throws RemoteException
IWhiteboardFigure de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView.getFigureAt ( int  x,
int  y 
) throws RemoteException
IWhiteboardFigure de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView.getFigureFromEditPartID ( String  ID) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView.minimize ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView.setZoom ( int  percent) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView.toggleMaximize ( ) throws RemoteException
 All Classes Namespaces Files Functions Variables Enumerations