|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.elegantj.data.dataviewer.BandObject
The BandObject provides the properties of the band for the data viewer.
| Constructor Summary | |
BandObject()
|
|
BandObject(java.lang.String bandLabel)
|
|
BandObject(java.lang.String bandLabel,
java.awt.Color bandColor)
|
|
BandObject(java.lang.String bandLabel,
java.awt.Color bandColor,
int bandHeight)
Creates a BandObject with specified band label, band color and band height |
|
BandObject(java.lang.String bandLabel,
int bandHeight)
|
|
| Method Summary | |
java.lang.Object |
clone()
Returns the clone of the caller object |
boolean |
equals(java.lang.Object obj)
Compares the specified Object with this BandObject for equality. |
java.awt.Color |
getBandColor()
Gets the band color |
int |
getBandHeight()
Gets the band height |
java.lang.String |
getBandLabel()
Gets the band label |
void |
readExternal(java.io.ObjectInput in)
|
void |
setBandColor(java.awt.Color bandColor)
Sets the band color |
void |
setBandHeight(int bandHeight)
Sets the band height |
void |
setBandLabel(java.lang.String bandLabel)
Sets the band label |
java.lang.String |
toString()
Converts the object to a string |
void |
writeExternal(java.io.ObjectOutput out)
Externalizable interface implementation to save and retrieve the state of this object |
| Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BandObject()
public BandObject(java.lang.String bandLabel)
public BandObject(java.lang.String bandLabel,
java.awt.Color bandColor)
public BandObject(java.lang.String bandLabel,
int bandHeight)
public BandObject(java.lang.String bandLabel,
java.awt.Color bandColor,
int bandHeight)
bandLabel - the label of the band, default "Label"bandColor - the color of the band, default Color.whitebandHeight - the height of the band, default 0| Method Detail |
public void setBandLabel(java.lang.String bandLabel)
bandLabel - the label of the bandpublic java.lang.String getBandLabel()
public void setBandColor(java.awt.Color bandColor)
bandColor - the color of the bandpublic java.awt.Color getBandColor()
public void setBandHeight(int bandHeight)
bandHeight - the height of the bandpublic int getBandHeight()
public java.lang.Object clone()
public boolean equals(java.lang.Object obj)
obj - the Object to be compared for equality with this BandObject.
public java.lang.String toString()
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
ElegantJ Data Tables Java API Specification v1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||