Class LayoutLHXOverView

All Implemented Interfaces:
InlineLogixNG

public class LayoutLHXOverView extends LayoutXOverView
MVC View component for the LayoutLHXOver class.
  • Constructor Details

    • LayoutLHXOverView

      public LayoutLHXOverView(@Nonnull LayoutLHXOver xover, @Nonnull Point2D c, double rot, double xFactor, double yFactor, @Nonnull LayoutEditor layoutEditor)
      Main constructor method.
      Parameters:
      xover - the layout left hand crossover to view.
      c - 2D point.
      rot - rotation.
      xFactor - horizontal factor.
      yFactor - vertical factor.
      layoutEditor - main layout editor.