wt.clients.tools.transfer
Class ExportGraphLink
java.lang.Object
wt.clients.beans.graph.DefaultGraphLink
wt.clients.tools.transfer.ExportGraphLink
- All Implemented Interfaces:
- Externalizable, GraphLink, Serializable
- public class ExportGraphLink
- extends DefaultGraphLink
ExportGraphLink
The Link for the ExportGraphView
- See Also:
- Serialized Form
Methods inherited from class wt.clients.beans.graph.DefaultGraphLink |
addPropertyChangeListener, getDescription, getPredecessor, getSuccessor, isLoop, readExternal, removePropertyChangeListener, setDescription, setLoop, setPredecessor, setSuccessor, writeExternal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOT_SHOWING
public static final int NOT_SHOWING
- See Also:
- Constant Field Values
SHOWING
public static final int SHOWING
- See Also:
- Constant Field Values
EXPANDED
public static final int EXPANDED
- See Also:
- Constant Field Values
excluded
boolean excluded
num_arrows
public int num_arrows
show_mode
int show_mode
increment
int increment
roleInfo
RoleExpandInfo roleInfo
ExportGraphLink
public ExportGraphLink()
ExportGraphLink
public ExportGraphLink(GraphNode gr1,
GraphNode gr2)
throws WTPropertyVetoException
setExcluded
public void setExcluded(boolean newval)
isExcluded
public boolean isExcluded()
getShowMode
public int getShowMode()
setShowMode
public void setShowMode(int newMode)
setBidirectional
public void setBidirectional(boolean mode)
isBidirectional
public boolean isBidirectional()
getIncrement
public int getIncrement()
setIncrement
public void setIncrement(int aInt)
setRoleInfo
public void setRoleInfo(RoleExpandInfo a_role)
getRoleInfo
public RoleExpandInfo getRoleInfo()