~hilaire-fernandes/drgeo/trunk

« back to all changes in this revision

Viewing changes to src/DrGeoII-Core/DrGSegmentTranslationItem.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 : #DrGSegmentTranslationItem,
 
3
        #superclass : #DrGSegmentItem,
 
4
        #category : #'DrGeoII-Core-Item'
 
5
}
 
6
 
 
7
{ #category : #updating }
 
8
DrGSegmentTranslationItem >> moveParent: aPoint [
 
9
        ^false
 
10
]
 
11
 
 
12
{ #category : #'xml writing' }
 
13
DrGSegmentTranslationItem >> nodeType [
 
14
        ^#Translation
 
15
]
 
16
 
 
17
{ #category : #updating }
 
18
DrGSegmentTranslationItem >> update [
 
19
        self translationUpdate 
 
20
]