Package org.jlab.geom.gui
Class DetectorShape3D
java.lang.Object
org.jlab.geom.gui.DetectorShape3D
- Author:
- gavalian
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintintint
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
SECTORpublic int SECTOR
- 
LAYERpublic int LAYER
- 
COMPONENTpublic int COMPONENT
- 
isActive
- 
detectorType
- 
shapePolygon
- 
shapePath
 
- 
- 
Constructor Details- 
DetectorShape3Dpublic DetectorShape3D()
- 
DetectorShape3D
 
- 
- 
Method Details- 
addPathPointpublic void addPathPoint(double x, double y) 
- 
getPath
- 
addPointpublic void addPoint(double x, double y) 
- 
setPointspublic void setPoints(double[] x, double[] y) 
- 
getMinXpublic int getMinX()
- 
getMaxXpublic int getMaxX()
- 
getMinYpublic int getMinY()
- 
getMaxYpublic int getMaxY()
- 
toString
 
-