fromAxisView method

Implementation

AxisViewController fromAxisView(AxisView view) {
  super.fromView(view);
  x = view.x;
  y = view.y;
  return this;
}