Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
LabordePierre committed Oct 26, 2024
1 parent 240aadf commit 50d3e7a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeoView/DCircleGeoViewProcessData.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DCircleGeoViewProcessData >> createGShape2D [
^ SmockGCircle2D new
]

{ #category : #private }
{ #category : #processing }
DCircleGeoViewProcessData >> processUpdatedData: aKey incoming: aDCircle with: aGCircle2D context: aContext [

| radius |
Expand Down
6 changes: 6 additions & 0 deletions src/GeoView/GeoObjectProcessData.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Class {
#category : #'GeoView-ProcessDatas'
}

{ #category : #accessing }
GeoObjectProcessData class >> isAbstract [

^ self == GeoObjectProcessData
]

{ #category : #private }
GeoObjectProcessData >> computePosition: aKey incoming: aGeoObject with: aDShape context: aContext [

Expand Down

0 comments on commit 50d3e7a

Please sign in to comment.