~tapaal-contributor/tapaal/tikz-export-label-placement-1820528

« back to all changes in this revision

Viewing changes to src/pipe/gui/graphicElements/ArcPathPoint.java

Merged bzr merge lp:~yrke/tapaal/placetransitionobjecthandler-refactor-cleanup cleanup 
after refactorings, removeing code and further refactorings

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
                super.removeFromContainer();
272
272
        }
273
273
 
274
 
        public PetriNetObject paste(double despX, double despY,
275
 
                        boolean toAnotherView) {
276
 
                return null;
277
 
        }
278
 
 
279
 
        public PetriNetObject copy() {
280
 
                return null;
281
 
        }
282
 
 
283
274
        @Override
284
275
        public int getLayerOffset() {
285
276
                return Pipe.ARC_POINT_LAYER_OFFSET;