|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.db.DBComment
com.cosylab.vdct.db.DBPort
public class DBPort
Field Summary | |
---|---|
protected java.awt.Color |
color
|
protected int |
defaultVisibility
|
protected java.lang.String |
description
|
protected boolean |
hasVisual
|
protected java.lang.String |
inLinkID
|
protected int |
mode
|
protected java.lang.String |
name
|
protected java.lang.String |
target
|
protected int |
x
|
protected int |
y
|
Fields inherited from class com.cosylab.vdct.db.DBComment |
---|
comment |
Constructor Summary | |
---|---|
DBPort(java.lang.String name,
java.lang.String target)
Insert the method's description here. |
Method Summary | |
---|---|
java.awt.Color |
getColor()
Returns the color. |
int |
getDefaultVisibility()
Returns the defaultVisibility. |
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getInLinkID()
Returns the inLinkID. |
int |
getMode()
Returns the mode. |
java.lang.String |
getName()
Returns the name. |
java.lang.String |
getTarget()
Returns the target. |
int |
getX()
Returns the x. |
int |
getY()
Returns the y. |
boolean |
isHasVisual()
Returns the hasVisual. |
boolean |
isNamePositionNorth()
Returns the position of the text. |
void |
setColor(java.awt.Color color)
Sets the color. |
void |
setDefaultVisibility(int defaultVisibility)
Sets the defaultVisibility. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setHasVisual(boolean hasVisual)
Sets the hasVisual. |
void |
setInLinkID(java.lang.String inLinkID)
Sets the inLinkID. |
void |
setMode(int mode)
Sets the mode. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setNamePositionNorth(boolean namePositionNorth)
|
void |
setTarget(java.lang.String target)
Sets the target. |
void |
setX(int x)
Sets the x. |
void |
setY(int y)
Sets the y. |
Methods inherited from class com.cosylab.vdct.db.DBComment |
---|
getComment, setComment |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
protected java.lang.String target
protected java.lang.String description
protected boolean hasVisual
protected int x
protected int y
protected int mode
protected int defaultVisibility
protected java.awt.Color color
protected java.lang.String inLinkID
Constructor Detail |
---|
public DBPort(java.lang.String name, java.lang.String target)
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getTarget()
public void setName(java.lang.String name)
name
- The name to setpublic void setTarget(java.lang.String target)
target
- The target to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The description to setpublic java.awt.Color getColor()
public boolean isHasVisual()
public int getX()
public int getY()
public void setColor(java.awt.Color color)
color
- The color to setpublic void setHasVisual(boolean hasVisual)
hasVisual
- The hasVisual to setpublic void setX(int x)
x
- The x to setpublic void setY(int y)
y
- The y to setpublic java.lang.String getInLinkID()
public void setInLinkID(java.lang.String inLinkID)
inLinkID
- The inLinkID to setpublic int getMode()
public void setMode(int mode)
mode
- The mode to setpublic int getDefaultVisibility()
public void setDefaultVisibility(int defaultVisibility)
defaultVisibility
- The defaultVisibility to setpublic void setNamePositionNorth(boolean namePositionNorth)
public boolean isNamePositionNorth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |