Class AlertDCWire

All Implemented Interfaces:
Component, Transformable, Showable

public class AlertDCWire extends ConcaveComponent
Author:
sergeyeva
  • Constructor Details Link icon

    • AlertDCWire Link icon

      public AlertDCWire(int componentId, Line3D line, List<Point3D> firstFace, List<Point3D> secondFace)
      Initializes a ALERTDCWire from the given points. The line will be from the middle of the bottom face to the middle of the top face.
      Parameters:
      componentId - the id of the component
      line - Middle line that represents the signal wire
      firstFace - first face of N points
      secondFace - second face of N points
  • Method Details Link icon

    • getType Link icon

      public String getType()
      Returns "ALERTDCWire Component".
      Returns:
      "ALERTDCWire Component"