Class DetectorShape3D

java.lang.Object
org.jlab.geom.gui.DetectorShape3D

public class DetectorShape3D extends Object
Author:
gavalian
  • Field Details Link icon

    • SECTOR Link icon

      public int SECTOR
    • LAYER Link icon

      public int LAYER
    • COMPONENT Link icon

      public int COMPONENT
    • isActive Link icon

      public Boolean isActive
    • detectorType Link icon

      public DetectorId detectorType
    • shapePolygon Link icon

      public Polygon shapePolygon
    • shapePath Link icon

      public Path3D shapePath
  • Constructor Details Link icon

    • DetectorShape3D Link icon

      public DetectorShape3D()
    • DetectorShape3D Link icon

      public DetectorShape3D(DetectorId type, int sector, int layer, int component)
  • Method Details Link icon

    • addPathPoint Link icon

      public void addPathPoint(double x, double y)
    • getPath Link icon

      public Path3D getPath()
    • addPoint Link icon

      public void addPoint(double x, double y)
    • setPoints Link icon

      public void setPoints(double[] x, double[] y)
    • getMinX Link icon

      public int getMinX()
    • getMaxX Link icon

      public int getMaxX()
    • getMinY Link icon

      public int getMinY()
    • getMaxY Link icon

      public int getMaxY()
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object