Contents
- Description
- Field Summary
- Constructor Summary
- Method Summary
- Field Details
- Constructor Details
- Method Details
- getName()
- setName(String)
- addShape(DetectorShape3D)
- getShapes()
- setIntensityMap(IDetectorShapeIntensity)
- getIntensityMap()
- updateDrawRegion()
- getX(float, int)
- getY(float, int)
- getCoordinateX(int, int)
- getCoordinateY(int, int)
- getSelectedShape(int, int, int, int)
- reaset()
- draw2D(Graphics2D, int, int, int, int)
Class DetectorShape3DStore
java.lang.Object
org.jlab.geom.gui.DetectorShape3DStore
- Author:
- gavalian
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addShape
(DetectorShape3D shape) void
draw2D
(Graphics2D g2d, int xoff, int yoff, int width, int height) int
getCoordinateX
(int x, int w) int
getCoordinateY
(int y, int h) getName()
getSelectedShape
(int x, int y, int width, int height) int
getX
(float x, int w) int
getY
(float y, int h) void
reaset()
void
void
void
-
Field Details
-
Constructor Details
-
Method Details
-
getName
-
setName
-
addShape
-
getShapes
-
setIntensityMap
-
getIntensityMap
-
updateDrawRegion
public void updateDrawRegion() -
getX
public int getX(float x, int w) -
getY
public int getY(float y, int h) -
getCoordinateX
public int getCoordinateX(int x, int w) -
getCoordinateY
public int getCoordinateY(int y, int h) -
getSelectedShape
-
reaset
public void reaset() -
draw2D
-