|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.CrossTabGridLineFormat
public class CrossTabGridLineFormat
Represents the properties of a crosstab grid line.
This class is part of the RDC.
| Field Summary | |
|---|---|
int |
color
The color of the grid line. |
int |
style
The style of the grid line. |
int |
width
The width of the grid line. |
| Constructor Summary | |
|---|---|
CrossTabGridLineFormat()
Creates a CrossTabGridLineFormat object and initialise it with with = 1, style = 1 and color = 0. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
clone()
|
boolean |
equals(java.lang.Object obj)
Compares this CrossTabGridLineFormat object with another object. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Field Detail |
|---|
public int width
BorderPropertiespublic int style
BorderPropertiespublic int color
BorderProperties| Constructor Detail |
|---|
public CrossTabGridLineFormat()
| Method Detail |
|---|
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object obj)
true is returned.
equals in class java.lang.Objectobj - the reference object with which to compare.
true if this object is the same as the obj argument; false otherwise.public java.lang.String toString()
toString in class java.lang.Object
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||