|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cosylab.vdct.db.DBGroupData
public class DBGroupData
This type was created in VisualAge. Used only for layout data
Field Summary | |
---|---|
protected java.awt.Color |
color
|
protected java.lang.String |
description
|
protected java.lang.String |
name
|
protected int |
x
|
protected int |
y
|
Constructor Summary | |
---|---|
DBGroupData(java.lang.String name,
int x,
int y,
java.awt.Color color,
java.lang.String description)
DBGroupData constructor comment. |
Method Summary | |
---|---|
java.awt.Color |
getColor()
Insert the method's description here. |
java.lang.String |
getDescription()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
int |
getX()
Insert the method's description here. |
int |
getY()
Insert the method's description here. |
void |
setColor(java.awt.Color newColor)
Insert the method's description here. |
void |
setDescription(java.lang.String newDescription)
Insert the method's description here. |
void |
setName(java.lang.String newName)
Insert the method's description here. |
void |
setX(int newX)
Insert the method's description here. |
void |
setY(int newY)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int x
protected int y
protected java.awt.Color color
protected java.lang.String description
protected java.lang.String name
Constructor Detail |
---|
public DBGroupData(java.lang.String name, int x, int y, java.awt.Color color, java.lang.String description)
Method Detail |
---|
public java.awt.Color getColor()
public java.lang.String getDescription()
public java.lang.String getName()
public int getX()
public int getY()
public void setColor(java.awt.Color newColor)
newColor
- java.awt.Colorpublic void setDescription(java.lang.String newDescription)
newDescription
- java.lang.Stringpublic void setName(java.lang.String newName)
newName
- java.lang.Stringpublic void setX(int newX)
newX
- intpublic void setY(int newY)
newY
- int
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |