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