Skip to content

Commit

Permalink
canceled out OP's switch of edge label sides
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jul 10, 2023
1 parent 612d3a2 commit abfd670
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ OPUmlAssociationEndLabel >> defaultAnchorConstraintPosition [
ifFalse: [ OPRSAnchorConstraintEndDistanceReference ]) distance: 10
]

{ #category : #'as yet unclassified' }
OPUmlAssociationEndLabel >> defaultMinDistance [

^ super defaultMinDistance negated
]

{ #category : #accessing }
OPUmlAssociationEndLabel >> defaultText [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ OPUmlAssociationLabel >> defaultAnchorConstraintPosition [
^ OPRSAnchorConstraintBalanceReference balance: 0.5
]

{ #category : #'as yet unclassified' }
OPUmlAssociationLabel >> defaultMinDistance [

^ super defaultMinDistance negated
]

{ #category : #accessing }
OPUmlAssociationLabel >> defaultText [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ OPUmlAssociationPropertiesLabel >> defaultAnchorConstraintPosition [
^ OPRSAnchorConstraintBalanceReference balance: 0.5
]

{ #category : #'as yet unclassified' }
OPUmlAssociationPropertiesLabel >> defaultMinDistance [

^ 0
]

{ #category : #accessing }
OPUmlAssociationPropertiesLabel >> defaultText [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ OPUmlAssociationStereotypesLabel >> defaultAnchorConstraintPosition [
^ OPRSAnchorConstraintBalanceReference balance: 0.5
]

{ #category : #'as yet unclassified' }
OPUmlAssociationStereotypesLabel >> defaultMinDistance [

^ 0
]

{ #category : #accessing }
OPUmlAssociationStereotypesLabel >> defaultText [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ OPUmlExtensionRequiredLabel >> defaultAnchorConstraintPosition [
^ OPRSAnchorConstraintEndDistanceReference distance: 10
]

{ #category : #'as yet unclassified' }
OPUmlExtensionRequiredLabel >> defaultMinDistance [

^ super defaultMinDistance negated
]

{ #category : #accessing }
OPUmlExtensionRequiredLabel >> defaultText [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ OPUmlGeneralizationLabel >> defaultAnchorConstraintPosition [
^ OPRSAnchorConstraintBalanceReference balance: 0.5
]

{ #category : #'as yet unclassified' }
OPUmlGeneralizationLabel >> defaultMinDistance [

^ super defaultMinDistance negated
]

{ #category : #accessing }
OPUmlGeneralizationLabel >> defaultText [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ OPUmlMultiplicityLabel >> defaultAnchorConstraintPosition [
ifFalse: [ OPRSAnchorConstraintEndDistanceReference ]) distance: 10
]

{ #category : #'as yet unclassified' }
OPUmlMultiplicityLabel >> defaultMinDistance [

^ super defaultMinDistance negated
]

{ #category : #accessing }
OPUmlMultiplicityLabel >> defaultText [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ OPUmlPackageImportLabel >> defaultAnchorConstraintPosition [
^ OPRSAnchorConstraintBalanceReference balance: 0.5
]

{ #category : #'as yet unclassified' }
OPUmlPackageImportLabel >> defaultMinDistance [

^ super defaultMinDistance negated
]

{ #category : #accessing }
OPUmlPackageImportLabel >> defaultText [

Expand Down

0 comments on commit abfd670

Please sign in to comment.