|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wilmascope.graph.NodeLayout
public abstract class NodeLayout
Title: WilmaToo Description: Sequel to the ever popular WilmaScope software Copyright: Copyright (c) 2001 Company: WilmaScope.org
Constructor Summary | |
---|---|
NodeLayout()
|
Method Summary | |
---|---|
void |
delete()
dereference links |
Node |
getNode()
Return the node for the NodeLayout |
boolean |
isFixedPosition()
|
void |
resetProperties()
Reset's properties common to all layouts, these include: FixedPosition Should be overridden with a call to this inherited method to load any properties from the node properties that are specific to the layout engine |
void |
setFixedPosition(boolean fixed)
|
void |
setNode(Node node)
Set the node for the NodeLayout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeLayout()
Method Detail |
---|
public void delete()
delete
in interface Layable
public void setNode(Node node)
setNode
in interface NodeAbility
public Node getNode()
getNode
in interface NodeAbility
public boolean isFixedPosition()
public void setFixedPosition(boolean fixed)
public void resetProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |