|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutTarget | |
---|---|
org.apache.poi.ss.usermodel.charts |
Uses of LayoutTarget in org.apache.poi.ss.usermodel.charts |
---|
Fields in org.apache.poi.ss.usermodel.charts declared as LayoutTarget | |
---|---|
static LayoutTarget |
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 |
LayoutTarget.OUTER
Specifies that the plot area size shall determine the size of the plot area, the tick marks, and the axis labels. |
Methods in org.apache.poi.ss.usermodel.charts that return LayoutTarget | |
---|---|
LayoutTarget |
ManualLayout.getTarget()
Returns current layout target. |
Methods in org.apache.poi.ss.usermodel.charts with parameters of type LayoutTarget | |
---|---|
void |
ManualLayout.setTarget(LayoutTarget target)
Sets the layout target. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |