HeaderFooterInfo
Inheritance: java.lang.Object
public class HeaderFooterInfo
Represents visual content of the header, footer or legend which is used for printing \ rendering of views.
Constructors
Constructor | Description |
---|---|
HeaderFooterInfo() | Initializes a new instance of the HeaderFooterInfo class. |
Methods
Method | Description |
---|---|
getCenteredImage() | Gets the centered image to be displayed in the parent element. |
getCenteredImageSize() | Gets the displayed size of the center image. |
getCenteredText() | Gets the centered text to display in the parent element. |
getLeftImage() | Gets the left aligned image to be displayed in the parent element. |
getLeftImageSize() | Gets the displayed size of the left image. |
getLeftText() | Gets the left aligned text to display in the parent element. |
getRightImage() | Gets the right aligned image to be displayed in the parent element. |
getRightImageSize() | Gets the displayed size of the right image. |
getRightText() | Gets the right aligned text to display in the parent element. |
setCenteredImage(Image value) | Sets the centered image to be displayed in the parent element. |
setCenteredImageSize(Dimension value) | Sets the displayed size of the center image. |
setCenteredText(String value) | Sets the centered text to display in the parent element. |
setLeftImage(Image value) | Sets the left aligned image to be displayed in the parent element. |
setLeftImageSize(Dimension value) | Sets the displayed size of the left image. |
setLeftText(String value) | Sets the left aligned text to display in the parent element. |
setRightImage(Image value) | Sets the right aligned image to be displayed in the parent element. |
setRightImageSize(Dimension value) | Sets the displayed size of the right image. |
setRightText(String value) | Sets the right aligned text to display in the parent element. |
HeaderFooterInfo()
public HeaderFooterInfo()
Initializes a new instance of the HeaderFooterInfo class.
getCenteredImage()
public final Image getCenteredImage()
Gets the centered image to be displayed in the parent element.
Returns: java.awt.Image - the centered image to be displayed in the parent element.
getCenteredImageSize()
public final Dimension getCenteredImageSize()
Gets the displayed size of the center image.
Returns: java.awt.Dimension - the displayed size of the center image.
getCenteredText()
public final String getCenteredText()
Gets the centered text to display in the parent element.
Returns: java.lang.String - the centered text to display in the parent element.
getLeftImage()
public final Image getLeftImage()
Gets the left aligned image to be displayed in the parent element.
Returns: java.awt.Image - the left aligned image to be displayed in the parent element.
getLeftImageSize()
public final Dimension getLeftImageSize()
Gets the displayed size of the left image.
Returns: java.awt.Dimension - the displayed size of the left image.
getLeftText()
public final String getLeftText()
Gets the left aligned text to display in the parent element.
Returns: java.lang.String - the left aligned text to display in the parent element.
getRightImage()
public final Image getRightImage()
Gets the right aligned image to be displayed in the parent element.
Returns: java.awt.Image - the right aligned image to be displayed in the parent element.
getRightImageSize()
public final Dimension getRightImageSize()
Gets the displayed size of the right image.
Returns: java.awt.Dimension - the displayed size of the right image.
getRightText()
public final String getRightText()
Gets the right aligned text to display in the parent element.
Returns: java.lang.String - the right aligned text to display in the parent element.
setCenteredImage(Image value)
public final void setCenteredImage(Image value)
Sets the centered image to be displayed in the parent element.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.awt.Image | the centered image to be displayed in the parent element. |
setCenteredImageSize(Dimension value)
public final void setCenteredImageSize(Dimension value)
Sets the displayed size of the center image.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.awt.Dimension | the displayed size of the center image. |
setCenteredText(String value)
public final void setCenteredText(String value)
Sets the centered text to display in the parent element.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the centered text to display in the parent element. |
setLeftImage(Image value)
public final void setLeftImage(Image value)
Sets the left aligned image to be displayed in the parent element.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.awt.Image | the left aligned image to be displayed in the parent element. |
setLeftImageSize(Dimension value)
public final void setLeftImageSize(Dimension value)
Sets the displayed size of the left image.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.awt.Dimension | the displayed size of the left image. |
setLeftText(String value)
public final void setLeftText(String value)
Sets the left aligned text to display in the parent element.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the left aligned text to display in the parent element. |
setRightImage(Image value)
public final void setRightImage(Image value)
Sets the right aligned image to be displayed in the parent element.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.awt.Image | the right aligned image to be displayed in the parent element. |
setRightImageSize(Dimension value)
public final void setRightImageSize(Dimension value)
Sets the displayed size of the right image.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.awt.Dimension | the displayed size of the right image. |
setRightText(String value)
public final void setRightText(String value)
Sets the right aligned text to display in the parent element.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the right aligned text to display in the parent element. |