|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension | |
org.omg.uml.diagraminterchange |
Uses of Dimension in org.omg.uml.diagraminterchange |
Methods in org.omg.uml.diagraminterchange that return Dimension | |
Dimension |
DiagramInterchangePackage.createDimension(double width,
double height)
Creates an instance of Dimension structure type. |
Dimension |
GraphNode.getSize()
Returns the value of attribute size. |
Methods in org.omg.uml.diagraminterchange with parameters of type Dimension | |
GraphNode |
GraphNodeClass.createGraphNode(boolean isVisible,
Point position,
Dimension size)
Creates an instance object having attributes initialized by the passed values. |
void |
GraphNode.setSize(Dimension newValue)
Sets the value of size attribute. |
Diagram |
DiagramClass.createDiagram(boolean isVisible,
Point position,
Dimension size,
String name,
double zoom,
Point viewport)
Creates an instance object having attributes initialized by the passed values. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |