|
|||||||||
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.DBMacro
public class DBMacro
Field Summary | |
---|---|
protected java.awt.Color |
color
|
protected int |
defaultVisibility
|
protected java.lang.String |
description
|
protected boolean |
hasVisual
|
protected boolean |
isNamePositionNorth
|
protected int |
mode
|
protected java.lang.String |
name
|
protected int |
x
|
protected int |
y
|
Fields inherited from class com.cosylab.vdct.db.DBComment |
---|
comment |
Constructor Summary | |
---|---|
DBMacro(java.lang.String name)
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. |
int |
getMode()
Returns the mode. |
java.lang.String |
getName()
Returns the name. |
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 |
setMode(int mode)
Sets the mode. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setNamePositionNorth(boolean namePositionNorth)
Sets the position of the text (if namePositionNorth is true, text is on the top of the macro otherwise it is on the side). |
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 description
protected boolean hasVisual
protected int x
protected int y
protected boolean isNamePositionNorth
protected int mode
protected int defaultVisibility
protected java.awt.Color color
Constructor Detail |
---|
public DBMacro(java.lang.String name)
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- The name 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 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)
namePositionNorth
- public boolean isNamePositionNorth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |