Uses of Class
org.jlab.detector.view.DetectorShape2D
Packages that use DetectorShape2D
- 
Uses of DetectorShape2D in org.jlab.detector.examplesMethods in org.jlab.detector.examples with parameters of type DetectorShape2DModifier and TypeMethodDescriptionvoidDaqPulsePlotter.processShape(DetectorShape2D shape) voidDetectorTiming.processShape(DetectorShape2D shape) voidRawEventViewer.processShape(DetectorShape2D shape) 
- 
Uses of DetectorShape2D in org.jlab.detector.viewMethods in org.jlab.detector.view that return DetectorShape2DModifier and TypeMethodDescriptionDetectorView2D.DetectorViewLayer2D.getShapeByXY(double x, double y) DetectorShape2D.setCounter(int c) Methods in org.jlab.detector.view that return types with arguments of type DetectorShape2DModifier and TypeMethodDescriptionstatic List<DetectorShape2D>DetectorView2D.createSector(DetectorType type, int sector, int startLayer, int endLayer, Color color, int startRadius, int layerWidth) static List<DetectorShape2D>DetectorView2D.createSector(DetectorType type, int sector, int nLayers, Color color, int startRadius, int layerWidth) DetectorView2D.DetectorViewLayer2D.getShapes()Methods in org.jlab.detector.view with parameters of type DetectorShape2DModifier and TypeMethodDescriptionvoidDetectorView2D.addShape(String layer, DetectorShape2D shape) DetectorView2D.DetectorViewLayer2D.addShape(DetectorShape2D shape) adding a shape to the layer.voidDetectorListener.processShape(DetectorShape2D shape) voidDetectorView2D.DetectorViewLayer2D.setSelected(DetectorShape2D shape)