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

java.lang.Object
  extended by org.apache.poi.ss.usermodel.charts.LayoutMode

public class LayoutMode
extends java.lang.Object

Specifies the possible ways to store a chart element's position.

Author:
Roman Kashitsyn

Field Summary
static LayoutMode EDGE
          Specifies that the Width or Height shall be interpreted as the Right or Bottom of the chart element.
static LayoutMode FACTOR
          Specifies that the Width or Height shall be interpreted as the Width or Height of the chart element.
 
Constructor Summary
LayoutMode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDGE

public static final LayoutMode EDGE
Specifies that the Width or Height shall be interpreted as the Right or Bottom of the chart element.


FACTOR

public static final LayoutMode FACTOR
Specifies that the Width or Height shall be interpreted as the Width or Height of the chart element.

Constructor Detail

LayoutMode

public LayoutMode()