Uses of Enum Class
com.xxrjun.enums.UMLObjectTypes
Package
Description
-
Uses of UMLObjectTypes in com.xxrjun.components.uml
Modifier and TypeMethodDescriptionvoid
UMLObject.setObjectType
(UMLObjectTypes objectType) Sets object type.ModifierConstructorDescriptionprotected
UMLObject
(int x1, int y1, int x2, int y2, UMLObjectTypes objectType) Instantiates a new Uml object. -
Uses of UMLObjectTypes in com.xxrjun.components.uml.basics
ModifierConstructorDescriptionClassBasicObject
(int x, int y, UMLObjectTypes objectType) Instantiates a new Class basic object.protected
UMLBasicObject
(int x, int y, int width, int height, String objectName, UMLObjectTypes objectType) Instantiates a new Uml basic object.UseCaseBasicObject
(int x, int y, UMLObjectTypes objectType) Instantiates a new Use case basic object. -
Uses of UMLObjectTypes in com.xxrjun.components.uml.connectionlines
ModifierConstructorDescriptionAssociationLine
(int x1, int y1, int x2, int y2, UMLObjectTypes objectType) Instantiates a new Association line.CompositionLine
(int x1, int y1, int x2, int y2, UMLObjectTypes objectType) Instantiates a new Composition line.GeneralizationLine
(int x1, int y1, int x2, int y2, UMLObjectTypes objectType) Instantiates a new Generalization line.protected
UMLConnectionLine
(int x1, int y1, int x2, int y2, UMLObjectTypes objectTypes) Instantiates a new Uml connection line. -
Uses of UMLObjectTypes in com.xxrjun.enums
Modifier and TypeMethodDescriptionstatic UMLObjectTypes
Returns the enum constant of this class with the specified name.static UMLObjectTypes[]
UMLObjectTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UMLObjectTypes in com.xxrjun.factories
Modifier and TypeMethodDescriptionstatic UMLBasicObject
UMLObjectFactory.createUMLBasicObject
(UMLObjectTypes objectType, Point p) Create uml basic object uml basic object.static UMLConnectionLine
UMLObjectFactory.createUMLConnectionLine
(UMLObjectTypes objectType, Point sourcePoint, Point destinationPoint) Create uml connection line uml connection line. -
Uses of UMLObjectTypes in com.xxrjun.modes
ModifierConstructorDescriptionCreateBasicUMLObject
(UMLObjectTypes objectType) Instantiates a new Create basic uml object.CreateUMLConnectionLine
(UMLObjectTypes lineType) Instantiates a new Create uml connection line.