Uses of Class
org.eclipse.birt.report.model.api.DimensionHandle

Packages that use DimensionHandle
org.eclipse.birt.report.model.api 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 DimensionHandle
 DimensionHandle StyleHandle.getBackGroundPositionX()
          Gets a dimension handle to deal with the x position for the background.
 DimensionHandle StyleHandle.getBackGroundPositionY()
          Gets a dimension handle to deal with the y position for the background.
 DimensionHandle StyleHandle.getBorderBottomWidth()
          Gets a dimension handle to deal with the width of the bottom side of the border.
 DimensionHandle HighlightRuleHandle.getBorderBottomWidth()
          Returns a handle to work with the width of the bottom side of the border.
 DimensionHandle TOCHandle.getBorderBottomWidth()
          Gets border-bottom-width property.
 DimensionHandle StyleHandle.getBorderLeftWidth()
          Gets a dimension handle to deal with the width of the left side of the border.
 DimensionHandle HighlightRuleHandle.getBorderLeftWidth()
          Returns a handle to work with the width of the left side of the border.
 DimensionHandle TOCHandle.getBorderLeftWidth()
          Gets border-left-width property.
 DimensionHandle StyleHandle.getBorderRightWidth()
          Gets a dimension handle to deal with the width of the right side of the border.
 DimensionHandle HighlightRuleHandle.getBorderRightWidth()
          Returns a handle to work with the width of the right side of the border.
 DimensionHandle TOCHandle.getBorderRightWidth()
          Gets border-right-width property.
 DimensionHandle StyleHandle.getBorderTopWidth()
          Gets a dimension handle to deal with the width of the top side of the border.
 DimensionHandle HighlightRuleHandle.getBorderTopWidth()
          Returns a handle to work with the width of the top side of the border.
 DimensionHandle TOCHandle.getBorderTopWidth()
          Gets border-top-width property.
 DimensionHandle MasterPageHandle.getBottomMargin()
          Gets a dimension handle to work with the margin on the bottom side.
 DimensionHandle GraphicMasterPageHandle.getColumnSpacing()
          Returns a handle to work with the the space between columns.
 DimensionHandle DesignElementHandle.getDimensionProperty(java.lang.String propName)
          Returns a handle to work with a Dimension property.
 DimensionHandle StyleHandle.getFontSize()
          Gets a dimension handle to deal with the font size.
 DimensionHandle HighlightRuleHandle.getFontSize()
          Returns a handle to work with the font size.
 DimensionHandle TOCHandle.getFontSize()
          Gets font size property.
 DimensionHandle SimpleMasterPageHandle.getFooterHeight()
          Gets a dimension handle to work with the height on page footer.
 DimensionHandle SimpleMasterPageHandle.getHeaderHeight()
          Gets a dimension handle to work with the height on page header.
 DimensionHandle MasterPageHandle.getHeight()
          Gets a dimension handle to work with the height of the page.
 DimensionHandle ReportItemHandle.getHeight()
          Gets a handle to deal with the item's height.
 DimensionHandle RowHandle.getHeight()
          Gets a handle to deal with the row's height.
 DimensionHandle CellHandle.getHeight()
          Returns the cell's height.
 DimensionHandle MasterPageHandle.getLeftMargin()
          Gets a dimension handle to work with the margin on the left side.
 DimensionHandle StyleHandle.getLetterSpacing()
          Gets a dimension handle to deal with the spacing between individual letters.
 DimensionHandle StyleHandle.getLineHeight()
          Gets a dimension handle to deal with the height of a line.
 DimensionHandle StyleHandle.getMarginBottom()
          Gets a handle to deal with the margin of the bottom side.
 DimensionHandle StyleHandle.getMarginLeft()
          Gets a handle to deal with the margin of the left side.
 DimensionHandle StyleHandle.getMarginRight()
          Gets a handle to deal with the margin of the right side.
 DimensionHandle StyleHandle.getMarginTop()
          Gets a handle to deal with the margin of the top side.
 DimensionHandle StyleHandle.getPaddingBottom()
          Gets a dimension handle to deal with the padding of the bottom side.
 DimensionHandle StyleHandle.getPaddingLeft()
          Gets a dimension handle to deal with the padding of the left side.
 DimensionHandle StyleHandle.getPaddingRight()
          Gets a dimension handle to deal with the padding of the right side.
 DimensionHandle StyleHandle.getPaddingTop()
          Gets a dimension handle to deal with the padding of the top side.
 DimensionHandle MasterPageHandle.getRightMargin()
          Gets a dimension handle to work with the margin on the right side.
 DimensionHandle StyleHandle.getTextIndent()
          Gets a dimension handle to deal with the text indent.
 DimensionHandle HighlightRuleHandle.getTextIndent()
          Gets a handle to deal with the value of the text-indent property.
 DimensionHandle TOCHandle.getTextIndent()
          Gets text indent property.
 DimensionHandle MasterPageHandle.getTopMargin()
          Gets a dimension handle to work with the margin on the top side.
 DimensionHandle MasterPageHandle.getWidth()
          Gets a dimension handle to work with the width of the page.
 DimensionHandle ReportItemHandle.getWidth()
          Gets a handle to deal with the item's width.
 DimensionHandle ColumnHandle.getWidth()
          Gets the column width as a dimension handle.
 DimensionHandle CellHandle.getWidth()
          Returns the cell's width.
 DimensionHandle StyleHandle.getWordSpacing()
          Gets a dimension handle to deal with the spacing between two words.
 DimensionHandle ReportItemHandle.getX()
          Gets a handle to deal with the item's x (horizontal) position.
 DimensionHandle ReportItemHandle.getY()
          Gets a handle to deal with the item's y (vertical) position.
 



Copyright © 2008 Actuate Corp. All rights reserved.