|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditableRenderable2DInterface
This interface provides the functionality that editable animation objects must implement.
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface |
---|
Renderable2DInterface.Util |
Method Summary | |
---|---|
boolean |
allowAddOrDeletePoints()
Is the user allowed to add or delete points of this editable? |
boolean |
allowDelete()
Is the user allowed to delete this object? |
boolean |
allowEditPoints()
Is the user allowed to edit individual points of this editable? |
boolean |
allowMove()
Is the user allowed to move this editable? |
boolean |
allowRotate()
Is the user allowed to rotate this editable? |
boolean |
allowScale()
Is the user allowed to scale this editable? |
int |
getMaxNumberOfPoints()
Get the maximum allowed number of points for this editable |
int |
getMinNumberOfPoints()
Get the minimum allowed number of points for this editable |
boolean |
isClosedShape()
Returns whether this shape is closed or open. |
Methods inherited from interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface |
---|
contains, destroy, getSource, paint |
Method Detail |
---|
boolean isClosedShape() throws RemoteException
RemoteException
- RemoteExceptionboolean allowMove() throws RemoteException
RemoteException
- RemoteExceptionboolean allowRotate() throws RemoteException
RemoteException
- RemoteExceptionboolean allowScale() throws RemoteException
RemoteException
- RemoteExceptionboolean allowEditPoints() throws RemoteException
RemoteException
- RemoteExceptionboolean allowDelete() throws RemoteException
RemoteException
- RemoteExceptionboolean allowAddOrDeletePoints() throws RemoteException
RemoteException
- RemoteExceptionint getMaxNumberOfPoints() throws RemoteException
RemoteException
- RemoteExceptionint getMinNumberOfPoints() throws RemoteException
RemoteException
- RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |