|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface LineProperties
Interface for elements that draws lines across multiple sections.
This class is part of the RDC.
| Method Summary | |
|---|---|
Section |
getEndSection()
Gets the value of the property 'end section'. |
int |
getForeColor()
Gets the fore color of the element. |
int |
getHeight()
Gets the height of an element. |
int |
getLineStyle()
Returns the value of the property 'line style', with one of the different line styles single line, dashed line or dotted line. |
int |
getLineWidth()
Returns the value of the property 'line width'. |
FormulaField |
getSuppressFormula()
Returns the formula for the property 'suppress'. |
int |
getWidth()
Gets the width of an element. |
int |
getX()
Gets the x position of the left upper corner of the element in the report. |
int |
getX2()
Gets the x position of the element in the end section, if the element does not end in the same section as it begins. |
int |
getY()
Gets the y position of the left upper corner of the element in the report. |
int |
getY2()
Gets the x position of the element in the end section, if the element does not end in the same section as it begins. |
boolean |
isExtendToBottomOfSectionWhenPrinting()
Gets the value of the property 'extend to bottom of section when printing'. |
boolean |
isSuppress()
Returns the value of the property 'suppress'. |
void |
setEndSection(Section newValue)
Sets the value of the property 'end section'. |
void |
setExtendToBottomOfSectionWhenPrinting(boolean b)
Sets the value of the property 'extend to bottom of section when printing'. |
void |
setForeColor(int newValue)
Sets the value of the property 'fore color'. |
void |
setHeight(int height)
Sets the height of an element. |
void |
setLineStyle(int newValue)
Sets the value of the property 'line style' with one of the different line styles single line, dashed line or dotted line. |
void |
setLineWidth(int lineWidth)
Sets the value of the property 'line width'. |
void |
setSuppress(boolean newValue)
Sets the value of the property 'suppress'. |
void |
setSuppressFormula(FormulaField newFormula)
Sets the formula for the property 'suppress'. |
void |
setWidth(int width)
Sets the width of an element. |
void |
setX(int x)
Sets the x position of the left upper corner of the element in the report. |
void |
setX2(int x2)
Sets the x position of the element in the end section, if the element does not end in the same section as it begins. |
void |
setY(int y)
Sets the y position of the left upper corner of the element in the report. |
void |
setY2(int y2)
Sets the y position of the element in the end section, if the element does not end in the same section as it begins. |
| Method Detail |
|---|
void setForeColor(int newValue)
newValue - the new Value for the property 'fore color'.RDC.toCcColor(Color),
RDC.toJavaColor(int)int getForeColor()
RDC.toCcColor(Color),
RDC.toJavaColor(int)void setSuppress(boolean newValue)
newValue - The new value of the property 'suppress'.boolean isSuppress()
void setSuppressFormula(FormulaField newFormula)
newFormula - The new formula for the property 'suppress'.FormulaField getSuppressFormula()
setSuppress(boolean),
setSuppressFormula(com.inet.report.FormulaField)Section getEndSection()
void setEndSection(Section newValue)
newValue - The section in that the line should ends, if the line should go accross more than one section.void setExtendToBottomOfSectionWhenPrinting(boolean b)
b - true if the line should be extended, otherwise false.boolean isExtendToBottomOfSectionWhenPrinting()
true if the line will be extended, otherwise false.void setLineWidth(int lineWidth)
lineWidth - The new value of the property 'line width' in twips.int getLineWidth()
void setLineStyle(int newValue)
newValue - The new value of the property 'line style'.BorderProperties.NO_LINE,
BorderProperties.LINE_STYLE_SINGLE,
BorderProperties.LINE_STYLE_DOUBLE,
BorderProperties.LINE_STYLE_DASHED,
BorderProperties.LINE_STYLE_DOTTEDint getLineStyle()
BorderProperties.NO_LINE,
BorderProperties.LINE_STYLE_SINGLE,
BorderProperties.LINE_STYLE_DOUBLE,
BorderProperties.LINE_STYLE_DASHED,
BorderProperties.LINE_STYLE_DOTTEDvoid setX2(int x2)
x2 - The x position in twips.int getX2()
void setY2(int y2)
y2 - The y position in twips.int getY2()
void setX(int x)
x - The x position in twips.int getX()
void setY(int y)
y - The y position in twips.int getY()
void setWidth(int width)
width - The width in twips.int getWidth()
void setHeight(int height)
height - The height in twips.int getHeight()
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||