|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.ss.usermodel.charts.LayoutTarget
public class LayoutTarget
Specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside (including axis and axis labels).
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 |
---|
public static final LayoutTarget INNER
public static final LayoutTarget OUTER
Constructor Detail |
---|
public LayoutTarget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |