|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSEdit.SElement
SEdit.SNode
SEdit.SimpleNode
SEdit.Formalisms.Mobile.MobileNode
public class MobileNode
CLASSE MobileNode
Field Summary |
---|
Fields inherited from class SEdit.SimpleNode |
---|
inArrows, outArrows |
Fields inherited from class SEdit.SElement |
---|
comment, descriptor, element, id, label, persistent, structure |
Constructor Summary | |
---|---|
MobileNode()
|
Method Summary | |
---|---|
void |
addDx(double _dx)
|
void |
addDy(double _dy)
|
double |
getDx()
|
double |
getDy()
|
boolean |
isFixed()
|
void |
setDx(double _dx)
|
void |
setDy(double _dy)
|
void |
setFixed(boolean f)
|
Methods inherited from class SEdit.SimpleNode |
---|
addInArrow, addOutArrow, delete, deleteInArrow, deleteOutArrow, getInArrows, getInArrows, getOutArrows, getOutArrows, isConnectable, toString |
Methods inherited from class SEdit.SNode |
---|
activate, initGraphics, reInstall |
Methods inherited from class SEdit.SElement |
---|
dump, getComment, getDescriptor, getGObject, getID, getLabel, getStructure, init, inspect, setComment, setDescriptor, setGObject, setID, setLabel, setStructure |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MobileNode()
Method Detail |
---|
public void setDx(double _dx)
public void setDy(double _dy)
public void addDx(double _dx)
public void addDy(double _dy)
public double getDx()
public double getDy()
public boolean isFixed()
public void setFixed(boolean f)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |