|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Diagram object instance interface.
Method Summary | |
Collection |
getDiagramLink()
Returns the value of reference diagramLink. |
String |
getName()
Returns the value of attribute name. |
SemanticModelBridge |
getOwner()
Returns the value of reference owner. |
Point |
getViewport()
Returns the value of attribute viewport. |
double |
getZoom()
Returns the value of attribute zoom. |
void |
setName(String newValue)
Sets the value of name attribute. |
void |
setOwner(SemanticModelBridge newValue)
Sets the value of reference owner. |
void |
setViewport(Point newValue)
Sets the value of viewport attribute. |
void |
setZoom(double newValue)
Sets the value of zoom attribute. |
Methods inherited from interface org.omg.uml.diagraminterchange.GraphNode |
getSize, setSize |
Methods inherited from interface org.omg.uml.diagraminterchange.GraphElement |
getAnchorage, getContained, getLink, getPosition, getSemanticModel, setPosition, setSemanticModel |
Methods inherited from interface org.omg.uml.diagraminterchange.DiagramElement |
getContainer, getProperty, getReference, isVisible, setContainer, setVisible |
Methods inherited from interface javax.jmi.reflect.RefObject |
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
Methods inherited from interface javax.jmi.reflect.RefFeatured |
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
Methods inherited from interface javax.jmi.reflect.RefBaseObject |
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
Method Detail |
public String getName()
public void setName(String newValue)
getName()
for description
on the attribute.
newValue
- New value to be set.public double getZoom()
public void setZoom(double newValue)
getZoom()
for description
on the attribute.
newValue
- New value to be set.public Point getViewport()
public void setViewport(Point newValue)
getViewport()
for description
on the attribute.
newValue
- New value to be set.public Collection getDiagramLink()
public SemanticModelBridge getOwner()
public void setOwner(SemanticModelBridge newValue)
getOwner()
for description
on the reference.
newValue
- New value to be set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |