fr.esrf.tangoatk.widget.util.interlock
Class NetShape

java.lang.Object
  extended by fr.esrf.tangoatk.widget.util.interlock.NetShape

public class NetShape
extends java.lang.Object

A class to manage the shape of a bubble object.


Field Summary
static int SHAPE_CIRCLE
           
static int SHAPE_COMPUTER1
           
static int SHAPE_DEVICE1
           
static int SHAPE_DEVICE2
           
static int SHAPE_DEVICE3
           
static int SHAPE_DOT
           
static int SHAPE_GROUND
           
static int SHAPE_HEXAGON
           
static int SHAPE_NETDEVICE1
           
static int SHAPE_NETDEVICE2
           
static int SHAPE_NETDEVICE3
           
static int SHAPE_PRINTER1
           
static int SHAPE_PRINTER2
           
static int SHAPE_PRINTER3
           
static int SHAPE_SERVER1
           
static int SHAPE_SERVER2
           
static int SHAPE_SQUARE
           
static int SHAPE_STORAGE1
           
static int SHAPE_STORAGE2
           
static int SHAPE_STORAGE3
           
static int SHAPE_STORAGE4
           
static int SHAPE_STORAGE5
           
static int SHAPE_VCC
           
static int SHAPE_XTERM
           
 
Constructor Summary
NetShape()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHAPE_CIRCLE

public static final int SHAPE_CIRCLE
See Also:
Constant Field Values

SHAPE_SQUARE

public static final int SHAPE_SQUARE
See Also:
Constant Field Values

SHAPE_HEXAGON

public static final int SHAPE_HEXAGON
See Also:
Constant Field Values

SHAPE_VCC

public static final int SHAPE_VCC
See Also:
Constant Field Values

SHAPE_GROUND

public static final int SHAPE_GROUND
See Also:
Constant Field Values

SHAPE_DOT

public static final int SHAPE_DOT
See Also:
Constant Field Values

SHAPE_COMPUTER1

public static final int SHAPE_COMPUTER1
See Also:
Constant Field Values

SHAPE_DEVICE1

public static final int SHAPE_DEVICE1
See Also:
Constant Field Values

SHAPE_DEVICE2

public static final int SHAPE_DEVICE2
See Also:
Constant Field Values

SHAPE_DEVICE3

public static final int SHAPE_DEVICE3
See Also:
Constant Field Values

SHAPE_NETDEVICE1

public static final int SHAPE_NETDEVICE1
See Also:
Constant Field Values

SHAPE_NETDEVICE2

public static final int SHAPE_NETDEVICE2
See Also:
Constant Field Values

SHAPE_NETDEVICE3

public static final int SHAPE_NETDEVICE3
See Also:
Constant Field Values

SHAPE_PRINTER1

public static final int SHAPE_PRINTER1
See Also:
Constant Field Values

SHAPE_PRINTER2

public static final int SHAPE_PRINTER2
See Also:
Constant Field Values

SHAPE_PRINTER3

public static final int SHAPE_PRINTER3
See Also:
Constant Field Values

SHAPE_SERVER1

public static final int SHAPE_SERVER1
See Also:
Constant Field Values

SHAPE_SERVER2

public static final int SHAPE_SERVER2
See Also:
Constant Field Values

SHAPE_STORAGE1

public static final int SHAPE_STORAGE1
See Also:
Constant Field Values

SHAPE_STORAGE2

public static final int SHAPE_STORAGE2
See Also:
Constant Field Values

SHAPE_STORAGE3

public static final int SHAPE_STORAGE3
See Also:
Constant Field Values

SHAPE_STORAGE4

public static final int SHAPE_STORAGE4
See Also:
Constant Field Values

SHAPE_STORAGE5

public static final int SHAPE_STORAGE5
See Also:
Constant Field Values

SHAPE_XTERM

public static final int SHAPE_XTERM
See Also:
Constant Field Values
Constructor Detail

NetShape

public NetShape()