org.lucci.madhoc.gui.aircraft
Class ConnectionFigure

java.lang.Object
  extended by org.lucci.up.data.DataElement
      extended by org.lucci.up.data.Figure
          extended by org.lucci.madhoc.gui.aircraft.ConnectionFigure
All Implemented Interfaces:
java.lang.Cloneable

public class ConnectionFigure
extends org.lucci.up.data.Figure

Author:
luc.hogie

Nested Class Summary
 
Nested classes/interfaces inherited from class org.lucci.up.data.Figure
org.lucci.up.data.Figure.Extremi
 
Constructor Summary
ConnectionFigure()
           
 
Method Summary
 Connection getConnection()
           
 void setConnection(Connection connection)
           
 
Methods inherited from class org.lucci.up.data.Figure
addFigure, addPoint, addRenderer, addRendererRecursively, clone, draw, getAllFigures, getAllPoints, getExtremums, getFigureAt, getFigureCount, getName, getPointAt, getPointCount, insertFigure, insertPoint, removeAllFigures, removeAllPoints, removeFigureAt, removePointAt, setName, sortX, toString, translate
 
Methods inherited from class org.lucci.up.data.DataElement
addListener, getListeners, getRendererAt, getRendererCount, removeAllRenderers, removeListener, removeRenderer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionFigure

public ConnectionFigure()
Method Detail

getConnection

public Connection getConnection()

setConnection

public void setConnection(Connection connection)