Uses of Class
org.apache.poi.ss.usermodel.charts.LayoutMode

Packages that use LayoutMode
org.apache.poi.ss.usermodel.charts   
 

Uses of LayoutMode in org.apache.poi.ss.usermodel.charts
 

Fields in org.apache.poi.ss.usermodel.charts declared as LayoutMode
static LayoutMode LayoutMode.EDGE
          Specifies that the Width or Height shall be interpreted as the Right or Bottom of the chart element.
static LayoutMode LayoutMode.FACTOR
          Specifies that the Width or Height shall be interpreted as the Width or Height of the chart element.
 

Methods in org.apache.poi.ss.usermodel.charts that return LayoutMode
 LayoutMode ManualLayout.getHeightMode()
          Returns current height mode of this
 LayoutMode ManualLayout.getWidthMode()
          Returns current width mode of this manual layout.
 LayoutMode ManualLayout.getXMode()
          Returns current x-coordinnate layout mode.
 LayoutMode ManualLayout.getYMode()
          Returns current y-coordinate layout mode.
 

Methods in org.apache.poi.ss.usermodel.charts with parameters of type LayoutMode
 void ManualLayout.setHeightMode(LayoutMode mode)
          Specifies how to interpret the Height element for this manual layout.
 void ManualLayout.setWidthMode(LayoutMode mode)
          Specifies how to interpret the Width element for this manual layout.
 void ManualLayout.setXMode(LayoutMode mode)
          Sets the x-coordinate layout mode.
 void ManualLayout.setYMode(LayoutMode mode)
          Sets the y-coordinate layout mode.