|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point | |
org.omg.uml.diagraminterchange |
Uses of Point in org.omg.uml.diagraminterchange |
Methods in org.omg.uml.diagraminterchange that return Point | |
Point |
DiagramInterchangePackage.createPoint(double x,
double y)
Creates an instance of Point structure type. |
Point |
GraphConnector.getPosition()
Returns the value of attribute position. |
Point |
Ellipse.getCenter()
Returns the value of attribute center. |
Point |
BezierPoint.getBase()
Returns value of Base field. |
Point |
BezierPoint.getControl1()
Returns value of Control1 field. |
Point |
BezierPoint.getControl2()
Returns value of Control2 field. |
Point |
DiagramLink.getViewport()
Returns the value of attribute viewport. |
Point |
GraphElement.getPosition()
Returns the value of attribute position. |
Point |
Diagram.getViewport()
Returns the value of attribute viewport. |
Methods in org.omg.uml.diagraminterchange with parameters of type Point | |
BezierPoint |
DiagramInterchangePackage.createBezierPoint(Point base,
Point control1,
Point control2)
Creates an instance of BezierPoint structure type. |
GraphNode |
GraphNodeClass.createGraphNode(boolean isVisible,
Point position,
Dimension size)
Creates an instance object having attributes initialized by the passed values. |
void |
GraphConnector.setPosition(Point newValue)
Sets the value of position attribute. |
void |
Ellipse.setCenter(Point newValue)
Sets the value of center attribute. |
GraphEdge |
GraphEdgeClass.createGraphEdge(boolean isVisible,
Point position,
List waypoints)
Creates an instance object having attributes initialized by the passed values. |
void |
DiagramLink.setViewport(Point newValue)
Sets the value of viewport attribute. |
GraphConnector |
GraphConnectorClass.createGraphConnector(Point position)
Creates an instance object having attributes initialized by the passed values. |
void |
GraphElement.setPosition(Point newValue)
Sets the value of position attribute. |
DiagramLink |
DiagramLinkClass.createDiagramLink(double zoom,
Point viewport)
Creates an instance object having attributes initialized by the passed values. |
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. |
void |
Diagram.setViewport(Point newValue)
Sets the value of viewport attribute. |
Ellipse |
EllipseClass.createEllipse(boolean isVisible,
Point center,
double radiusX,
double radiusY,
double rotation,
double startAngle,
double endAngle)
Creates an instance object having attributes initialized by the passed values. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |