Uses of Class
com.xxrjun.components.uml.connectionlines.UMLConnectionLine
Package
Description
-
Uses of UMLConnectionLine in com.xxrjun.components
Modifier and TypeMethodDescriptionvoid
Canvas.setTmpConnectionLine
(UMLConnectionLine tmpConnectionLine) Sets tmp connection line. -
Uses of UMLConnectionLine in com.xxrjun.components.uml.basics
Modifier and TypeMethodDescriptionvoid
UMLBasicObject.addConnectionLine
(UMLConnectionLine connectionLine, UMLConnectionLine.EndPointTypes endPointType) Add connection line. -
Uses of UMLConnectionLine in com.xxrjun.components.uml.connectionlines
Modifier and TypeClassDescriptionclass
The type Association line.class
The type Composition line.class
The type Generalization line. -
Uses of UMLConnectionLine in com.xxrjun.factories
Modifier and TypeMethodDescriptionstatic UMLConnectionLine
UMLObjectFactory.createUMLConnectionLine
(UMLObjectTypes objectType, Point sourcePoint, Point destinationPoint) Create uml connection line uml connection line.