Compile Time Changes

The following interface changes were introduced in BaselineDimensionInsertAnimation for the animation to work with the new associative dimension implementation.

// Class: BaselineDimensionInsertAnimation
Removed: public bool hasSnapped;
Removed: public bool assocLoc;
Removed: extend public void snappedTo(Snapper z)

Old: public Snapper to;
New: extend public Snapper toAssocSnapper()

Some fixes and improvements were also introduced in the following methods to make BaselineDimensionInsertAnimation works with the new associative dimension implementation. Please add the changes manually when necessary if you have sub-classes that override these methods.

// Class: BaselineDimensionInsertAnimation
Modified: public constructor()
Modified: extend public void appendProperties(AnimationProperties ap)
Modified: extend public FeatureSearch featureSearch(AnimationMouseInfo mi)
Modified: extend public void move(AnimationMouseInfo mi)
Modified: extend public void drawGraphs(LayerBuffer lb)
Modified: extend public PropObj end()