tico.board.componentview
Class TLineView.TLineHandle
java.lang.Object
org.jgraph.graph.VertexView.SizeHandle
tico.board.componentview.TLineView.TLineHandle
- All Implemented Interfaces:
- java.io.Serializable, org.jgraph.graph.CellHandle
- Enclosing class:
- TLineView
public static class TLineView.TLineHandle
- extends org.jgraph.graph.VertexView.SizeHandle
- See Also:
- Serialized Form
Fields inherited from class org.jgraph.graph.VertexView.SizeHandle |
cursors |
Constructor Summary |
TLineView.TLineHandle(org.jgraph.graph.VertexView vertexview,
org.jgraph.graph.GraphContext ctx)
|
Method Summary |
void |
mouseDragged(java.awt.event.MouseEvent event)
Process mouse dragged event. |
void |
mousePressed(java.awt.event.MouseEvent event)
Process mouse pressed event. |
void |
mouseReleased(java.awt.event.MouseEvent e)
|
Methods inherited from class org.jgraph.graph.VertexView.SizeHandle |
isConstrainedSizeEvent, mouseMoved, overlay, paint |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TLineView.TLineHandle
public TLineView.TLineHandle(org.jgraph.graph.VertexView vertexview,
org.jgraph.graph.GraphContext ctx)
mousePressed
public void mousePressed(java.awt.event.MouseEvent event)
- Process mouse pressed event.
- Specified by:
mousePressed
in interface org.jgraph.graph.CellHandle
- Overrides:
mousePressed
in class org.jgraph.graph.VertexView.SizeHandle
mouseDragged
public void mouseDragged(java.awt.event.MouseEvent event)
- Process mouse dragged event.
- Specified by:
mouseDragged
in interface org.jgraph.graph.CellHandle
- Overrides:
mouseDragged
in class org.jgraph.graph.VertexView.SizeHandle
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent e)
- Specified by:
mouseReleased
in interface org.jgraph.graph.CellHandle
- Overrides:
mouseReleased
in class org.jgraph.graph.VertexView.SizeHandle