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

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

public class LayoutTarget
extends java.lang.Object

Specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside (including axis and axis labels).

Author:
Roman Kashitsyn

Field Summary
static LayoutTarget INNER
          Specifies that the plot area size shall determine the size of the plot area, not including the tick marks and axis labels.
static LayoutTarget OUTER
          Specifies that the plot area size shall determine the size of the plot area, the tick marks, and the axis labels.
 
Constructor Summary
LayoutTarget()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INNER

public static final LayoutTarget INNER
Specifies that the plot area size shall determine the size of the plot area, not including the tick marks and axis labels.


OUTER

public static final LayoutTarget OUTER
Specifies that the plot area size shall determine the size of the plot area, the tick marks, and the axis labels.

Constructor Detail

LayoutTarget

public LayoutTarget()