- public interface GraphNodeComponent
Graph node component interface. Implement this interface if you like to
have access to advanced GraphPanel features.
(c) 2001, DIUF
- Version:
- $Revision: 1.1 $
NOT_ROTATABLE
public static final int NOT_ROTATABLE
- See Also:
- Constant Field Values
ANGLE_0
public static final int ANGLE_0
- See Also:
- Constant Field Values
ANGLE_90
public static final int ANGLE_90
- See Also:
- Constant Field Values
ANGLE_180
public static final int ANGLE_180
- See Also:
- Constant Field Values
ANGLE_270
public static final int ANGLE_270
- See Also:
- Constant Field Values
ANGLE_360
public static final int ANGLE_360
- See Also:
- Constant Field Values
MIN_ANGLE
public static final int MIN_ANGLE
- See Also:
- Constant Field Values
MAX_ANGLE
public static final int MAX_ANGLE
- See Also:
- Constant Field Values
ANGLE_TO_DEG
public static final int ANGLE_TO_DEG
- See Also:
- Constant Field Values
ANGLE_TO_RAD
public static final double ANGLE_TO_RAD
- See Also:
- Constant Field Values
getGraphNodePort
public GraphNodePort getGraphNodePort(int index)
addComponent
public void addComponent(GraphPanel panel,
int idx)
getMinimalRotation
public int getMinimalRotation()
getRotation
public int getRotation()
setRotation
public void setRotation(int angle)
dispose
public void dispose()