Uses of Class
org.eclipse.birt.report.model.api.DimensionHandle
Packages that use DimensionHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
-
Uses of DimensionHandle in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return DimensionHandleModifier and TypeMethodDescriptionCellHandle.getAntidiagonalThickness()
Gets a dimension handle to deal with the anti-diagonal thickness.StyleHandle.getBackgroundHeight()
Get the height of the background image.StyleHandle.getBackGroundPositionX()
Gets a dimension handle to deal with the x position for the background.StyleHandle.getBackGroundPositionY()
Gets a dimension handle to deal with the y position for the background.StyleHandle.getBackgroundWidth()
Get the width of the background image.HighlightRuleHandle.getBorderBottomWidth()
Returns a handle to work with the width of the bottom side of the border.StyleHandle.getBorderBottomWidth()
Gets a dimension handle to deal with the width of the bottom side of the border.TOCHandle.getBorderBottomWidth()
Gets border-bottom-width property.HighlightRuleHandle.getBorderLeftWidth()
Returns a handle to work with the width of the left side of the border.StyleHandle.getBorderLeftWidth()
Gets a dimension handle to deal with the width of the left side of the border.TOCHandle.getBorderLeftWidth()
Gets border-left-width property.HighlightRuleHandle.getBorderRightWidth()
Returns a handle to work with the width of the right side of the border.StyleHandle.getBorderRightWidth()
Gets a dimension handle to deal with the width of the right side of the border.TOCHandle.getBorderRightWidth()
Gets border-right-width property.HighlightRuleHandle.getBorderTopWidth()
Returns a handle to work with the width of the top side of the border.StyleHandle.getBorderTopWidth()
Gets a dimension handle to deal with the width of the top side of the border.TOCHandle.getBorderTopWidth()
Gets border-top-width property.MasterPageHandle.getBottomMargin()
Gets a dimension handle to work with the margin on the bottom side.MasterPageHandle.getColumnSpacing()
Returns a handle to work with the the space between columns.CellHandle.getDiagonalThickness()
Gets a dimension handle to deal with the diagonal thickness.DesignElementHandle.getDimensionProperty
(String propName) Returns a handle to work with a Dimension property.HighlightRuleHandle.getFontSize()
Returns a handle to work with the font size.StyleHandle.getFontSize()
Gets a dimension handle to deal with the font size.TOCHandle.getFontSize()
Gets font size property.SimpleMasterPageHandle.getFooterHeight()
Gets a dimension handle to work with the height on page footer.SimpleMasterPageHandle.getHeaderHeight()
Gets a dimension handle to work with the height on page header.CellHandle.getHeight()
Returns the cell's height.MasterPageHandle.getHeight()
Gets a dimension handle to work with the height of the page.ReportItemHandleImpl.getHeight()
Gets a handle to deal with the item's height.RowHandle.getHeight()
Gets a handle to deal with the row's height.MasterPageHandle.getLeftMargin()
Gets a dimension handle to work with the margin on the left side.StyleHandle.getLetterSpacing()
Gets a dimension handle to deal with the spacing between individual letters.HighlightRuleHandle.getLineHeight()
Returns a handle to work with the height of the line.StyleHandle.getLineHeight()
Gets a dimension handle to deal with the height of a line.StyleHandle.getMarginBottom()
Gets a handle to deal with the margin of the bottom side.StyleHandle.getMarginLeft()
Gets a handle to deal with the margin of the left side.StyleHandle.getMarginRight()
Gets a handle to deal with the margin of the right side.StyleHandle.getMarginTop()
Gets a handle to deal with the margin of the top side.StyleHandle.getPaddingBottom()
Gets a dimension handle to deal with the padding of the bottom side.StyleHandle.getPaddingLeft()
Gets a dimension handle to deal with the padding of the left side.StyleHandle.getPaddingRight()
Gets a dimension handle to deal with the padding of the right side.StyleHandle.getPaddingTop()
Gets a dimension handle to deal with the padding of the top side.MasterPageHandle.getRightMargin()
Gets a dimension handle to work with the margin on the right side.HighlightRuleHandle.getTextIndent()
Gets a handle to deal with the value of the text-indent property.StyleHandle.getTextIndent()
Gets a dimension handle to deal with the text indent.TOCHandle.getTextIndent()
Gets text indent property.MasterPageHandle.getTopMargin()
Gets a dimension handle to work with the margin on the top side.CellHandle.getWidth()
Returns the cell's width.ColumnHandle.getWidth()
Gets the column width as a dimension handle.MasterPageHandle.getWidth()
Gets a dimension handle to work with the width of the page.ReportItemHandleImpl.getWidth()
Gets a handle to deal with the item's width.StyleHandle.getWordSpacing()
Gets a dimension handle to deal with the spacing between two words.ReportItemHandleImpl.getX()
Gets a handle to deal with the item's x (horizontal) position.ReportItemHandleImpl.getY()
Gets a handle to deal with the item's y (vertical) position.