Contents
Class DetectorLayerUI
java.lang.Object
org.jlab.geom.gui.DetectorLayerUI
- Author:
- gavalian
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw2D
(Graphics2D g2d, int xoff, int yoff, int width, int height) getClickedComponent
(int x, int y, int width, int height) int
getCoordinateX
(int x, int w) int
getCoordinateY
(int y, int h) int
getX
(float x, int w) int
getY
(float y, int h) void
reset()
void
void
void
-
Field Details
-
Constructor Details
-
Method Details
-
setComponents
-
reset
public void reset() -
setSelectionListener
-
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) -
getClickedComponent
-
draw2D
-