Uses of Class
fr.esrf.tangoatk.widget.util.jdraw.JDrawEditor
Packages that use JDrawEditor
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 JDrawEditor in fr.esrf.tangoatk.widget.jdraw
Subclasses of JDrawEditor in fr.esrf.tangoatk.widget.jdrawModifier and TypeClassDescriptionclassclassTangoSynopticHandler is the base class used to display and animate any tango synoptic drawing made with the JDraw drawing tool "JDraw". -
Uses of JDrawEditor in fr.esrf.tangoatk.widget.util.jdraw
Methods in fr.esrf.tangoatk.widget.util.jdraw with parameters of type JDrawEditorModifier and TypeMethodDescriptionvoidJDLibraryViewer.initComponents(String libName, JDrawEditor invoker, boolean lPanel) voidJDAxis.paint(JDrawEditor parent, Graphics g) voidJDBar.paint(JDrawEditor parent, Graphics g) voidJDEllipse.paint(JDrawEditor parent, Graphics g) voidJDGroup.paint(JDrawEditor parent, Graphics g) voidJDImage.paint(JDrawEditor parent, Graphics g) voidJDLabel.paint(JDrawEditor parent, Graphics g) voidJDLine.paint(JDrawEditor parent, Graphics g) abstract voidJDObject.paint(JDrawEditor parent, Graphics g) Paints this object.voidJDPolyline.paint(JDrawEditor parent, Graphics g) voidJDRectangular.paint(JDrawEditor parent, Graphics g) voidJDRotatableLabel.paint(JDrawEditor parent, Graphics g) voidJDSlider.paint(JDrawEditor parent, Graphics g) voidJDSwingObject.paint(JDrawEditor parent, Graphics g) voidJDTitledRect.paint(JDrawEditor parent, Graphics g) voidJDCreationMenu.setEditor(JDrawEditor editor) Sets the editor where object will be created.voidJDrawEditorFrame.setEditor(JDrawEditor editor) Sets the editor of this EditorFrame.voidJDrawEditorPanel.setEditor(JDrawEditor editor) Sets the editor of this EditorFrame.voidJDrawEditorFrame.setPlayer(JDrawEditor editor) Sets the player of this EditorFrame.voidJDrawEditorPanel.setPlayer(JDrawEditor editor) Sets the player of this EditorFrame.Constructors in fr.esrf.tangoatk.widget.util.jdraw with parameters of type JDrawEditorModifierConstructorDescriptionJDLibraryViewer(String libName, JDrawEditor invoker) JDLibraryViewer(String libName, JDrawEditor invoker, boolean lPanel)