~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to src/DrGeoII-Core/DrGSegmentHomothetyItem.class.st

  • Committer: Hilaire Fernandes
  • Date: 2017-11-15 13:17:03 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20171115131703-pz09obavthi53ebt
DrGeo code under Tonel file format

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Class {
 
2
        #name : #DrGSegmentHomothetyItem,
 
3
        #superclass : #DrGSegmentItem,
 
4
        #category : #'DrGeoII-Core-Item'
 
5
}
 
6
 
 
7
{ #category : #updating }
 
8
DrGSegmentHomothetyItem >> moveParent: aPoint [
 
9
        ^false
 
10
]
 
11
 
 
12
{ #category : #'xml writing' }
 
13
DrGSegmentHomothetyItem >> nodeType [
 
14
        ^#Scale
 
15
]
 
16
 
 
17
{ #category : #updating }
 
18
DrGSegmentHomothetyItem >> update [
 
19
        self homothetyUpdate 
 
20
]