File
Doc
Category
Size
Date
Package
UMLNode.java
API Doc
Example
1058
Tue Dec 08 01:21:00 GMT 1998
oisoft.togetherx.scriptapi.UML
UMLNode
public interface UMLNode implements UMLElement
Presents nodes - rectangular objects: classes, actors, interfaces, usecases, packages, states, etc. Node element is an object that has rectangle area in diagram. This interface offers graphical information for the node.
version
2.1.05 20.08.1998
author
Sergey Dmitriev
Fields Summary
Constructors Summary
Methods Summary
public
java.awt.Rectangle
getRectangle
()
Returns boundary box for the graphical presentation of the node.
return
java.awt.Rectangle of the node
Java Code Source