Class DetectorShape3DStore

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

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

    • drawRegion Link icon

      public Rectangle drawRegion
    • shapeColorEven Link icon

      public Color shapeColorEven
    • shapeColorOdd Link icon

      public Color shapeColorOdd
    • shapeColorSelected Link icon

      public Color shapeColorSelected
    • colorIntensityMap Link icon

      public IDetectorShapeIntensity colorIntensityMap
  • Constructor Details Link icon

    • DetectorShape3DStore Link icon

      public DetectorShape3DStore()
  • Method Details Link icon

    • getName Link icon

      public String getName()
    • setName Link icon

      public void setName(String name)
    • addShape Link icon

      public void addShape(DetectorShape3D shape)
    • getShapes Link icon

      public List<DetectorShape3D> getShapes()
    • setIntensityMap Link icon

      public void setIntensityMap(IDetectorShapeIntensity intens)
    • getIntensityMap Link icon

      public IDetectorShapeIntensity getIntensityMap()
    • updateDrawRegion Link icon

      public void updateDrawRegion()
    • getX Link icon

      public int getX(float x, int w)
    • getY Link icon

      public int getY(float y, int h)
    • getCoordinateX Link icon

      public int getCoordinateX(int x, int w)
    • getCoordinateY Link icon

      public int getCoordinateY(int y, int h)
    • getSelectedShape Link icon

      public DetectorShape3D getSelectedShape(int x, int y, int width, int height)
    • reaset Link icon

      public void reaset()
    • draw2D Link icon

      public void draw2D(Graphics2D g2d, int xoff, int yoff, int width, int height)