net.sf.jasperreports.engine
Interface JRBox

All Superinterfaces:
JRStyleContainer
All Known Implementing Classes:
JRBaseBox

Deprecated. Replaced by JRLineBox.

public interface JRBox
extends JRStyleContainer

This is useful for drawing borders around text elements and images. Boxes can have borders and paddings, which can have different width and colour on each side of the element.

Version:
$Id: JRBox.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 Byte getOwnBorder()
          Deprecated. Replaced by JRLineBox.getPen()
 Color getOwnBorderColor()
          Deprecated. Replaced by JRLineBox.getPen()
 Byte getOwnBottomBorder()
          Deprecated. Replaced by JRLineBox.getBottomPen()
 Color getOwnBottomBorderColor()
          Deprecated. Replaced by JRLineBox.getBottomPen()
 Integer getOwnBottomPadding()
          Deprecated. Replaced by JRLineBox.getOwnBottomPadding()
 Byte getOwnLeftBorder()
          Deprecated. Replaced by JRLineBox.getLeftPen()
 Color getOwnLeftBorderColor()
          Deprecated. Replaced by JRLineBox.getLeftPen()
 Integer getOwnLeftPadding()
          Deprecated. Replaced by JRLineBox.getOwnLeftPadding()
 Integer getOwnPadding()
          Deprecated. Replaced by JRLineBox.getOwnPadding()
 Byte getOwnRightBorder()
          Deprecated. Replaced by JRLineBox.getRightPen()
 Color getOwnRightBorderColor()
          Deprecated. Replaced by JRLineBox.getRightPen()
 Integer getOwnRightPadding()
          Deprecated. Replaced by JRLineBox.getOwnRightPadding()
 Byte getOwnTopBorder()
          Deprecated. Replaced by JRLineBox.getTopPen()
 Color getOwnTopBorderColor()
          Deprecated. Replaced by JRLineBox.getTopPen()
 Integer getOwnTopPadding()
          Deprecated. Replaced by JRLineBox.getOwnTopPadding()
 
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getDefaultStyleProvider, getStyle, getStyleNameReference
 

Method Detail

getOwnBorder

Byte getOwnBorder()
Deprecated. Replaced by JRLineBox.getPen()


getOwnBorderColor

Color getOwnBorderColor()
Deprecated. Replaced by JRLineBox.getPen()


getOwnPadding

Integer getOwnPadding()
Deprecated. Replaced by JRLineBox.getOwnPadding()


getOwnTopBorder

Byte getOwnTopBorder()
Deprecated. Replaced by JRLineBox.getTopPen()


getOwnTopBorderColor

Color getOwnTopBorderColor()
Deprecated. Replaced by JRLineBox.getTopPen()


getOwnTopPadding

Integer getOwnTopPadding()
Deprecated. Replaced by JRLineBox.getOwnTopPadding()


getOwnLeftBorder

Byte getOwnLeftBorder()
Deprecated. Replaced by JRLineBox.getLeftPen()


getOwnLeftBorderColor

Color getOwnLeftBorderColor()
Deprecated. Replaced by JRLineBox.getLeftPen()


getOwnLeftPadding

Integer getOwnLeftPadding()
Deprecated. Replaced by JRLineBox.getOwnLeftPadding()


getOwnBottomBorder

Byte getOwnBottomBorder()
Deprecated. Replaced by JRLineBox.getBottomPen()


getOwnBottomBorderColor

Color getOwnBottomBorderColor()
Deprecated. Replaced by JRLineBox.getBottomPen()


getOwnBottomPadding

Integer getOwnBottomPadding()
Deprecated. Replaced by JRLineBox.getOwnBottomPadding()


getOwnRightBorder

Byte getOwnRightBorder()
Deprecated. Replaced by JRLineBox.getRightPen()


getOwnRightBorderColor

Color getOwnRightBorderColor()
Deprecated. Replaced by JRLineBox.getRightPen()


getOwnRightPadding

Integer getOwnRightPadding()
Deprecated. Replaced by JRLineBox.getOwnRightPadding()



Copyright © 2012. All Rights Reserved.