i-net Clear Reports

com.inet.report
Class CrossTabGridLineFormat

java.lang.Object
  extended by com.inet.report.CrossTabGridLineFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class CrossTabGridLineFormat
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

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

width

public int width
The width of the grid line.

See Also:
BorderProperties

style

public int style
The style of the grid line.

See Also:
BorderProperties

color

public int color
The color of the grid line.

See Also:
BorderProperties
Constructor Detail

CrossTabGridLineFormat

public CrossTabGridLineFormat()
Creates a CrossTabGridLineFormat object and initialise it with with = 1, style = 1 and color = 0.

Method Detail

clone

protected java.lang.Object clone()
                          throws java.lang.CloneNotSupportedException

Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

equals

public boolean equals(java.lang.Object obj)
Compares this CrossTabGridLineFormat object with another object. If the second object is of the same instance an its field values are the same then true is returned.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the reference object with which to compare.
Returns:
true if this object is the same as the obj argument; false otherwise.

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of the object.

i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH