|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.db.DBTextBox
public class DBTextBox
Field Summary | |
---|---|
protected boolean |
border
|
protected java.awt.Color |
color
|
protected java.lang.String |
description
|
protected java.lang.String |
fontName
|
protected int |
fontSize
|
protected int |
fontStyle
|
protected java.lang.String |
name
|
protected java.lang.String |
parentBorderID
|
protected int |
x
|
protected int |
x2
|
protected int |
y
|
protected int |
y2
|
Constructor Summary | |
---|---|
DBTextBox(java.lang.String name,
int x,
int y,
int x2,
int y2,
boolean border,
java.lang.String fontName,
int fontSize,
int fontStyle,
java.awt.Color color,
java.lang.String description,
java.lang.String parentBorderID)
Insert the method's description here. |
Method Summary | |
---|---|
boolean |
getBorder()
Returns the dashed. |
java.awt.Color |
getColor()
Returns the color. |
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getFontName()
Returns the fontName. |
int |
getFontSize()
Returns the fontSize. |
int |
getFontStyle()
Returns the fontStyle. |
java.lang.String |
getName()
Returns the name. |
java.lang.String |
getParentBorderID()
|
int |
getX()
Returns the x. |
int |
getX2()
Returns the x2. |
int |
getY()
Returns the y. |
int |
getY2()
Returns the y2. |
boolean |
isBorder()
Returns the border. |
void |
setBorder(boolean border)
Sets the dashed. |
void |
setColor(java.awt.Color color)
Sets the color. |
void |
setDescription(java.lang.String description)
Sets the description. |
void |
setFontName(java.lang.String fontName)
Sets the fontName. |
void |
setFontSize(int fontSize)
Sets the fontSize. |
void |
setFontStyle(int fontStyle)
Sets the fontStyle. |
void |
setName(java.lang.String name)
Sets the name. |
void |
setParentBorderID(java.lang.String parentBorderID)
|
void |
setX(int x)
Sets the x. |
void |
setX2(int x2)
Sets the x2. |
void |
setY(int y)
Sets the y. |
void |
setY2(int y2)
Sets the y2. |
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 int x
protected int y
protected int x2
protected int y2
protected boolean border
protected java.lang.String fontName
protected int fontSize
protected int fontStyle
protected java.awt.Color color
protected java.lang.String description
protected java.lang.String parentBorderID
Constructor Detail |
---|
public DBTextBox(java.lang.String name, int x, int y, int x2, int y2, boolean border, java.lang.String fontName, int fontSize, int fontStyle, java.awt.Color color, java.lang.String description, java.lang.String parentBorderID)
Method Detail |
---|
public java.awt.Color getColor()
public boolean getBorder()
public java.lang.String getName()
public int getX()
public int getX2()
public int getY()
public int getY2()
public void setColor(java.awt.Color color)
color
- The color to setpublic void setBorder(boolean border)
dashed
- The dashed to setpublic void setName(java.lang.String name)
name
- The name to setpublic void setX(int x)
x
- The x to setpublic void setX2(int x2)
x2
- The x2 to setpublic void setY(int y)
y
- The y to setpublic void setY2(int y2)
y2
- The y2 to setpublic boolean isBorder()
public java.lang.String getDescription()
public java.lang.String getFontName()
public int getFontSize()
public void setDescription(java.lang.String description)
description
- The description to setpublic void setFontName(java.lang.String fontName)
fontName
- The fontName to setpublic void setFontSize(int fontSize)
fontSize
- The fontSize to setpublic int getFontStyle()
public void setFontStyle(int fontStyle)
fontStyle
- The fontStyle to setpublic java.lang.String getParentBorderID()
public void setParentBorderID(java.lang.String parentBorderID)
parentBorderID
- The parentBorderID to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |