Uses of Class
fr.esrf.tangoatk.widget.util.jdraw.JDObject
Packages that use JDObject
Package
Description
Provides classes for handling synoptic files generated by the ESRF home made
tool JDraw.
Contains a set of classes to handle a vector drawing viewer and its editor.
-
Uses of JDObject in fr.esrf.tangoatk.widget.jdraw
Fields in fr.esrf.tangoatk.widget.jdraw with type parameters of type JDObjectMethods in fr.esrf.tangoatk.widget.jdraw with parameters of type JDObjectModifier and TypeMethodDescriptionprotected voidTangoSynopticHandler.addAttribute(JDObject jddg, String s) -
Uses of JDObject in fr.esrf.tangoatk.widget.util.jdraw
Subclasses of JDObject in fr.esrf.tangoatk.widget.util.jdrawModifier and TypeClassDescriptionclassJDraw Axis graphic object.classJDraw Bar graphic object.classJDraw Ellipse graphic object.classJDraw Group graphic object.classJDraw Image graphic object.classJDraw Label graphic object.classJDraw Line graphic object.classJDraw Polyline graphic object.classJDraw Rectangle graphic object.classJDraw Rectanglar graphic object (All object having a rectangular sizing behavior)classclassJDraw Rectangle graphic object.classJDraw Slider graphic object.classJDraw Spline graphic object.classJDraw Swing graphic object.classJDraw Title rectangle graphic object.Methods in fr.esrf.tangoatk.widget.util.jdraw that return JDObjectModifier and TypeMethodDescriptionJDAxis.copy(int x, int y) JDBar.copy(int x, int y) JDEllipse.copy(int x, int y) JDGroup.copy(int x, int y) JDImage.copy(int x, int y) JDLabel.copy(int x, int y) JDLine.copy(int x, int y) abstract JDObjectJDObject.copy(int x, int y) Returns a copy of this object at the specified location.JDPolyline.copy(int x, int y) JDRectangle.copy(int x, int y) JDRotatableLabel.copy(int x, int y) JDRoundRectangle.copy(int x, int y) JDSlider.copy(int x, int y) JDSpline.copy(int x, int y) JDSwingObject.copy(int x, int y) JDGroup.getChildAt(int idx) JDSlider.getCursor()JDrawEditor.getObjectAt(int idx) Methods in fr.esrf.tangoatk.widget.util.jdraw with parameters of type JDObjectModifier and TypeMethodDescriptionvoidAdd an object to the drawing.booleanJDrawEditor.isSelected(JDObject obj) voidJDrawEditor.selectObject(JDObject obj) Select the specified object.voidJDrawEditor.selectObjects(JDObject[] objs) Selects all specified objects.voidSets the cursor object.voidJDrawEditor.unselectObject(JDObject obj) Unselect the specified object.voidJDrawEditorFrame.valueChanged(JDObject src) voidJDrawEditorPanel.valueChanged(JDObject src) voidJDValueListener.valueChanged(JDObject src) Trigerred when the JDObject value changevoidJDrawEditorFrame.valueExceedBounds(JDObject src) voidJDrawEditorPanel.valueExceedBounds(JDObject src) voidJDValueListener.valueExceedBounds(JDObject src) Triggered when the JDObject value goes out of bounds and is reseted to its minimum valueConstructors in fr.esrf.tangoatk.widget.util.jdraw with parameters of type JDObjectModifierConstructorDescriptionJDMouseEvent(JDObject source, MouseEvent e0) Construct a JDMouseEvent -
Uses of JDObject in fr.esrf.tangoatk.widget.util.jdraw.examples
Methods in fr.esrf.tangoatk.widget.util.jdraw.examples that return JDObjectModifier and TypeMethodDescriptionReturns the JDObject having the given name.Returns the JDObject having the given name.Methods in fr.esrf.tangoatk.widget.util.jdraw.examples with parameters of type JDObjectModifier and TypeMethodDescriptionvoidInteractive.valueChanged(JDObject src) voidInteractive.valueExceedBounds(JDObject src)