org.modelsphere.jack.baseDb.db
Interface DbGraphicalObjectI

All Known Implementing Classes:
DbBEActorGo, DbBEContextGo, DbBEFlowGo, DbBEStoreGo, DbBEUseCaseGo, DbOOAdtGo, DbOOAssociationGo, DbORAssociationGo, DbORTableGo, DbSMSAssociationGo, DbSMSClassifierGo, DbSMSCommonItemGo, DbSMSFreeFormGo, DbSMSFreeGraphicGo, DbSMSFreeLineGo, DbSMSGraphicalObject, DbSMSImageGo, DbSMSInheritanceGo, DbSMSLineGo, DbSMSLinkGo, DbSMSNoticeGo, DbSMSPackageGo, DbSMSStampGo, DbSMSUserTextGo

public interface DbGraphicalObjectI

Define a graphical object in the persistent model. Graphic related operations are performed by the peer components.

GraphicComponent is the default superclass peer components and provides many features.

See Also:
org.modelsphere.jack.graphic.GraphicComponent

Method Summary
 java.lang.Object getGraphicPeer()
           
 void setGraphicPeer(java.lang.Object graphicPeer)
          Change the peer for this graphical object.
 

Method Detail

getGraphicPeer

java.lang.Object getGraphicPeer()
Returns:
The peer for this graphical object.

setGraphicPeer

void setGraphicPeer(java.lang.Object graphicPeer)
Change the peer for this graphical object.

Parameters:
graphicPeer - Can be null if this graphical object has been removed.


Open ModelSphere 2007. All Rights Reserved.