Class LayoutRHXOverView

All Implemented Interfaces:
InlineLogixNG

public class LayoutRHXOverView extends LayoutXOverView
MVC View component for the LayoutRHXOver class.
  • Constructor Details

    • LayoutRHXOverView

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