|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.esrf.tangoatk.widget.util.jdraw.JDObject
fr.esrf.tangoatk.widget.util.jdraw.JDRectangular
fr.esrf.tangoatk.widget.util.jdraw.JDSlider
public class JDSlider
JDraw Slider graphic object.
| Field Summary | |
|---|---|
static int |
SLIDER_HORIZONTAL_LEFT
Horizontal bar , min at feft |
static int |
SLIDER_HORIZONTAL_RIGHT
Horizontal bar , min at right |
static int |
SLIDER_VERTICAL_BOTTOM
Vertical bar , min at bottom |
static int |
SLIDER_VERTICAL_TOP
Vertical bar , min at top |
| Constructor Summary | |
|---|---|
JDSlider(java.lang.String objectName,
int x,
int y,
int w,
int h)
Contructs a JDSlider. |
|
| Method Summary | |
|---|---|
JDObject |
copy(int x,
int y)
Returns a copy of this object at the specified location. |
JDObject |
getCursor()
Returns the current cursor object. |
double |
getMaximum()
Returns the slider's maximum value. |
double |
getMinimum()
Returns the slider's maximum value. |
int |
getOrientation()
Returns the current bar orientation. |
double |
getSliderValue()
Returns the current slider value. |
boolean |
isInsideObject(int x,
int y)
Determines whether the specified point is inside this object. |
void |
paint(JDrawEditor parent,
java.awt.Graphics g)
Paints this object. |
void |
setCursor(JDObject nCursor)
Sets the cursor object. |
void |
setMaximum(double m)
Sets the slider's maximum value . |
void |
setMinimum(double m)
Sets the slider's minimum value . |
void |
setOrientation(int o)
Sets the bar orientation. |
void |
setSliderValue(double v)
Sets the slider value. |
| Methods inherited from class fr.esrf.tangoatk.widget.util.jdraw.JDRectangular |
|---|
moveSummit, rotate90 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int SLIDER_HORIZONTAL_LEFT
public static final int SLIDER_HORIZONTAL_RIGHT
public static final int SLIDER_VERTICAL_TOP
public static final int SLIDER_VERTICAL_BOTTOM
| Constructor Detail |
|---|
public JDSlider(java.lang.String objectName,
int x,
int y,
int w,
int h)
objectName - Object namex - Up left corner x coordinatey - Up left corner y coordinatew - Rectangle widthh - Rectangle height| Method Detail |
|---|
public JDObject copy(int x,
int y)
JDObject
copy in class JDObjectx - Horizontal position of the copied object (pixel)y - Vertical Position of the copied object (pixel)
public boolean isInsideObject(int x,
int y)
JDObject
isInsideObject in class JDObjectx - X coordinate (pixel)y - Y coordinate (pixel)
public void paint(JDrawEditor parent,
java.awt.Graphics g)
JDObject
paint in class JDRectangularparent - JdrawEditor parent (Can be null except for JDSwingObject)g - the specified Graphics windowpublic void setMaximum(double m)
m - Maximum valuepublic double getMaximum()
setMaximum(double)public void setMinimum(double m)
m - Miniimum valuepublic double getMinimum()
setMinimum(double)public void setSliderValue(double v)
v - slider value.public double getSliderValue()
public void setOrientation(int o)
o - Orientation valueSLIDER_HORIZONTAL_LEFT,
SLIDER_HORIZONTAL_RIGHT,
SLIDER_VERTICAL_TOP,
SLIDER_VERTICAL_BOTTOMpublic int getOrientation()
setOrientation(int)public JDObject getCursor()
setCursor(fr.esrf.tangoatk.widget.util.jdraw.JDObject)public void setCursor(JDObject nCursor)
nCursor - Cursor object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||