Class DetectorShape3D

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

public class DetectorShape3D extends Object
Author:
gavalian
  • Field Details

    • SECTOR

      public int SECTOR
    • LAYER

      public int LAYER
    • COMPONENT

      public int COMPONENT
    • isActive

      public Boolean isActive
    • detectorType

      public DetectorId detectorType
    • shapePolygon

      public Polygon shapePolygon
    • shapePath

      public Path3D shapePath
  • Constructor Details

    • DetectorShape3D

      public DetectorShape3D()
    • DetectorShape3D

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

    • addPathPoint

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

      public Path3D getPath()
    • addPoint

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

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

      public int getMinX()
    • getMaxX

      public int getMaxX()
    • getMinY

      public int getMinY()
    • getMaxY

      public int getMaxY()
    • toString

      public String toString()
      Overrides:
      toString in class Object