org.argouml.uml.diagram.ui
Class ArgoEditor
java.lang.Object
|
+--Editor
|
+--org.argouml.uml.diagram.ui.ArgoEditor
- class ArgoEditor
- extends Editor
Constructor Summary |
ArgoEditor(Diagram d)
|
ArgoEditor(GraphModel gm,
java.awt.Component c)
Deprecated. in 0.16 in favour of ArgoEditor(GraphModel gm, JComponent c) |
ArgoEditor(GraphModel gm,
javax.swing.JComponent c)
|
Method Summary |
void |
mouseEntered(java.awt.event.MouseEvent me)
|
void |
mouseMoved(java.awt.event.MouseEvent me)
Invoked when the mouse button has been moved (with no buttons
no down). |
void |
paint(java.awt.Graphics g)
Overridden to set Argo-specific RenderingHints to determine whether
or not antialiasing should be turned on. |
private void |
setupRenderingHints()
Construct a new set of RenderingHints to reflect current user
settings. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_argoRenderingHints
private java.awt.RenderingHints _argoRenderingHints
ArgoEditor
public ArgoEditor(Diagram d)
ArgoEditor
public ArgoEditor(GraphModel gm,
java.awt.Component c)
- Deprecated. in 0.16 in favour of ArgoEditor(GraphModel gm, JComponent c)
ArgoEditor
public ArgoEditor(GraphModel gm,
javax.swing.JComponent c)
mouseEntered
public void mouseEntered(java.awt.event.MouseEvent me)
- See Also:
MouseListener.mouseEntered(java.awt.event.MouseEvent)
mouseMoved
public void mouseMoved(java.awt.event.MouseEvent me)
- Invoked when the mouse button has been moved (with no buttons
no down).
paint
public void paint(java.awt.Graphics g)
- Overridden to set Argo-specific RenderingHints to determine whether
or not antialiasing should be turned on.
setupRenderingHints
private void setupRenderingHints()
- Construct a new set of RenderingHints to reflect current user
settings.