Uses of Class
org.jlab.detector.view.DetectorShape2D
Packages that use DetectorShape2D
-
Uses of DetectorShape2D in org.jlab.detector.examples
Methods in org.jlab.detector.examples with parameters of type DetectorShape2DModifier and TypeMethodDescriptionvoid
DaqPulsePlotter.processShape
(DetectorShape2D shape) void
DetectorTiming.processShape
(DetectorShape2D shape) void
RawEventViewer.processShape
(DetectorShape2D shape) -
Uses of DetectorShape2D in org.jlab.detector.view
Methods 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 TypeMethodDescriptionvoid
DetectorView2D.addShape
(String layer, DetectorShape2D shape) DetectorView2D.DetectorViewLayer2D.addShape
(DetectorShape2D shape) adding a shape to the layer.void
DetectorListener.processShape
(DetectorShape2D shape) void
DetectorView2D.DetectorViewLayer2D.setSelected
(DetectorShape2D shape)